summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea6030817065..fd016c960869 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-apt
pkgdesc = Python binding of libapt-pkg
- pkgver = 0.9.3.7
+ pkgver = 0.9.3.8
pkgrel = 1
url = http://packages.debian.org/sid/python-apt
arch = i686
@@ -10,9 +10,9 @@ pkgbase = python-apt
depends = python
depends = apt>=1.0.4
options = !emptydirs
- source = http://ftp.debian.org/debian/pool/main/p/python-apt/python-apt_0.9.3.7.tar.xz
+ source = http://ftp.debian.org/debian/pool/main/p/python-apt/python-apt_0.9.3.8.tar.xz
source = fix-pydebug.patch
- sha256sums = 53ae9e40de02285bde3e57b62abf20aec37bebaff3ae96880873a55efe546215
+ sha256sums = 9997c64dbd60bd01738a4d1ecccf0d950e059d424a6c7f95dc09b9a9c424faff
sha256sums = 8a652b45fc4cdb27d672c355858813678908a8b6ab6a8dde8b843193eb960646
pkgname = python-apt
diff --git a/PKGBUILD b/PKGBUILD
index d7bfad8ad030..a29392ba4833 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Johannes Dewender arch at JonnyJD dot net
pkgname=python-apt
_python=python
-pkgver=0.9.3.7
+pkgver=0.9.3.8
pkgrel=1
pkgdesc="Python binding of libapt-pkg"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ conflicts=()
options=(!emptydirs)
source=(http://ftp.debian.org/debian/pool/main/p/$pkgname/${pkgname}_$pkgver.tar.xz
fix-pydebug.patch)
-sha256sums=('53ae9e40de02285bde3e57b62abf20aec37bebaff3ae96880873a55efe546215'
+sha256sums=('9997c64dbd60bd01738a4d1ecccf0d950e059d424a6c7f95dc09b9a9c424faff'
'8a652b45fc4cdb27d672c355858813678908a8b6ab6a8dde8b843193eb960646')
build() {