summaryrefslogtreecommitdiff
path: root/community/csfml
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2013-12-27 23:55:53 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2013-12-27 23:55:53 +0000
commit65eeff79fff8a1bfdf67ca51d147384f46f4d5c0 (patch)
treefbfdff322b28d9a3c37e6e31c94caf1d8e48dac1 /community/csfml
parentd53c44f055929b18d7d1b25f8367ee5836c435fc (diff)
Fri Dec 27 23:54:04 UTC 2013
Diffstat (limited to 'community/csfml')
-rw-r--r--community/csfml/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/csfml/PKGBUILD b/community/csfml/PKGBUILD
index 1eb7c0b39..71da6c847 100644
--- a/community/csfml/PKGBUILD
+++ b/community/csfml/PKGBUILD
@@ -1,14 +1,14 @@
-# $Id: PKGBUILD 95028 2013-08-03 22:28:51Z svenstaro $
+# $Id: PKGBUILD 103137 2013-12-27 11:10:36Z svenstaro $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
pkgname=csfml
pkgver=2.1
-pkgrel=1
+pkgrel=2
pkgdesc='C bindings for sfml'
arch=('i686' 'x86_64')
url='http://www.sfml-dev.org/'
license=('zlib')
-depends=("sfml=${pkgver}")
+depends=("sfml")
makedepends=('cmake' 'doxygen')
source=("${pkgname}-${pkgver}::https://github.com/LaurentGomila/CSFML/archive/${pkgver}.tar.gz")
md5sums=('960085220e6978c720a62b02cc4a2ec4')