summaryrefslogtreecommitdiff
path: root/community/csfml/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/csfml/PKGBUILD')
-rw-r--r--community/csfml/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/csfml/PKGBUILD b/community/csfml/PKGBUILD
index 4ed6778c8..1eb7c0b39 100644
--- a/community/csfml/PKGBUILD
+++ b/community/csfml/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 88191 2013-04-13 15:25:43Z svenstaro $
+# $Id: PKGBUILD 95028 2013-08-03 22:28:51Z svenstaro $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
pkgname=csfml
-pkgver=2.0
+pkgver=2.1
pkgrel=1
pkgdesc='C bindings for sfml'
arch=('i686' 'x86_64')
@@ -10,8 +10,8 @@ url='http://www.sfml-dev.org/'
license=('zlib')
depends=("sfml=${pkgver}")
makedepends=('cmake' 'doxygen')
-source=("csfml-${pkgver}::https://github.com/LaurentGomila/CSFML/archive/2.0.tar.gz")
-md5sums=('d609c9e3b115d480d8c61911d774472c')
+source=("${pkgname}-${pkgver}::https://github.com/LaurentGomila/CSFML/archive/${pkgver}.tar.gz")
+md5sums=('960085220e6978c720a62b02cc4a2ec4')
build() {
cd "$srcdir"/CSFML-${pkgver}