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.
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
# Template build file for 'font-bh-lucidatypewriter-100dpi'.
|
||||
pkgname=font-bh-lucidatypewriter-100dpi
|
||||
version=1.0.3
|
||||
revision=2
|
||||
distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu-configure
|
||||
makedepends="pkg-config bdftopcf font-util"
|
||||
revision=2
|
||||
short_desc="100dpi Bigelow and Holmes Lucida Typewriter PCF fonts"
|
||||
homepage="http://xorg.freedesktop.org/"
|
||||
license="MIT"
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
# Template build file for 'font-jis-misc'.
|
||||
pkgname=font-jis-misc
|
||||
version=1.0.3
|
||||
distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
makedepends="pkg-config bdftopcf font-util"
|
||||
revision=2
|
||||
short_desc="78dpi PCF versions of the Japanese fixed fonts"
|
||||
homepage="http://xorg.freedesktop.org/"
|
||||
license="MIT"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
|
||||
checksum=2b18ce10b367ebafe95a17de799b6db9a24e2337188d124adaf68af05b1fac65
|
||||
long_desc="
|
||||
These are the PCF versions of the JIS fixed fonts for 78dpi displays.
|
||||
|
|
Loading…
Reference in a new issue