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

Anatol Pomozov anatolik at nymeria.archlinux.org
Sat Feb 22 08:02:18 UTC 2014


    Date: Saturday, February 22, 2014 @ 09:02:18
  Author: anatolik
Revision: 106085

upgpkg: tup 0.7.1-1

tup: fix the package name

Modified:
  tup/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-02-22 07:51:51 UTC (rev 106084)
+++ PKGBUILD	2014-02-22 08:02:18 UTC (rev 106085)
@@ -3,7 +3,7 @@
 # Contributor: Arvid Norlander <anmaster A_T tele2 d_o_t (ccTLD for Sweden, which is se)>
 # Contributor: Patrick McCarty <pnorcks at gmail dot com>
 
-pkgname=tup-git
+pkgname=tup
 pkgver=0.7.1
 pkgrel=1
 pkgdesc='A fast, file-based build system'
@@ -15,11 +15,6 @@
 source=(https://github.com/gittup/tup/archive/v$pkgver.zip)
 sha256sums=('9c9107bc1ea2ee18fdd706fd870deec155c45655b1199492d1a14ccbc498a918')
 
-prepare() {
-  cd tup-$pkgver
-  sed 's/version=`git describe`/version=$pkgver/' -i Tupfile
-}
-
 build() {
   cd tup-$pkgver
   # We can't run tup itself here as it requires fuse, but fuse is not available




More information about the arch-commits mailing list