summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIngo Meyer2020-08-05 15:03:14 +0200
committerIngo Meyer2020-08-05 15:03:14 +0200
commit391240597e0194102d20f90abb24e65c0ebe6f87 (patch)
treef85ddae07bbd85279eab32e94a384953ff5fa889 /PKGBUILD
parentb876046c501db4e7232d3f7cdab9709b4799aba0 (diff)
downloadaur-391240597e0194102d20f90abb24e65c0ebe6f87.tar.gz
Update references to `heimbach`
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 75b08cf39769..7406e6785ad6 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-simple-term-menu"
pkgver="0.6.7"
-pkgrel="1"
+pkgrel="2"
pkgdesc="A Python package which creates simple interactive menus on the command line."
arch=("any")
-url="https://github.com/IngoHeimbach/simple-term-menu"
+url="https://github.com/IngoMeyer441/simple-term-menu"
license=("MIT")
depends=("python")
makedepends=("python-setuptools")
-source=("https://github.com/IngoHeimbach/simple-term-menu/archive/v${pkgver}.tar.gz")
+source=("https://github.com/IngoMeyer441/simple-term-menu/archive/v${pkgver}.tar.gz")
sha256sums=("760f0fd7703f35e1d001d43aa3666b29f94cdc40510b18ec9a976257c9c4ef86")
build() {