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

Eric Bélanger eric at nymeria.archlinux.org
Sat Jan 26 08:45:47 UTC 2013


    Date: Saturday, January 26, 2013 @ 09:45:47
  Author: eric
Revision: 82989

upgpkg: gource 0.38-6

Rebuild against boost 1.52.0, Add mesa makedepends

Modified:
  gource/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-01-26 08:44:01 UTC (rev 82988)
+++ PKGBUILD	2013-01-26 08:45:47 UTC (rev 82989)
@@ -4,13 +4,13 @@
 # Contributor: Olivier Ramonat <olivier at ramonat dot fr>
 pkgname=gource
 pkgver=0.38
-pkgrel=5
+pkgrel=6
 pkgdesc="software version control visualization"
 license=(GPL3)
 arch=(i686 x86_64)
 url=http://code.google.com/p/gource/
 depends=('ftgl' 'sdl' 'sdl_image' 'pcre' 'glew' 'boost-libs')
-makedepends=('boost' 'glm')
+makedepends=('boost' 'glm' 'mesa')
 source=(http://gource.googlecode.com/files/$pkgname-$pkgver.tar.gz)
 md5sums=('6584241879dbb6dfaecc6ae6b58ad38c')
 
@@ -25,6 +25,6 @@
 package() {
 	cd "$srcdir/$pkgname-$pkgver"
 
-	make DESTDIR=$pkgdir install
+	make DESTDIR="$pkgdir" install
 }
 # vim: ts=2:sw=2 et:




More information about the arch-commits mailing list