summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMike Javorski2022-09-19 09:20:11 -0700
committerMike Javorski2022-09-19 09:20:11 -0700
commitd6e4e0e4a26c3b5e394e1ea9817ef4f57dfe65a3 (patch)
tree64150f54212b03a23ddbd89a6ae37e0225e4f4a9 /PKGBUILD
parent56d9aab1bbf482cd0b2535c6fff5bef84192b448 (diff)
downloadaur-d6e4e0e4a26c3b5e394e1ea9817ef4f57dfe65a3.tar.gz
Update to latest release 1.1.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c6d2e04ba4c9..2ec1e0845573 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.1.0
+pkgver=1.1.2
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=('96f1064344ac6fbd3cfc24811dc24c0a')
+md5sums=('21d77e7607cce37a42f7be38e5df8335')
build() {
cd "$pkgname-$pkgver"