summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Peukert2021-06-18 02:23:01 +0200
committerDaniel Peukert2021-06-18 02:23:01 +0200
commit1ec284748b854fee72f5ac29a1f09666ad14f86f (patch)
treeeea1c62c5dcb83cdb511ce6ef68f4cfb3c27bc48 /PKGBUILD
parent36a188659e7b1ae8076019f5faa356de8e8a2bdf (diff)
downloadaur-python2-fasteners.tar.gz
Update python2-fasteners to 0.16.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9ae0ec9bd245..3692948187ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Erhan SAHIN <erhan@ssahin.net>
_projectname='fasteners'
pkgname="python2-$_projectname"
-pkgver='0.16.2'
+pkgver='0.16.3'
pkgrel='1'
pkgdesc='A python package that provides useful locks - python2 version'
arch=('any')
@@ -13,7 +13,7 @@ license=('Apache')
depends=('python2' 'python2-monotonic>=0.1' 'python2-six')
makedepends=('python2-setuptools')
source=("$pkgname-$pkgver-$pkgrel.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('4f1d60528fe43a3ed4da239ab1ea1d0d87ad6506d9ea54cee3adcda9872c9377')
+sha256sums=('76db20e2709151a3b689a9e571f4d65f60880812972f89c24a13640937ca11c7')
_sourcedirectory="$_projectname-$pkgver"