summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d5ae1563ffd..14ff557d29ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Tue Mar 29 05:25:00 UTC 2016
pkgbase = python-apt
pkgdesc = Python binding of libapt-pkg
- pkgver = 0.9.4
+ pkgver = 0.9.3.12
pkgrel = 1
url = http://packages.debian.org/sid/python-apt
arch = i686
@@ -10,9 +12,9 @@ pkgbase = python-apt
makedepends = python2-distutils-extra
depends = apt>=1.0.9.3
options = !emptydirs
- source = http://ftp.debian.org/debian/pool/main/p/python-apt/python-apt_0.9.4.tar.xz
+ source = http://ftp.debian.org/debian/pool/main/p/python-apt/python-apt_0.9.3.12.tar.xz
source = fix-pydebug.patch
- sha256sums = eaf0fe88ef6e71a67cbf1b20b3d866afb053a35c89edbcb75b8d6b6f4a2aca0f
+ sha256sums = 0a889130fd643be9cc3b4d972819bcb2ba9cc70b923077d4210c297aba07843b
sha256sums = 8a652b45fc4cdb27d672c355858813678908a8b6ab6a8dde8b843193eb960646
pkgname = python-apt
diff --git a/PKGBUILD b/PKGBUILD
index 67bdec02d23d..d6df5a534997 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=('python-apt' 'python2-apt')
_pkgname=python-apt
_pkgname2=python2-apt
-pkgver=0.9.4
+pkgver=0.9.3.12
pkgrel=1
pkgdesc="Python binding of libapt-pkg"
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ conflicts=()
options=(!emptydirs)
source=(http://ftp.debian.org/debian/pool/main/p/$_pkgname/${_pkgname}_$pkgver.tar.xz
fix-pydebug.patch)
-sha256sums=('eaf0fe88ef6e71a67cbf1b20b3d866afb053a35c89edbcb75b8d6b6f4a2aca0f'
+sha256sums=('0a889130fd643be9cc3b4d972819bcb2ba9cc70b923077d4210c297aba07843b'
'8a652b45fc4cdb27d672c355858813678908a8b6ab6a8dde8b843193eb960646')
prepare() {