summaryrefslogtreecommitdiff
path: root/community/csfml
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-05 02:24:00 -0700
committerroot <root@rshg054.dnsready.net>2013-08-05 02:24:00 -0700
commitb3923b26c3d37257246fea13bdb1151c96cb2fe4 (patch)
tree868c0a9f4649cfc0849318696f440a10bc412d9b /community/csfml
parent639c9730319cc0ce33e34e2386f467f67d3cc458 (diff)
Mon Aug 5 02:23:17 PDT 2013
Diffstat (limited to 'community/csfml')
-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}