summaryrefslogtreecommitdiff
path: root/community/gource
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-07-19 00:01:52 +0000
committerroot <root@rshg054.dnsready.net>2012-07-19 00:01:52 +0000
commit6b87f8519dc037f4fd4c19d8f36b7d7565559bd3 (patch)
tree4c1b86f91ce9c742867b6eecd4857b20919cd713 /community/gource
parent63d179775e063452db6358e15b9847e7fc6c84b6 (diff)
Thu Jul 19 00:01:52 UTC 2012
Diffstat (limited to 'community/gource')
-rw-r--r--community/gource/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/community/gource/PKGBUILD b/community/gource/PKGBUILD
index a45b90e11..54b04d9e9 100644
--- a/community/gource/PKGBUILD
+++ b/community/gource/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 69832 2012-04-24 11:08:37Z svenstaro $
+# $Id: PKGBUILD 73995 2012-07-18 01:07:06Z ibiru $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Jose Valecillos <valecillosjg (at) gmail (dot) com>
# Contributor: Olivier Ramonat <olivier at ramonat dot fr>
pkgname=gource
pkgver=0.38
-pkgrel=1
+pkgrel=2
pkgdesc="software version control visualization"
license=(GPL3)
arch=(i686 x86_64)
@@ -17,6 +17,7 @@ md5sums=('6584241879dbb6dfaecc6ae6b58ad38c')
build() {
cd "$srcdir/$pkgname-$pkgver"
+ sed -i "s/filesystem3/filesystem/g" src/logmill.cpp
./configure --prefix=/usr
make
}