summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIngo Meyer2020-08-05 15:05:19 +0200
committerIngo Meyer2020-08-05 15:05:19 +0200
commitd7c2bad8f911908ab2509572cdfb6a5d0ce00a3d (patch)
tree5b2251d68f3405eed437d1a2694a9edb4ee2ce14 /PKGBUILD
parent8565a3ff8c49a563afb8081c07c06833c6789df7 (diff)
downloadaur-shallow-appify.tar.gz
Update references to `heimbach`
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 71c9d97f236d..caa2e576498c 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="shallow-appify"
pkgver="0.4.4"
pkgrel="1"
pkgdesc="Converts any executable to a non-self-contained mac app bundle which depends on system libraries."
arch=("any")
-url="https://github.com/IngoHeimbach/shallow-appify"
+url="https://github.com/IngoMeyer441/shallow-appify"
license=("MIT")
depends=("python" "python-jinja" "python-pillow")
makedepends=("python-setuptools")
-source=("https://github.com/IngoHeimbach/shallow-appify/archive/v${pkgver}.tar.gz")
+source=("https://github.com/IngoMeyer441/shallow-appify/archive/v${pkgver}.tar.gz")
sha256sums=("720f7f02d7b00e54bb8ccf2dd260380ea18ce4217cdf28520b425f24fc13844b")
build() {