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

Levente Polyak anthraxx at archlinux.org
Mon Jul 29 21:02:34 UTC 2019


    Date: Monday, July 29, 2019 @ 21:02:33
  Author: anthraxx
Revision: 494687

upgpkg: python-precis_i18n 1.0.1-1

Modified:
  python-precis_i18n/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-29 21:02:26 UTC (rev 494686)
+++ PKGBUILD	2019-07-29 21:02:33 UTC (rev 494687)
@@ -2,7 +2,7 @@
 
 _pkgname=precis_i18n
 pkgname=python-precis_i18n
-pkgver=1.0
+pkgver=1.0.1
 pkgrel=1
 pkgdesc='PRECIS framework (RFC 8264, RFC 8265, RFC 8266)'
 url='https://github.com/byllyfish/precis_i18n'
@@ -10,16 +10,9 @@
 license=('MIT')
 depends=('python')
 makedepends=('python-setuptools')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/byllyfish/precis_i18n/archive/v${pkgver}.tar.gz
-        ${pkgname}-fix-unicode-11.patch::https://github.com/byllyfish/precis_i18n/commit/f68b66a80fa36ff1004f5a88696edb424a75dd76.patch)
-sha512sums=('b43622458fefb051e6f5ae6e347abfa65195052c63290b2be3ffb7c05eae0300caee53713d7216ee36c4ef0508cc4828e4d7ed3c65df873a684b803cc19bd410'
-            'd8c5a96fcc21a8dddb73de7258bf3eb97fb1ff7fc9437bc97f5a1709b3d0d449f2ffe23fcf34e5ffd0c8bea5291599bede7c5c5b573c31dd4342ec7f36193187')
+source=(https://github.com/byllyfish/precis_i18n/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('a62e76588ae1ccba6de51488ceae0e2a454e77bdc946e7c4cea1cb41017253b6e239aab120bdbf1a57b51b827ec7554fb7d6fc10a3a4203f09f6f91f1b4192f4')
 
-prepare() {
-  cd ${_pkgname}-${pkgver}
-  patch -Np1 < ../${pkgname}-fix-unicode-11.patch
-}
-
 build() {
   cd ${_pkgname}-${pkgver}
   python setup.py build



More information about the arch-commits mailing list