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

Felix Yan felixonmars at archlinux.org
Tue Apr 24 17:10:56 UTC 2018


    Date: Tuesday, April 24, 2018 @ 17:10:54
  Author: felixonmars
Revision: 317593

upgpkg: python2-faulthandler 3.1-1

Modified:
  python2-faulthandler/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-24 17:10:41 UTC (rev 317592)
+++ PKGBUILD	2018-04-24 17:10:54 UTC (rev 317593)
@@ -3,7 +3,7 @@
 # Contributor: Storm Dragon <stormdragon2976 at gmail.com> 
 
 pkgname=python2-faulthandler
-pkgver=3.0
+pkgver=3.1
 pkgrel=1
 pkgdesc="Display the Python traceback on a crash"
 arch=('x86_64')
@@ -11,16 +11,9 @@
 license=('BSD')
 depends=('python2')
 makedepends=('python2-setuptools')
-source=("https://pypi.io/packages/source/f/faulthandler/faulthandler-$pkgver.tar.gz"
-        https://github.com/vstinner/faulthandler/commit/67b661ebdbbf4067bd173af4d61ba815b9d49616.patch)
-sha512sums=('9e31682338e572e77e22a510637877c3e27440bc451854a898c5e58238d28a1bbf824cb2b44d1f1f11d8a4f491ddc299982a3d452eebec38bc2a03a824bac392'
-            'c34bee68fbf3066ce2bccc85118c1a55090a550d154bdc34d80340067678b38f1bf820d5d6220a436c871a6874b6613e85688a00a52721286ae55ee0bc839786')
+source=("https://pypi.io/packages/source/f/faulthandler/faulthandler-$pkgver.tar.gz")
+sha512sums=('fb133e7c1a8e2c611d9bcfa4d4b6ade92fb638ac60d12701d6bf5320f6a616e3e1b5f3b543f3e3c62f71e26167e2bdd17dfb4741bf758b7052286e5bc19faa59')
 
-prepare() {
-  cd faulthandler-$pkgver
-  patch -p1 -i ../67b661ebdbbf4067bd173af4d61ba815b9d49616.patch
-}
-
 build() {
   cd faulthandler-$pkgver
   python2 setup.py build



More information about the arch-commits mailing list