diff options
Diffstat (limited to 'community/csfml/PKGBUILD')
-rw-r--r-- | community/csfml/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/csfml/PKGBUILD b/community/csfml/PKGBUILD index d0920b18d..34c22d46a 100644 --- a/community/csfml/PKGBUILD +++ b/community/csfml/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 47932 2011-05-26 06:40:32Z svenstaro $ +# $Id: PKGBUILD 49432 2011-06-16 04:45:37Z svenstaro $ # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> pkgname=csfml @@ -6,7 +6,7 @@ pkgname=csfml _git=true if [[ "${_git}" = "true" ]]; then - pkgver=1.99.git20110526 + pkgver=1.99.git20110616 fi pkgrel=1 |