summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b9eb304441f1..5d5ae1563ffd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-apt
pkgdesc = Python binding of libapt-pkg
- pkgver = 0.9.3.11
- pkgrel = 2
+ pkgver = 0.9.4
+ pkgrel = 1
url = http://packages.debian.org/sid/python-apt
arch = i686
arch = x86_64
@@ -10,9 +10,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.3.11.tar.xz
+ source = http://ftp.debian.org/debian/pool/main/p/python-apt/python-apt_0.9.4.tar.xz
source = fix-pydebug.patch
- sha256sums = 33d9fd106f0f2bbcdf49711a198d196bf6624ed335eec856c278ff73ca2e5fc9
+ sha256sums = eaf0fe88ef6e71a67cbf1b20b3d866afb053a35c89edbcb75b8d6b6f4a2aca0f
sha256sums = 8a652b45fc4cdb27d672c355858813678908a8b6ab6a8dde8b843193eb960646
pkgname = python-apt
diff --git a/PKGBUILD b/PKGBUILD
index 8251d00db403..67bdec02d23d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=('python-apt' 'python2-apt')
_pkgname=python-apt
_pkgname2=python2-apt
-pkgver=0.9.3.11
-pkgrel=2
+pkgver=0.9.4
+pkgrel=1
pkgdesc="Python binding of libapt-pkg"
arch=('i686' 'x86_64')
url="http://packages.debian.org/sid/python-apt"
@@ -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=('33d9fd106f0f2bbcdf49711a198d196bf6624ed335eec856c278ff73ca2e5fc9'
+sha256sums=('eaf0fe88ef6e71a67cbf1b20b3d866afb053a35c89edbcb75b8d6b6f4a2aca0f'
'8a652b45fc4cdb27d672c355858813678908a8b6ab6a8dde8b843193eb960646')
prepare() {