summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3c87524f949d..fa2701ec4cf1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Brendan MacDonell <macdonellba at gmail dot com>
pkgname=python-dugong
-pkgver=3.8.0
+pkgver=3.8.1
pkgrel=1
pkgdesc="A Python HTTP 1.1 client library designed for RESTful protocols."
arch=('any')
@@ -11,7 +11,7 @@ license=('PSF' 'Apache')
depends=('python' 'python-setuptools')
options=(!emptydirs)
source=(https://github.com/python-dugong/python-dugong/archive/release-$pkgver.tar.gz)
-md5sums=('86dceaa2ab7cae023a9db048a596d89e')
+md5sums=('f97f07fd3f36bb5da35d527d2eaeb2fb')
package() {
cd $srcdir/python-dugong-release-$pkgver