summaryrefslogtreecommitdiff
path: root/community/python-sfml/PKGBUILD
diff options
context:
space:
mode:
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"
}