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

Jelle van der Waa jelle at archlinux.org
Fri Jun 16 18:55:00 UTC 2017


    Date: Friday, June 16, 2017 @ 18:54:56
  Author: jelle
Revision: 237811

upgpkg: python-regex 2017.04.23-2

Modified:
  python-regex/trunk/PKGBUILD	(contents, properties)

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-16 18:52:18 UTC (rev 237810)
+++ PKGBUILD	2017-06-16 18:54:56 UTC (rev 237811)
@@ -8,7 +8,7 @@
 pkgver=2017.04.23
 pkgrel=2
 pkgdesc="Alternative python regular expression module."
-arch=(any)
+arch=('x86_64' 'i686')
 url="https://bitbucket.org/mrabarnett/mrab-regex"
 license=('Python')
 makedepends=('python-setuptools' 'python2-setuptools')
@@ -21,7 +21,7 @@
   conflicts=('python2-regex-hg')
   pkgdesc="Alternative python regular expression module. (python2 version)"
 
-  cd "${srcdir}/regex-${pkgver}"
+  cd "regex-${pkgver}"
   python2 setup.py install --root="${pkgdir}/" --optimize=1
 
   install -v -m755 -d "${pkgdir}/usr/share/doc/python2-regex"
@@ -35,7 +35,7 @@
   conflicts=('python-regex-hg')
   pkgdesc="Alternative python regular expression module. (python3 version)"
 
-  cd "${srcdir}/regex-${pkgver}"
+  cd "regex-${pkgver}"
   python setup.py install --root="${pkgdir}/" --optimize=1
 
   install -v -m755 -d "${pkgdir}/usr/share/doc/python-regex"


Property changes on: python-regex/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list