summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOliver Bandel2023-08-20 18:34:42 +0200
committerOliver Bandel2023-08-20 18:34:42 +0200
commitb2f69a92fa11cdaddee6193ad3f1cb80b9d43bcc (patch)
tree54f22fe56466efd8493b9c63f44ca74c5dd5c19b /PKGBUILD
parent3de22e77129b214d08c054e2c2542fb29d97b4ed (diff)
downloadaur-egypt.tar.gz
egypt 1.11 and new maintainer
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c934b81eecf2..ff2a7e450029 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,7 @@
-# Maintainer: Baptiste Jonglez <baptiste--aur at jonglez dot org>
+# Maintainer: <oliver at first.in-berlin.de>
+# Contributor: Baptiste Jonglez <baptiste--aur at jonglez dot org>
pkgname=egypt
-pkgver=1.10
+pkgver=1.11
pkgrel=1
pkgdesc="A simple tool for creating call graphs of C programs"
arch=("any")
@@ -13,7 +14,7 @@ makedepends=("perl")
optdepends=("gcc: for generating an intermediate representation of C code (RTL files)"
"graphviz: for visualising the resulting graph")
source=("https://www.gson.org/egypt/download/$pkgname-$pkgver.tar.gz")
-md5sums=('591dce680bef60e73edccd0220957846')
+sha256sums=('a204880539b82c013d991e70b278ef5d4a34cd5b68c14aae0612b16ac92d9ec4')
build() {
cd "$srcdir/$pkgname-$pkgver"