summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAUR updater2021-07-17 08:42:21 +0000
committerAUR updater2021-07-17 08:42:21 +0000
commit5f25766145e35dd78bd7c66211fd257c1a6bbe7c (patch)
tree6fb28b5a21cc2a8f6e87243994ea52360ebfa74b
parent1bfb5537b9cc518ec5280baa4e442dd15021c2a0 (diff)
downloadaur-5f25766145e35dd78bd7c66211fd257c1a6bbe7c.tar.gz
Update to version 0.1.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9347c04ddc83..adca4d0331d6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-detect-direct-checkins
pkgdesc = A utility which detects direct checkins on specific branches.
- pkgver = 0.1.1
+ pkgver = 0.1.2
pkgrel = 1
url = https://github.com/IngoMeyer441/detect-direct-checkins
arch = any
license = MIT
makedepends = python-setuptools
depends = python
- source = https://github.com/IngoMeyer441/detect-direct-checkins/archive/v0.1.1.tar.gz
- sha256sums = 052a8f371989136bba257721dae232d00d1a9ad7678d4126eacd3abf266b6fca
+ source = https://github.com/IngoMeyer441/detect-direct-checkins/archive/v0.1.2.tar.gz
+ sha256sums = bb2ba618e4eb5369a54959fbc3fa761a532f2b5fe93885ec9a87ae29d545d085
pkgname = python-detect-direct-checkins
diff --git a/PKGBUILD b/PKGBUILD
index 608c2092888e..eebe72c0c4e5 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.1"
+pkgver="0.1.2"
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=("052a8f371989136bba257721dae232d00d1a9ad7678d4126eacd3abf266b6fca")
+sha256sums=("bb2ba618e4eb5369a54959fbc3fa761a532f2b5fe93885ec9a87ae29d545d085")
build() {
cd "${srcdir}/${pkgname#*-}-${pkgver}" || return