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

Jelle van der Waa jelle at archlinux.org
Fri Jun 16 22:40:31 UTC 2017


    Date: Friday, June 16, 2017 @ 22:40:30
  Author: jelle
Revision: 237822

upgpkg: python-regex 2017.06.07-1

Modified:
  python-regex/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-16 20:59:40 UTC (rev 237821)
+++ PKGBUILD	2017-06-16 22:40:30 UTC (rev 237822)
@@ -2,11 +2,12 @@
 # Contributor: Nikola Milinković <nikmil at gmail.com>
 # Submitter: Xiao-Long Chen <chenxiaolong at cxl.epac.to>
 
+_pkgbase=regex
 pkgbase=python-regex
 pkgname=('python-regex' 'python2-regex')
 pkgname=python-regex
-pkgver=2017.04.23
-pkgrel=2
+pkgver=2017.06.07
+pkgrel=1
 pkgdesc="Alternative python regular expression module."
 arch=('x86_64' 'i686')
 url="https://bitbucket.org/mrabarnett/mrab-regex"
@@ -13,8 +14,8 @@
 license=('Python')
 makedepends=('python-setuptools' 'python2-setuptools')
 options=(!emptydirs)
-source=('https://pypi.python.org/packages/c1/8e/50066f0fe05841759327f3cfa40fec8b94da12eab022d480e7c56315dc2f/regex-2017.04.23.tar.gz')
-sha256sums=('ebac6140f097bec2dce310e08b21a46c60fd93a5e18ed31b32dbe5624fc3e6bd')
+source=(https://pypi.io/packages/source/r/${_pkgbase}/${_pkgbase}-${pkgver}.tar.gz)
+sha256sums=('e45784bbe5a0ce4a954fbc5e0f72909798257241147271d4906bc617fd59261b')
 
 package_python2-regex() {
   depends=('python2')



More information about the arch-commits mailing list