summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAUR updater2020-04-23 20:02:51 +0000
committerAUR updater2020-04-23 20:02:51 +0000
commitd773b7a2f1125b2ee6e2c0ad71f22398014be2a0 (patch)
treeffecb129c25fbfd3eb1b456b2e6c6a00ae39f002
parent0190839335cafb3aad3920d469122f9d1ebf0ff8 (diff)
downloadaur-d773b7a2f1125b2ee6e2c0ad71f22398014be2a0.tar.gz
Update to version 0.2.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 31849975ae14..0f23a025936a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = git-clog
pkgdesc = A tool to colorize the commit graph of a Git repository by interpreting the first six commit hash digits as an RGB color value.
- pkgver = 0.2.3
+ pkgver = 0.2.4
pkgrel = 1
url = https://github.com/IngoHeimbach/git-clog
arch = any
license = MIT
makedepends = python-setuptools
depends = python
- source = https://github.com/IngoHeimbach/git-clog/archive/v0.2.3.tar.gz
- sha256sums = 5e3e62d704d6aa20a4e6c286b7b7fa3f4218bd7ca5128fcd8b801d26d1be777e
+ source = https://github.com/IngoHeimbach/git-clog/archive/v0.2.4.tar.gz
+ sha256sums = dadf63b8ec2fe65f6677a741919283fcbf04a9703f434dc97ad85efb24708d03
pkgname = git-clog
diff --git a/PKGBUILD b/PKGBUILD
index 7dfd11d6beaf..e54d72394024 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ingo Heimbach <i.heimbach@fz-juelich.de>
pkgname="git-clog"
-pkgver="0.2.3"
+pkgver="0.2.4"
pkgrel="1"
pkgdesc="A tool to colorize the commit graph of a Git repository by interpreting the first six commit hash digits as an RGB color value."
arch=("any")
@@ -10,7 +10,7 @@ license=("MIT")
depends=("python")
makedepends=("python-setuptools")
source=("https://github.com/IngoHeimbach/git-clog/archive/v${pkgver}.tar.gz")
-sha256sums=("5e3e62d704d6aa20a4e6c286b7b7fa3f4218bd7ca5128fcd8b801d26d1be777e")
+sha256sums=("dadf63b8ec2fe65f6677a741919283fcbf04a9703f434dc97ad85efb24708d03")
build() {
cd "${srcdir}/${pkgname}-${pkgver}" || return