summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDmitry Kharitonov2016-08-06 15:12:48 +0500
committerDmitry Kharitonov2016-08-06 15:12:48 +0500
commit5d797a01cd29e02c57655f51bb6c5ba9ed1fd09a (patch)
treef12b3f20e62cf6c32c03f011f3e41f9380c5464c /PKGBUILD
parenta153b175ca2ed09a21df82eb8ccf4444bc42e800 (diff)
downloadaur-5d797a01cd29e02c57655f51bb6c5ba9ed1fd09a.tar.gz
Removed outdated regex from PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 0 insertions, 2 deletions
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
}