bup: update to 0.28.1.
This commit is contained in:
parent
3dd99599da
commit
a941be1a27
1 changed files with 2 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'bup'
|
# Template file for 'bup'
|
||||||
pkgname=bup
|
pkgname=bup
|
||||||
version=0.28
|
version=0.28.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=configure
|
build_style=configure
|
||||||
hostmakedepends="python perl git"
|
hostmakedepends="python perl git"
|
||||||
|
@ -10,14 +10,9 @@ maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
license="LGPL-2"
|
license="LGPL-2"
|
||||||
homepage="https://github.com/bup/bup"
|
homepage="https://github.com/bup/bup"
|
||||||
distfiles="https://github.com/bup/bup/archive/${version}.tar.gz"
|
distfiles="https://github.com/bup/bup/archive/${version}.tar.gz"
|
||||||
checksum=9e0fbdfadd52e67ff13464060acd98d714425421e8accfb6671e296586087e09
|
checksum=fd962dbdade1b8ea257ac0e95d771ba11e6da4ef6f8ca6bee498a5b1bce8c817
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
sed -i 's#^PREFIX=.*#PREFIX=/usr#' Makefile
|
sed -i 's#^PREFIX=.*#PREFIX=/usr#' Makefile
|
||||||
cat > lib/bup/_version.py <<EOF
|
|
||||||
COMMIT='017af24d11d45541dd20d48568588650cc5ed598'
|
|
||||||
NAMES='(tag: bup-0.28)'
|
|
||||||
DATE='2016-05-24 18:13:56 -0500'
|
|
||||||
EOF
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue