summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordylan araps2017-05-04 12:59:27 +1000
committerdylan araps2017-05-04 12:59:27 +1000
commitf7a5ee19c3cd138a97997a4ec0f435e314409aec (patch)
treebbde3918c41a50e73939b3778db07211f246ac78
parentec05d4226d171cb7870d4185342880e808efa650 (diff)
downloadaur-f7a5ee19c3cd138a97997a4ec0f435e314409aec.tar.gz
Update python-apt to beta3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 52171df9b21e..442ab935ba1c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Apr 7 00:50:07 UTC 2017
+# Thu May 4 02:59:14 UTC 2017
pkgbase = python-apt
pkgdesc = Python binding of libapt-pkg
- pkgver = 1.4.0~beta2
+ pkgver = 1.4.0~beta3
pkgrel = 1
url = https://tracker.debian.org/pkg/python-apt
arch = i686
@@ -12,9 +12,9 @@ pkgbase = python-apt
makedepends = python2-distutils-extra
depends = apt>=1.4
options = !emptydirs
- source = http://ftp.debian.org/debian/pool/main/p/python-apt/python-apt_1.4.0~beta2.tar.xz
+ source = http://ftp.debian.org/debian/pool/main/p/python-apt/python-apt_1.4.0~beta3.tar.xz
source = fix-pydebug.patch
- sha256sums = ac521853d7d675f49af81a58c9824521d48f74058b26ef5abbdc44dff4d79343
+ sha256sums = ee5d237a3ab91292e44dc9edf593e906bd5ca67953f828c3aa19b921b42f8485
sha256sums = 8a652b45fc4cdb27d672c355858813678908a8b6ab6a8dde8b843193eb960646
pkgname = python-apt
diff --git a/PKGBUILD b/PKGBUILD
index 991408c1bb2f..f22a2db94329 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=('python-apt' 'python2-apt')
_pkgname=python-apt
_pkgname2=python2-apt
-pkgver=1.4.0~beta2
+pkgver=1.4.0~beta3
pkgrel=1
pkgdesc="Python binding of libapt-pkg"
arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@ conflicts=()
options=(!emptydirs)
source=(http://ftp.debian.org/debian/pool/main/p/$_pkgname/${_pkgname}_$pkgver.tar.xz
fix-pydebug.patch)
-sha256sums=('ac521853d7d675f49af81a58c9824521d48f74058b26ef5abbdc44dff4d79343'
+sha256sums=('ee5d237a3ab91292e44dc9edf593e906bd5ca67953f828c3aa19b921b42f8485'
'8a652b45fc4cdb27d672c355858813678908a8b6ab6a8dde8b843193eb960646')
prepare() {