Make sure that distfiles always appears after pkgname/version/revision.

Otherwise xbps-repo-checkvers won't detect the version correctly.
This commit is contained in:
Juan RP 2013-08-26 09:17:00 +02:00
parent d06eb9c347
commit 34208c4243
3 changed files with 5 additions and 5 deletions

View file

@ -1,12 +1,12 @@
# Template file for 'bsdiff'
pkgname=bsdiff
version=4.3
homepage="http://www.daemonology.net/bsdiff"
distfiles="$homepage/$pkgname-$version.tar.gz"
revision=1
homepage="http://www.daemonology.net/bsdiff"
short_desc="Binary diff/patch utility"
maintainer="Juan RP <xtraeme@gmail.com>"
license="Simplified BSD"
distfiles="$homepage/$pkgname-$version.tar.gz"
checksum=18821588b2dc5bf159aa37d3bcb7b885d85ffd1e19f23a0c57a58723fea85f48
long_desc="
bsdiff and bspatch are tools for building and applying patches to binary files.