summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIngo Meyer2020-08-05 14:49:08 +0200
committerIngo Meyer2020-08-05 14:49:08 +0200
commit364859ffc787b6fc9df2581d2261a9c46ef7122e (patch)
tree2243eb810054407059500e233a27d953877586e4
parentbc44b6ae10002dd6851ab1b9426962e9dd7f2268 (diff)
downloadaur-364859ffc787b6fc9df2581d2261a9c46ef7122e.tar.gz
Update references to `heimbach`
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6676d6483a3b..5fbc0f31782d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +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 = 1
- url = https://github.com/IngoHeimbach/git-clog
+ pkgrel = 2
+ url = https://github.com/IngoMeyer441/git-clog
arch = any
license = MIT
makedepends = python-setuptools
depends = python
- source = https://github.com/IngoHeimbach/git-clog/archive/v0.2.5.tar.gz
+ source = https://github.com/IngoMeyer441/git-clog/archive/v0.2.5.tar.gz
sha256sums = 74199a3e7f87ffaf3229a0b46bf594707932231aaae8588344a64d47c892b5dc
pkgname = git-clog
diff --git a/PKGBUILD b/PKGBUILD
index 3163810f0a6f..96d4878c554d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
-# Maintainer: Ingo Heimbach <i.heimbach@fz-juelich.de>
+# Maintainer: Ingo Meyer <i.meyer@fz-juelich.de>
pkgname="git-clog"
pkgver="0.2.5"
-pkgrel="1"
+pkgrel="2"
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/IngoHeimbach/git-clog"
+url="https://github.com/IngoMeyer441/git-clog"
license=("MIT")
depends=("python")
makedepends=("python-setuptools")
-source=("https://github.com/IngoHeimbach/git-clog/archive/v${pkgver}.tar.gz")
+source=("https://github.com/IngoMeyer441/git-clog/archive/v${pkgver}.tar.gz")
sha256sums=("74199a3e7f87ffaf3229a0b46bf594707932231aaae8588344a64d47c892b5dc")
build() {