[arch-commits] Commit in bup/trunk (PKGBUILD)

Christian Rebischke shibumi at archlinux.org
Sun Mar 26 01:46:58 UTC 2017


    Date: Sunday, March 26, 2017 @ 01:46:58
  Author: shibumi
Revision: 219034

upgpkg: bup 0.29-1

Modified:
  bup/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-26 01:46:47 UTC (rev 219033)
+++ PKGBUILD	2017-03-26 01:46:58 UTC (rev 219034)
@@ -1,6 +1,6 @@
 # $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Maintainer : Christian Rebischke <chris.rebischke at archlinux.org>
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
 # Contributor: Jakob Matthes <jakob.matthes at gmail.com>
 # Contributor: Bram Schoenmakers <me at bramschoenmakers.nl>
 # Contributor: henning mueller <henning at orgizm.net>
@@ -18,21 +18,21 @@
 makedepends=('ruby-ronn' 'git' 'setconf' 'pandoc')
 checkdepends=('rsync' 'python2-tornado')
 optdepends=('python2-tornado: for bup web')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/bup/bup/archive/$pkgver.tar.gz")
-md5sums=('ed717612ff59ec1eb4c0d53f3e11d064')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/bup/bup/archive/${pkgver}.tar.gz")
+sha512sums=('3a70d747c6bae2640809d48141b726fa7897f33af9f19047c8d4cfba88abe04ac907980f0ce572847b900e2c8d02a3303e886c8ad7af9a97a7804540c7da1705')
 
 build() {
-  cd $pkgname-$pkgver
+  cd "${pkgname}-${pkgver}"
   ./configure
   make
 }
 
 check() {
-  cd $pkgname-$pkgver
-  make test -j1
+  cd "${pkgname}-${pkgver}"
+  make test
 }
 
 package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" PREFIX=/usr install
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" PREFIX=/usr install
 }



More information about the arch-commits mailing list