summaryrefslogtreecommitdiff
path: root/community/gource/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/gource/PKGBUILD')
-rw-r--r--community/gource/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/gource/PKGBUILD b/community/gource/PKGBUILD
index 661d4325e..d5f3c4b5c 100644
--- a/community/gource/PKGBUILD
+++ b/community/gource/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 109602 2014-04-16 16:51:36Z svenstaro $
+# $Id: PKGBUILD 111125 2014-05-14 14:19:59Z 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.41
-pkgrel=2
+pkgver=0.42
+pkgrel=1
pkgdesc="software version control visualization"
license=(GPL3)
arch=(i686 x86_64)
@@ -12,7 +12,7 @@ url=http://code.google.com/p/gource/
depends=('ftgl' 'sdl2' 'sdl2_image' 'pcre' 'glew' 'boost-libs')
makedepends=('boost' 'glm' 'mesa')
source=(https://github.com/acaudwell/Gource/releases/download/gource-${pkgver}/gource-${pkgver}.tar.gz)
-md5sums=('3d8e0b6588878554e11bc03d19d517c9')
+md5sums=('6ec113bcf6e5524ca175351c0530e08b')
build() {
cd "$srcdir/$pkgname-$pkgver"