diff options
Diffstat (limited to 'community/gource/PKGBUILD')
-rw-r--r-- | community/gource/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/gource/PKGBUILD b/community/gource/PKGBUILD index b3f7c9cef..63e0ee8e5 100644 --- a/community/gource/PKGBUILD +++ b/community/gource/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 55887 2011-09-24 16:48:53Z stephane $ +# $Id: PKGBUILD 55965 2011-09-27 03:33:41Z 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.35 -pkgrel=2 +pkgver=0.37 +pkgrel=1 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') source=(http://gource.googlecode.com/files/$pkgname-$pkgver.tar.gz) -md5sums=('6d4f776d314da3ae5d309cb580b83a9f') +md5sums=('9c023429a8a495e6473d4c166788278a') build() { cd "$srcdir/$pkgname-$pkgver" |