diff options
author | root <root@rshg047.dnsready.net> | 2011-05-23 22:47:30 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-05-23 22:47:30 +0000 |
commit | 87e20a64534e8f58ca4a4f84000b629e48569a98 (patch) | |
tree | 8c4b498a38d72459c7bc88bc02719b4849159d0f /community/gource | |
parent | 3837a11a2a471b9db222d8eb6ed7d2fb9d1778c6 (diff) |
Mon May 23 22:47:30 UTC 2011
Diffstat (limited to 'community/gource')
-rw-r--r-- | community/gource/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/gource/PKGBUILD b/community/gource/PKGBUILD index 40c9fc388..eaceceace 100644 --- a/community/gource/PKGBUILD +++ b/community/gource/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 42923 2011-03-22 18:17:04Z svenstaro $ +# $Id: PKGBUILD 47420 2011-05-23 01:24:33Z svenstaro $ # 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.32 +pkgver=0.34 pkgrel=1 pkgdesc="software version control visualization" license=(GPL3) @@ -11,7 +11,7 @@ arch=(i686 x86_64) url=http://code.google.com/p/gource/ depends=('ftgl' 'sdl' 'sdl_image' 'pcre' 'glew') source=(http://gource.googlecode.com/files/$pkgname-$pkgver.tar.gz) -md5sums=('7aed2fcf8f0c09b8cea5b19a418b0724') +md5sums=('292a62d687874e871067e985d717d71a') build() { cd "$srcdir/$pkgname-$pkgver" |