Date: Saturday, March 15, 2014 @ 10:16:25
  Author: svenstaro
Revision: 107232

upgpkg: python-sfml 1.3-3

Fix FS#39429

Modified:
  python-sfml/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2014-03-15 08:43:57 UTC (rev 107231)
+++ PKGBUILD    2014-03-15 09:16:25 UTC (rev 107232)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase <[email protected]>
 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 @@
 
        python setup.py install --root="${pkgdir}" --prefix=/usr
 
-       # Copying the License file
-       #install -D -m644 "$srcdir/python-sfml/COPYING" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+       # Copy the license file
+       install -D -m644 "$srcdir/python-sfml/COPYING" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }

Reply via email to