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

Anatol Pomozov anatolik at archlinux.org
Thu Apr 19 00:31:00 UTC 2018


    Date: Thursday, April 19, 2018 @ 00:30:59
  Author: anatolik
Revision: 316960

upgpkg: tup 0.7.6-1

Modified:
  tup/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-18 23:55:48 UTC (rev 316959)
+++ PKGBUILD	2018-04-19 00:30:59 UTC (rev 316960)
@@ -4,7 +4,7 @@
 # Contributor: Patrick McCarty <pnorcks at gmail dot com>
 
 pkgname=tup
-pkgver=0.7.5
+pkgver=0.7.6
 pkgrel=1
 pkgdesc='A fast, file-based build system'
 arch=(x86_64)
@@ -13,12 +13,12 @@
 depends=(fuse2)
 install=tup.install
 source=($pkgname-$pkgver.zip::https://github.com/gittup/tup/archive/v$pkgver.zip)
-sha256sums=('1cc35012fcb7a675f0f9827e3acbeba17a12fb449c2671638f19ea22f75f88e8')
+sha256sums=('9722f788510d05832e79e57736b40539fe139ff1a29f8ae0e37f2d8e173975da')
 
 prepare() {
   cd tup-$pkgver
 
-  sed "s/\`git describe\`/$pkgver/" -i Tupfile
+  sed "s/\`git describe\`/$pkgver/" -i src/tup/version/Tupfile
   echo "CFLAGS += $CFLAGS" >> Tuprules.tup
   echo "LDFLAGS += $LDFLAGS" >> Tuprules.tup
 }
@@ -28,6 +28,7 @@
 
   # Clean environment does not allow to use fuse so ./bootstrap does not work
   ./build.sh
+  ./build/tup init
   ./build/tup generate runme.sh
   ./runme.sh
 }



More information about the arch-commits mailing list