summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAUR updater2024-04-15 13:14:17 +0000
committerAUR updater2024-04-15 13:14:17 +0000
commitd2806e2fa4269f9b07ac7a9900e2f7ca1cf6aed7 (patch)
tree95eb8fca1a48adb9897be946751b52ea55b23ea4
parent2ffd4a48a2d865424f841431cf51dc3805d03b46 (diff)
downloadaur-git-clog.tar.gz
Update to version 0.3.0
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 97a02fa0ccd4..dff1656714e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
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.5
- pkgrel = 3
+ pkgver = 0.3.0
+ pkgrel = 1
url = https://github.com/IngoMeyer441/git-clog
arch = any
license = MIT
makedepends = python-setuptools
depends = python
- source = https://github.com/IngoMeyer441/git-clog/archive/v0.2.5.tar.gz
- sha256sums = 74199a3e7f87ffaf3229a0b46bf594707932231aaae8588344a64d47c892b5dc
+ source = https://github.com/IngoMeyer441/git-clog/archive/v0.3.0.tar.gz
+ sha256sums = 68f53c1275ad8462bb798c029b444e3ecfb9eab0a0fe326e5c58ecdf84e505b1
pkgname = git-clog
-
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