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 50caf7fb00c5..12668c07d3fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Carlos Aznarán <caznaranl@uni.pe>
_base=treestamps
pkgname=python-${_base}
-pkgver=1.0.0
+pkgver=1.0.1
pkgrel=1
pkgdesc="Create timestamp records for recursive operations on directory trees"
url="https://github.com/ajslater/${_base}"
@@ -10,7 +10,7 @@ makedepends=(python-build python-installer python-poetry-core)
license=(GPL3)
arch=(any)
source=(https://pypi.org/packages/source/${_base::1}/${_base}/${_base}-${pkgver}.tar.gz)
-sha512sums=('9a8e1e9ac66e34eaabc3353fe96f33698f53823e079d32eea46af6d7e3a4e796a67d1af3566d1b44866c609bd9db34c6583cbc39db71a1c5c6e639d24f839f8b')
+sha512sums=('22b1bea2b552c9cb838300066ec347bab0844c0509002aaf31c66a028936fde14fcdca78fae7649fbc892fa41f8142d77f44c410f676fcd2b9f7b501274a9ca6')
build() {
cd ${_base}-${pkgver}