summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohannes Dewender2015-06-29 13:00:26 +0200
committerJohannes Dewender2015-06-29 13:00:26 +0200
commita6f0cacd3741e3911737919c255b26f2d24c0d73 (patch)
tree24866724b6251e1cd886c7d28e6e7a5f30970f39 /PKGBUILD
parentba47f4e0214392817c784041ae9a239660905c5a (diff)
downloadaur-a6f0cacd3741e3911737919c255b26f2d24c0d73.tar.gz
update dh-python to 20150628
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4f04e54a5b09..81c8455d13d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Contributor: Johannes Dewender arch at JonyJD dot net
# Contributor: C. Dominik Bódi dominik.bodi at gmx dot de
pkgname=debhelper-python
-_pkgname=python3-defaults
-_pkgname2=dh-python
pkgver=3.4.2
-_pkgver2=1.20141111
-pkgrel=2
+pkgrel=3
+_pkgname=python3-defaults
_pkgrel=2
+_pkgname2=dh-python
+_pkgver2=1.20150628
pkgdesc="debhelper scripts for Python 3: py3versions, python3.pm"
arch=('any')
url="http://packages.debian.org/sid/python3"
@@ -21,7 +21,7 @@ options=()
source=(http://ftp.debian.org/debian/pool/main/p/$_pkgname/${_pkgname}_$pkgver-$_pkgrel.tar.gz
http://ftp.debian.org/debian/pool/main/d/$_pkgname2/${_pkgname2}_$_pkgver2.orig.tar.xz)
sha256sums=('96ef5763cae104c181fcf530f84a16537b5727ebc41f1ae6482ce18775556bcf'
- '726bd70f10d26adb3d2b2b24627ea592ce6508b516dee97319dc303b950a5c1e')
+ '2900b2cea6d5f443624f22ba5c134c34fddc888ce842689f48161189c04e2026')
build() {
cd "$srcdir/$_pkgname-$pkgver"