diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-05-07 22:31:25 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-05-07 22:31:25 -0300 |
commit | 9f7fb9c12e84f20cd108b933f1a51e216f76cd98 (patch) | |
tree | 06520d9024b40745b94f02d0d3419386e6496863 /community/gource/PKGBUILD | |
parent | 6cc893589a6bd208f2b7711f985e17df7a6df816 (diff) | |
parent | a86ff663185661ee304bb1f6d00d982102dd706d (diff) |
Merge branch 'master' of gparabola:abslibre-mips64el
Diffstat (limited to 'community/gource/PKGBUILD')
-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 e04878246..9d605467a 100644 --- a/community/gource/PKGBUILD +++ b/community/gource/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 83364 2013-01-30 11:48:44Z svenstaro $ +# $Id: PKGBUILD 89529 2013-04-29 19:09:10Z 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.39 +pkgver=0.40 pkgrel=1 pkgdesc="software version control visualization" license=(GPL3) @@ -12,7 +12,7 @@ url=http://code.google.com/p/gource/ depends=('ftgl' 'sdl' 'sdl_image' 'pcre' 'glew' 'boost-libs') makedepends=('boost' 'glm' 'mesa') source=(http://gource.googlecode.com/files/$pkgname-$pkgver.tar.gz) -md5sums=('31d2d34f3f6a0c044243f477e925b8b4') +md5sums=('89c608a7aa3c901661eb1f2db6117492') build() { cd "$srcdir/$pkgname-$pkgver" |