diff options
Diffstat (limited to 'community/sfml/PKGBUILD')
-rw-r--r-- | community/sfml/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/sfml/PKGBUILD b/community/sfml/PKGBUILD index 2838b76b7..4d2318966 100644 --- a/community/sfml/PKGBUILD +++ b/community/sfml/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 54051 2011-08-12 21:19:26Z svenstaro $ +# $Id: PKGBUILD 55899 2011-09-24 16:49:39Z stephane $ # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: Ondrej Martinak <omartinak@gmail.com> @@ -7,7 +7,7 @@ pkgname=sfml _git=true if [[ "${_git}" = "true" ]]; then - pkgver=1.99.git20110812 + pkgver=1.99.git20110917 fi pkgrel=1 |