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

Eli Schwartz eschwartz at archlinux.org
Wed Jan 23 10:09:31 UTC 2019


    Date: Wednesday, January 23, 2019 @ 10:09:30
  Author: eschwartz
Revision: 427231

upgpkg: python-regex 2019.01.23-1

upstream release

Modified:
  python-regex/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-23 09:35:05 UTC (rev 427230)
+++ PKGBUILD	2019-01-23 10:09:30 UTC (rev 427231)
@@ -6,8 +6,7 @@
 _pkgbase=regex
 pkgbase=python-regex
 pkgname=('python-regex' 'python2-regex')
-pkgname=python-regex
-pkgver=2018.11.22
+pkgver=2019.01.23
 pkgrel=1
 pkgdesc="Alternative python regular expression module."
 arch=('x86_64')
@@ -15,8 +14,8 @@
 license=('Python')
 makedepends=('python-setuptools' 'python2-setuptools')
 options=(!emptydirs)
-source=(https://pypi.io/packages/source/r/${_pkgbase}/${_pkgbase}-${pkgver}.tar.gz)
-sha256sums=('79a6a60ed1ee3b12eb0e828c01d75e3b743af6616d69add6c2fde1d425a4ba3f')
+source=("https://files.pythonhosted.org/packages/source/r/${_pkgbase}/${_pkgbase}-${pkgver}.tar.gz")
+sha256sums=('73da7e021a969f8c8c4e7a8dad54193fde4db408b4c43cf8c37dbe6857c5b156')
 
 build() {
   cd "regex-${pkgver}"



More information about the arch-commits mailing list