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 d3e3c309c..1c082b678 100644 --- a/community/csfml/PKGBUILD +++ b/community/csfml/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 56326 2011-10-05 16:28:36Z svenstaro $ +# $Id: PKGBUILD 64966 2012-02-19 01:53:06Z 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.git20110917 + pkgver=1.99.git20120219 fi pkgrel=1 |