summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIngo Meyer2021-07-17 10:31:37 +0200
committerIngo Meyer2021-07-17 10:31:37 +0200
commit1bfb5537b9cc518ec5280baa4e442dd15021c2a0 (patch)
tree422a09f3e32c8eae5fef175923790dc52d19f9f5 /PKGBUILD
parentdd54bcad3fb861ce41eaaca76ecf63348b434fba (diff)
downloadaur-1bfb5537b9cc518ec5280baa4e442dd15021c2a0.tar.gz
Update to version `v0.1.1`
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 251ce9bb2e23..608c2092888e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ingo Meyer <i.meyer@fz-juelich.de>
pkgname="python-detect-direct-checkins"
-pkgver="0.1.0"
+pkgver="0.1.1"
pkgrel="1"
pkgdesc="A utility which detects direct checkins on specific branches."
arch=("any")
@@ -10,7 +10,7 @@ license=("MIT")
depends=("python")
makedepends=("python-setuptools")
source=("https://github.com/IngoMeyer441/detect-direct-checkins/archive/v${pkgver}.tar.gz")
-sha256sums=("3c8a35072890b3c55ab40aa318f4a107ad5bc61381538524e16d65f2db13e4b2")
+sha256sums=("052a8f371989136bba257721dae232d00d1a9ad7678d4126eacd3abf266b6fca")
build() {
cd "${srcdir}/${pkgname#*-}-${pkgver}" || return