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:
parent
d06eb9c347
commit
34208c4243
3 changed files with 5 additions and 5 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue