[arch-commits] Commit in python-easygui/trunk (PKGBUILD)

Balló György bgyorgy at archlinux.org
Wed Sep 12 18:02:13 UTC 2018


    Date: Wednesday, September 12, 2018 @ 18:02:13
  Author: bgyorgy
Revision: 379879

upgpkg: python-easygui 0.98.1-2

Fix license file

Modified:
  python-easygui/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-12 17:56:26 UTC (rev 379878)
+++ PKGBUILD	2018-09-12 18:02:13 UTC (rev 379879)
@@ -4,7 +4,7 @@
 pkgname=python-easygui
 _pyname=easygui
 pkgver=0.98.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Python module for very simple, very easy GUI programming"
 url="http://easygui.sourceforge.net/"
 license=('BSD')
@@ -24,5 +24,5 @@
   python setup.py install --root="$pkgdir" --optimize=1
 
   install -dm755 "$pkgdir/usr/share/licenses/$pkgname"
-  sed '/LICENSE INFORMATION/,/"""/ p' setup.py > "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  sed -n '/LICENSE INFORMATION/,/"""/ p' setup.py > "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }



More information about the arch-commits mailing list