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

Alexander Rødseth arodseth at nymeria.archlinux.org
Mon Nov 25 15:06:55 UTC 2013


    Date: Monday, November 25, 2013 @ 16:06:54
  Author: arodseth
Revision: 101431

Boos rebuild. Minor changes.

Modified:
  glob2/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-11-25 14:11:45 UTC (rev 101430)
+++ PKGBUILD	2013-11-25 15:06:54 UTC (rev 101431)
@@ -5,8 +5,8 @@
 
 pkgname=glob2
 pkgver=0.9.4.4
-pkgrel=19
-pkgdesc='RTS game which minimizes micro-management by automatically assigning tasks to units'
+pkgrel=20
+pkgdesc='RTS game which minimizes micro-management'
 arch=('x86_64' 'i686')
 url='http://www.globulation2.org/'
 license=('GPL3')
@@ -20,19 +20,19 @@
             '3a0cfc06696d1aaf2d7948b5f6a09a8ce96492767039dc09bfc25182b92d7b7a')
 
 prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
 
   patch -Np0 -i "$srcdir/$pkgname-${pkgver%.*}.1-gcc44.patch"
 }
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
 
   scons LINKFLAGS="-lboost_system"
 }
 
 package () {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
 
   scons install BINDIR="$pkgdir/usr/bin" INSTALLDIR="$pkgdir/usr/share"
   find "$pkgdir/usr/share" -type f -exec chmod 644 '{}' \;




More information about the arch-commits mailing list