summaryrefslogtreecommitdiff
path: root/community/sfml
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-02 01:31:32 -0700
committerroot <root@rshg054.dnsready.net>2013-08-02 01:31:32 -0700
commitf7cd2a0a073da2373cd3f3c8e31515dd0b83b645 (patch)
treee28c5c379825afaf02a927a8f1d1b1fcb94c2362 /community/sfml
parent70ec180b1cca6eda5576597c2bfff9171f7815bf (diff)
Fri Aug 2 01:30:56 PDT 2013
Diffstat (limited to 'community/sfml')
-rw-r--r--community/sfml/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/sfml/PKGBUILD b/community/sfml/PKGBUILD
index 2cd8af622..e866d329c 100644
--- a/community/sfml/PKGBUILD
+++ b/community/sfml/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 88118 2013-04-12 07:50:02Z svenstaro $
+# $Id: PKGBUILD 94906 2013-08-01 06:55:35Z bpiotrowski $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Ondrej Martinak <omartinak@gmail.com>
pkgname=sfml
-pkgver=2.0
+pkgver=2.1
pkgrel=1
pkgdesc='A simple, fast, cross-platform, and object-oriented multimedia API'
arch=('i686' 'x86_64')
@@ -12,8 +12,8 @@ license=('zlib')
depends=('libsndfile' 'libxrandr' 'libjpeg' 'openal' 'glew' 'freetype2')
makedepends=('mesa' 'cmake' 'doxygen')
install=sfml.install
-source=("https://github.com/LaurentGomila/SFML/archive/2.0.tar.gz")
-md5sums=('294fd8563a319e06f68bbca0eedc905e')
+source=("${pkgname}-${pkgver}::https://github.com/LaurentGomila/SFML/archive/${pkgver}.tar.gz")
+md5sums=('6457a5903b156390012773e9ef33f65f')
build() {
cd "$srcdir"/SFML-${pkgver}