diff options
Diffstat (limited to 'community/gource')
-rw-r--r-- | community/gource/PKGBUILD | 5 |
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 } |