bup: update to 0.28.1.

This commit is contained in:
Enno Boland 2016-06-13 22:15:04 +02:00
parent 3dd99599da
commit a941be1a27

View file

@ -1,6 +1,6 @@
# Template file for 'bup'
pkgname=bup
version=0.28
version=0.28.1
revision=1
build_style=configure
hostmakedepends="python perl git"
@ -10,14 +10,9 @@ maintainer="Enno Boland <gottox@voidlinux.eu>"
license="LGPL-2"
homepage="https://github.com/bup/bup"
distfiles="https://github.com/bup/bup/archive/${version}.tar.gz"
checksum=9e0fbdfadd52e67ff13464060acd98d714425421e8accfb6671e296586087e09
checksum=fd962dbdade1b8ea257ac0e95d771ba11e6da4ef6f8ca6bee498a5b1bce8c817
nocross=yes
pre_configure() {
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
}