summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAUR updater2020-04-25 10:33:19 +0000
committerAUR updater2020-04-25 10:33:19 +0000
commitbc44b6ae10002dd6851ab1b9426962e9dd7f2268 (patch)
treec3ba8cdd3b7ab9bd5174144c91451a26bf5e0338
parentd773b7a2f1125b2ee6e2c0ad71f22398014be2a0 (diff)
downloadaur-bc44b6ae10002dd6851ab1b9426962e9dd7f2268.tar.gz
Update to version 0.2.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f23a025936a..6676d6483a3b 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.4
+ pkgver = 0.2.5
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.4.tar.gz
- sha256sums = dadf63b8ec2fe65f6677a741919283fcbf04a9703f434dc97ad85efb24708d03
+ source = https://github.com/IngoHeimbach/git-clog/archive/v0.2.5.tar.gz
+ sha256sums = 74199a3e7f87ffaf3229a0b46bf594707932231aaae8588344a64d47c892b5dc
pkgname = git-clog
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