summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Javorski2021-10-20 15:40:24 -0700
committerMike Javorski2021-10-20 15:40:24 -0700
commit56d9aab1bbf482cd0b2535c6fff5bef84192b448 (patch)
tree6492c53d0e48dc2749251b444672b6bfc2e1d644
parent1b980eaf227fd3db2757a232ed6e6a36c9d030ad (diff)
downloadaur-56d9aab1bbf482cd0b2535c6fff5bef84192b448.tar.gz
Update to latest release 1.1.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6f5d9c34f71d..b9f62aa8c9ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dput
pkgdesc = Debian package upload tool
- pkgver = 1.0.3
+ pkgver = 1.1.0
pkgrel = 1
url = http://packages.qa.debian.org/dput
arch = any
@@ -9,8 +9,7 @@ pkgbase = dput
depends = python
depends = python-debian
depends = python-gpgme
- source = http://http.debian.net/debian/pool/main/d/dput/dput_1.0.3.tar.xz
- md5sums = bf525a37ac4bfe1851584d7b843717ec
+ source = http://http.debian.net/debian/pool/main/d/dput/dput_1.1.0.tar.xz
+ md5sums = 96f1064344ac6fbd3cfc24811dc24c0a
pkgname = dput
-
diff --git a/PKGBUILD b/PKGBUILD
index dc6a58c2fec7..c6d2e04ba4c9 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.3
+pkgver=1.1.0
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=('bf525a37ac4bfe1851584d7b843717ec')
+md5sums=('96f1064344ac6fbd3cfc24811dc24c0a')
build() {
cd "$pkgname-$pkgver"