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

Sergej Pupykin spupykin at archlinux.org
Wed Jun 15 21:01:50 UTC 2016


    Date: Wednesday, June 15, 2016 @ 21:01:50
  Author: spupykin
Revision: 180298

fix shared cache

Modified:
  bup/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-06-15 18:48:23 UTC (rev 180297)
+++ PKGBUILD	2016-06-15 21:01:50 UTC (rev 180298)
@@ -18,7 +18,7 @@
 makedepends=('ruby-ronn' 'git' 'setconf' 'pandoc')
 checkdepends=('rsync' 'python2-tornado')
 optdepends=('python2-tornado: for bup web')
-source=("https://github.com/bup/bup/archive/$pkgver.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/bup/bup/archive/$pkgver.tar.gz")
 md5sums=('94d47ec13c5edcad4061b8abe2e8dcdd')
 
 build() {



More information about the arch-commits mailing list