summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bershatsky2018-07-13 19:03:15 +0300
committerDaniel Bershatsky2018-07-13 19:03:15 +0300
commite0d10ca5e3b16ff6d22a1d2095bbf8b1bc582566 (patch)
tree645041400d0d6876c75eebf424c5cd4d49964c24
parent61421b9eedd819ef4c6e3904c0fcff3a8d267c39 (diff)
downloadaur-e0d10ca5e3b16ff6d22a1d2095bbf8b1bc582566.tar.gz
Do not remove libffi modules.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 295b94ff4b4b..0ac796996ddf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-dbg
pkgdesc = Python 3 debug symbols.
pkgver = 3.6.6
- pkgrel = 1
+ pkgrel = 3
epoch = 0
url = http://www.python.org/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index ab635c4be157..41ac7e27f789 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-dbg
pkgver=3.6.6
-pkgrel=2
+pkgrel=3
epoch=0
pkgdesc="Python 3 debug symbols."
arch=('i686' 'x86_64')
@@ -34,9 +34,9 @@ prepare() {
# Ensure that we are using the system copy of various libraries (expat, libffi, and libmpdec),
# rather than copies shipped in the tarball
- rm -rf Modules/expat
- rm -rf Modules/_ctypes/{darwin,libffi}*
- rm -rf Modules/_decimal/libmpdec
+# rm -rf Modules/expat
+# rm -rf Modules/_ctypes/{darwin,libffi}*
+# rm -rf Modules/_decimal/libmpdec
}
build() {