summaryrefslogtreecommitdiff
path: root/community/gource
diff options
context:
space:
mode:
Diffstat (limited to 'community/gource')
-rw-r--r--community/gource/PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/community/gource/PKGBUILD b/community/gource/PKGBUILD
index 3ddf40c63..a45b90e11 100644
--- a/community/gource/PKGBUILD
+++ b/community/gource/PKGBUILD
@@ -1,17 +1,18 @@
-# $Id: PKGBUILD 64331 2012-02-11 23:21:51Z allan $
+# $Id: PKGBUILD 69832 2012-04-24 11:08:37Z 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.37
-pkgrel=2
+pkgver=0.38
+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')
+depends=('ftgl' 'sdl' 'sdl_image' 'pcre' 'glew' 'boost-libs')
+makedepends=('boost' 'glm')
source=(http://gource.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-md5sums=('9c023429a8a495e6473d4c166788278a')
+md5sums=('6584241879dbb6dfaecc6ae6b58ad38c')
build() {
cd "$srcdir/$pkgname-$pkgver"