summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAUR updater2020-04-25 10:33:19 +0000
committerAUR updater2020-04-25 10:33:19 +0000
commitbc44b6ae10002dd6851ab1b9426962e9dd7f2268 (patch)
treec3ba8cdd3b7ab9bd5174144c91451a26bf5e0338 /PKGBUILD
parentd773b7a2f1125b2ee6e2c0ad71f22398014be2a0 (diff)
downloadaur-bc44b6ae10002dd6851ab1b9426962e9dd7f2268.tar.gz
Update to version 0.2.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e54d72394024..3163810f0a6f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ingo Heimbach <i.heimbach@fz-juelich.de>
pkgname="git-clog"
-pkgver="0.2.4"
+pkgver="0.2.5"
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=("dadf63b8ec2fe65f6677a741919283fcbf04a9703f434dc97ad85efb24708d03")
+sha256sums=("74199a3e7f87ffaf3229a0b46bf594707932231aaae8588344a64d47c892b5dc")
build() {
cd "${srcdir}/${pkgname}-${pkgver}" || return