summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2019-10-11 21:01:02 +0200
committerbartus2019-10-11 21:02:15 +0200
commit88fe357f00b9c2b5e3a0f49d8df5e2ac954e78fb (patch)
tree19b158e28bb847f794ae60722aba633040f99e8b
parentad6c2201ecf660168fe02900951f5d4946129b44 (diff)
downloadaur-88fe357f00b9c2b5e3a0f49d8df5e2ac954e78fb.tar.gz
Replace __xxx__ fields in __init__.py
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c074319801f5..a1bce9c5e0bb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python2-scons
pkgdesc = Extensible Python-based build utility. Python2 version
pkgver = 3.1.1
- pkgrel = 2
+ pkgrel = 3
url = https://scons.org
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index ff7c0c6d7ac2..ab2cc7e722f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
_pkgbase=scons
pkgname=python2-${_pkgbase}
pkgver=3.1.1
-pkgrel=2
+pkgrel=3
pkgdesc="Extensible Python-based build utility. Python2 version"
arch=('any')
url="https://scons.org"
@@ -47,7 +47,7 @@ prepare() {
-e 's/__BUILDSYS__/none/g' \
-e 's/__DEVELOPER__/none/g' \
-e "s/__VERSION__/${pkgver}/g" \
- -i "src/setup.py"
+ -i "src/setup.py" "src/engine/SCons/__init__.py"
# disabling postscript creation, because it's broken
sed -e '614,619d' \
-e '/api_ps =/d' \