summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Javorski2019-03-07 09:15:59 -0800
committerMike Javorski2019-03-07 09:15:59 -0800
commit1b980eaf227fd3db2757a232ed6e6a36c9d030ad (patch)
treec723afa4615a8d6ff0af1f0ffb4323772144d747
parent344f2f74c38a40f342a0ed526237b4deb4e9c90e (diff)
downloadaur-1b980eaf227fd3db2757a232ed6e6a36c9d030ad.tar.gz
Update to latest release 1.0.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 28afbd4f238d..6f5d9c34f71d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dput
pkgdesc = Debian package upload tool
- pkgver = 1.0.2
+ pkgver = 1.0.3
pkgrel = 1
url = http://packages.qa.debian.org/dput
arch = any
@@ -9,8 +9,8 @@ pkgbase = dput
depends = python
depends = python-debian
depends = python-gpgme
- source = http://http.debian.net/debian/pool/main/d/dput/dput_1.0.2.tar.xz
- sha256sums = cdbd4ad0f75e68e5516908e2e6e7c3be6135a1bcc363920d758ed6f88c6e0a3d
+ source = http://http.debian.net/debian/pool/main/d/dput/dput_1.0.3.tar.xz
+ md5sums = bf525a37ac4bfe1851584d7b843717ec
pkgname = dput
diff --git a/PKGBUILD b/PKGBUILD
index 70b1054c2e1e..dc6a58c2fec7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Jan Dolinar <dolik.rce@gmail.com>
# Contributor: Andre Klitzing <andre () incubo () de>
pkgname=dput
-pkgver=1.0.2
+pkgver=1.0.3
pkgrel=1
pkgdesc="Debian package upload tool"
arch=('any')
@@ -11,7 +11,7 @@ license=('GPL')
makedepends=('python-setuptools')
depends=('python' 'python-debian' 'python-gpgme')
source=(http://http.debian.net/debian/pool/main/d/${pkgname}/${pkgname}_${pkgver}.tar.xz)
-md5sums=('67924fcbb7cb17f3344dd3696f1c2619')
+md5sums=('bf525a37ac4bfe1851584d7b843717ec')
build() {
cd "$pkgname-$pkgver"