summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIngo Meyer2020-08-05 15:03:55 +0200
committerIngo Meyer2020-08-05 15:03:55 +0200
commitd222402ca43795d327376cd779920d576c6d2f63 (patch)
tree022505c4452a7fd36f5f6bad560d99be63cfef27
parent46c0505f77ecce0ccf5b4a31657198031a6f1970 (diff)
downloadaur-d222402ca43795d327376cd779920d576c6d2f63.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 ca07ebe5bef2..5a1991e1dd91 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-yacl
pkgdesc = Yet another color logger for Python.
pkgver = 0.3.4
- pkgrel = 1
- url = https://github.com/IngoHeimbach/yacl
+ pkgrel = 2
+ url = https://github.com/IngoMeyer441/yacl
arch = any
license = MIT
makedepends = python-setuptools
depends = python
- source = https://github.com/IngoHeimbach/yacl/archive/v0.3.4.tar.gz
+ source = https://github.com/IngoMeyer441/yacl/archive/v0.3.4.tar.gz
sha256sums = 37038e2d3798a6a0486aacb5721e5a21fb6476a08f60beb1af42a6608b6adf0d
pkgname = python-yacl
diff --git a/PKGBUILD b/PKGBUILD
index 068f9fa277db..d685d8be457f 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="python-yacl"
pkgver="0.3.4"
-pkgrel="1"
+pkgrel="2"
pkgdesc="Yet another color logger for Python."
arch=("any")
-url="https://github.com/IngoHeimbach/yacl"
+url="https://github.com/IngoMeyer441/yacl"
license=("MIT")
depends=("python")
makedepends=("python-setuptools")
-source=("https://github.com/IngoHeimbach/yacl/archive/v${pkgver}.tar.gz")
+source=("https://github.com/IngoMeyer441/yacl/archive/v${pkgver}.tar.gz")
sha256sums=("37038e2d3798a6a0486aacb5721e5a21fb6476a08f60beb1af42a6608b6adf0d")
build() {