summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Kharitonov2016-08-06 15:12:48 +0500
committerDmitry Kharitonov2016-08-06 15:12:48 +0500
commit5d797a01cd29e02c57655f51bb6c5ba9ed1fd09a (patch)
treef12b3f20e62cf6c32c03f011f3e41f9380c5464c
parenta153b175ca2ed09a21df82eb8ccf4444bc42e800 (diff)
downloadaur-5d797a01cd29e02c57655f51bb6c5ba9ed1fd09a.tar.gz
Removed outdated regex from PKGBUILD
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c90ae0608975..5ff1a531dd63 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Aug 6 09:00:15 UTC 2016
+# Sat Aug 6 10:12:18 UTC 2016
pkgbase = python-djvulibre
pkgdesc = A set of Python bindings for the DjVuLibre library
pkgver = 0.8
diff --git a/PKGBUILD b/PKGBUILD
index 40ce5fedfc3c..2faffa96053a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,12 +13,10 @@ license=('GPL2')
depends=('djvulibre' 'python2')
makedepends=('cython2')
source=("https://pypi.io/packages/source/p/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-# https://files.pythonhosted.org/packages/source/p/python-djvulibre/python-djvulibre-0.7.2.tar.gz
sha256sums=('9d6bf3143fa540e8ce330949c9edff7847ad7cd715f7c02e2991212873a5f31b')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- sed -i "s/'cython'/'cython2'/" setup.py
python2 setup.py build
}