[arch-commits] Commit in bup/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sun Jun 12 20:48:27 UTC 2016
Date: Sunday, June 12, 2016 @ 22:48:27
Author: arojas
Revision: 179738
Update to 0.28.1
Modified:
bup/trunk/PKGBUILD
----------+
PKGBUILD | 19 ++++++-------------
1 file changed, 6 insertions(+), 13 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-06-12 20:43:42 UTC (rev 179737)
+++ PKGBUILD 2016-06-12 20:48:27 UTC (rev 179738)
@@ -8,7 +8,7 @@
# Contributor: SanskritFritz (gmail)
pkgname=bup
-pkgver=0.28
+pkgver=0.28.1
pkgrel=1
pkgdesc='Efficient backup system based on the git packfile format'
arch=('x86_64' 'i686')
@@ -18,28 +18,21 @@
makedepends=('ruby-ronn' 'git' 'setconf' 'pandoc')
checkdepends=('rsync' 'python2-tornado')
optdepends=('python2-tornado: for bup web')
-source=("git://github.com/bup/bup.git#tag=$pkgver")
-md5sums=('SKIP')
+source=("https://github.com/bup/bup/archive/$pkgver.tar.gz")
+md5sums=('94d47ec13c5edcad4061b8abe2e8dcdd')
-prepare() {
- cd $pkgname
-
- # Make test suite happy
- git config --global user.email "bob at zombo.com"
-}
-
build() {
- cd $pkgname
+ cd $pkgname-$pkgver
./configure
make
}
check() {
- cd $pkgname
+ cd $pkgname-$pkgver
make test -j1
}
package() {
- cd $pkgname
+ cd $pkgname-$pkgver
make DESTDIR="$pkgdir" PREFIX=/usr install
}
More information about the arch-commits
mailing list