summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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() {