diff options
author | Shackra Sislock <none@none> | 2012-08-13 16:37:51 -0600 |
---|---|---|
committer | Shackra Sislock <none@none> | 2012-08-13 16:37:51 -0600 |
commit | 27996ae3144b7cfec2767b548d96de644dc4d86f (patch) | |
tree | 6e6c481aed97aaa122b1bfd26d6d720a298d2940 /pcr/sfml-git/PKGBUILD | |
parent | f8556f42f54505c0b52eed97bedebf12c9e9df68 (diff) |
adding better bindings of SFML for python2 and python3 (yes, the version provided by Jonathan De Wachter)
--HG--
rename : pcr/python2-pysfml2/PKGBUILD => pcr/python-sfml2/PKGBUILD
rename : pcr/python2-pysfml2/PKGBUILD => pcr/python2-sfml2/PKGBUILD
Diffstat (limited to 'pcr/sfml-git/PKGBUILD')
-rw-r--r-- | pcr/sfml-git/PKGBUILD | 5 |
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' |