summaryrefslogtreecommitdiff
path: root/pcr/sfml-git/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/sfml-git/PKGBUILD')
-rw-r--r--pcr/sfml-git/PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/pcr/sfml-git/PKGBUILD b/pcr/sfml-git/PKGBUILD
index f848a58c1..94f89f7e7 100644
--- a/pcr/sfml-git/PKGBUILD
+++ b/pcr/sfml-git/PKGBUILD
@@ -3,15 +3,14 @@
pkgname=sfml-git
pkgver=20120805
-pkgrel=3
+pkgrel=4
pkgdesc='A simple, fast, cross-platform, and object-oriented multimedia API.'
arch=('i686' 'x86_64')
url='http://www.sfml-dev.org/'
license=('zlib')
depends=('libsndfile' 'libxrandr' 'libjpeg' 'openal' 'glew' 'freetype2')
makedepends=('git' 'mesa' 'cmake' 'doxygen')
-conflicts=('sfml')
-provides=('sfml')
+conflicts=('sfml' 'sfml-git')
source=("arial.patch")
_gitroot='https://github.com/LaurentGomila/SFML.git'