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 03a3879f9a63..12cc7623443c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun May 8 19:51:57 UTC 2016
+# Sun Jan 29 15:23:04 UTC 2017
pkgbase = debhelper-python2
pkgdesc = debhelper scripts for Python 2: pyversions, python2.pm
- pkgver = 2.7.11
+ pkgver = 2.7.13
pkgrel = 1
url = http://packages.debian.org/sid/python
arch = any
@@ -10,9 +10,9 @@ pkgbase = debhelper-python2
depends = debhelper
depends = python2
depends = debhelper-python
- source = http://ftp.debian.org/debian/pool/main/p/python-defaults/python-defaults_2.7.11-1.tar.gz
+ source = http://ftp.debian.org/debian/pool/main/p/python-defaults/python-defaults_2.7.13-2.tar.gz
source = makefile_supported.patch
- md5sums = 0f119432bf36065d00f836ccc9a2f1d6
+ md5sums = 0fdfbdc87a58a0e1162b02d7c4cda6bc
md5sums = ba61b80b7461b85283b6695e1bf6a768
pkgname = debhelper-python2
diff --git a/PKGBUILD b/PKGBUILD
index 8d8360b3f6e2..700988ef5be3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Contributor: Johannes Dewender arch at JonyJD dot net
pkgname=debhelper-python2
_pkgname=python-defaults
-pkgver=2.7.11
+pkgver=2.7.13
pkgrel=1
-_pkgrel=1
+_pkgrel=2
pkgdesc="debhelper scripts for Python 2: pyversions, python2.pm"
arch=('any')
url="http://packages.debian.org/sid/python"
@@ -21,7 +21,7 @@ backup=()
options=()
install=
source=(http://ftp.debian.org/debian/pool/main/p/$_pkgname/${_pkgname}_$pkgver-$_pkgrel.tar.gz makefile_supported.patch)
-md5sums=('0f119432bf36065d00f836ccc9a2f1d6'
+md5sums=('0fdfbdc87a58a0e1162b02d7c4cda6bc'
'ba61b80b7461b85283b6695e1bf6a768')
prepare() {