summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAUR updater2024-04-15 13:14:17 +0000
committerAUR updater2024-04-15 13:14:17 +0000
commitd2806e2fa4269f9b07ac7a9900e2f7ca1cf6aed7 (patch)
tree95eb8fca1a48adb9897be946751b52ea55b23ea4 /PKGBUILD
parent2ffd4a48a2d865424f841431cf51dc3805d03b46 (diff)
downloadaur-git-clog.tar.gz
Update to version 0.3.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 339653b42180..99adcdf1a997 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Ingo Meyer <IJ_M@gmx.de>
pkgname="git-clog"
-pkgver="0.2.5"
-pkgrel="3"
+pkgver="0.3.0"
+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")
url="https://github.com/IngoMeyer441/git-clog"
@@ -10,7 +10,7 @@ license=("MIT")
depends=("python")
makedepends=("python-setuptools")
source=("https://github.com/IngoMeyer441/git-clog/archive/v${pkgver}.tar.gz")
-sha256sums=("74199a3e7f87ffaf3229a0b46bf594707932231aaae8588344a64d47c892b5dc")
+sha256sums=("68f53c1275ad8462bb798c029b444e3ecfb9eab0a0fe326e5c58ecdf84e505b1")
build() {
cd "${srcdir}/${pkgname}-${pkgver}" || return