summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2022-10-13 13:00:25 -0500
committerCarlos Aznarán Laos2022-10-13 13:00:25 -0500
commit5edd4c2059c8057fe4660112fd9b9055304a33f2 (patch)
treeb442efc6f04e8e885192415eecb60c0c9b52eb93 /PKGBUILD
parent6269399cf118db93efd07fbfb66d251e3991f6fc (diff)
downloadaur-5edd4c2059c8057fe4660112fd9b9055304a33f2.tar.gz
Bump version to 0.3.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 61cf3007664f..aa6443925e99 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Carlos Aznarán <caznaranl@uni.pe>
_base=treestamps
pkgname=python-${_base}
-pkgver=0.3.1
+pkgver=0.3.2
pkgrel=1
pkgdesc="Create timestamp records for recursive operations on directory trees"
url="https://github.com/ajslater/${_base}"
@@ -10,7 +10,7 @@ makedepends=(python-setuptools)
license=(GPL3)
arch=(any)
source=(https://pypi.org/packages/source/${_base::1}/${_base}/${_base}-${pkgver}.tar.gz)
-sha512sums=('9405ba6a7d77713018494d3095bdd4b82a0fa0fba5ac916a821ae75b4b3292728579ab0dee1fe6d8a8cd24a9bc5417b013ed0d9e20188fa92fe8a72d13dbd933')
+sha512sums=('2ed1d2f514ca641d5e41d544bb1fb751537e41469cbe88cb86130e725c19066532f08521d66c33d627a6d0b149b31ec7620853664f3af14a466d01b10456ffdd')
build() {
cd ${_base}-${pkgver}