[arch-commits] Commit in python2-typing/trunk (PKGBUILD)

Johannes Löthberg demize at archlinux.org
Sat Aug 25 19:01:38 UTC 2018


    Date: Saturday, August 25, 2018 @ 19:01:37
  Author: demize
Revision: 374012

upgpkg: python2-typing 3.6.4-2

Modified:
  python2-typing/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-08-25 18:57:28 UTC (rev 374011)
+++ PKGBUILD	2018-08-25 19:01:37 UTC (rev 374012)
@@ -2,12 +2,12 @@
 
 pkgname=python2-typing
 pkgver=3.6.4
-pkgrel=1
+pkgrel=2
 
 pkgdesc="Backport of the standard library typing module to Python versions older than 3.6"
 url="https://pypi.python.org/pypi/typing"
 arch=('any')
-license=('FSF')
+license=('PSF')
 
 makedepends=('python2'
              'python2-setuptools')
@@ -26,4 +26,5 @@
 
 	cd typing-$pkgver
 	python2 setup.py install --root "$pkgdir" --optimize=1 --skip-build
+	install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }



More information about the arch-commits mailing list