summaryrefslogtreecommitdiff
path: root/community/python-sfml/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-03-16 03:38:00 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-03-16 03:38:00 +0000
commitdac65ee415245f1e492217dd3a3e1ea6d04a29ff (patch)
treef5469f18d5a88c99f659ebbeb87e24d160e5b599 /community/python-sfml/PKGBUILD
parent8cd8534c45f14c6dfea3f1f2228451d192c33b3e (diff)
Sun Mar 16 03:32:40 UTC 2014
Diffstat (limited to 'community/python-sfml/PKGBUILD')
-rw-r--r--community/python-sfml/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/python-sfml/PKGBUILD b/community/python-sfml/PKGBUILD
index d334ded2e..cbe5160cb 100644
--- a/community/python-sfml/PKGBUILD
+++ b/community/python-sfml/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
pkgname=python-sfml
pkgver=1.3
-pkgrel=2
+pkgrel=3
pkgdesc="The unofficial Python binding for SFML"
arch=('i686' 'x86_64')
url="http://python-sfml.org"
@@ -22,6 +22,6 @@ package() {
python setup.py install --root="${pkgdir}" --prefix=/usr
- # Copying the License file
+ # Copy the license file
install -D -m644 "$srcdir/python-sfml/COPYING" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}