aboutsummaryrefslogtreecommitdiffstats
path: root/community/nedit/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/nedit/APKBUILD')
-rw-r--r--community/nedit/APKBUILD13
1 files changed, 9 insertions, 4 deletions
diff --git a/community/nedit/APKBUILD b/community/nedit/APKBUILD
index a7ff5e6c220..2547b582eb1 100644
--- a/community/nedit/APKBUILD
+++ b/community/nedit/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Isaac Dunham <ibid.ag@gmail.com>
-# Maintainer:
+# Maintainer: Celeste <cielesti@protonmail.com>
pkgname=nedit
pkgver=5.7
-pkgrel=0
+pkgrel=1
pkgdesc="The Nirvana Editor, a multi-purpose X11 editor that's easy to use"
url="https://sourceforge.net/projects/nedit/"
arch="all"
@@ -10,7 +10,9 @@ license="GPL-2.0-or-later"
# perl for docs, bison and flex are used but may be optional
makedepends="$depends_dev motif-dev bison flex perl"
[ "$CARCH" != "riscv64" ] && subpackages="$pkgname-doc"
-source="https://downloads.sourceforge.net/project/nedit/nedit-source/nedit-$pkgver-src.tar.gz"
+source="https://downloads.sourceforge.net/project/nedit/nedit-source/nedit-$pkgver-src.tar.gz
+ fix-build.patch
+ "
options="!check" # No tests
build() {
@@ -36,4 +38,7 @@ doc() {
done
}
-sha512sums="cf242d2f8eea4c78649dbeb741f545a3dc8ffaf5bb36239794a4b2635420e5445fa1c77472add79c05ec081d71a0b9df4431f48db365a71692e43869fd4e7932 nedit-5.7-src.tar.gz"
+sha512sums="
+cf242d2f8eea4c78649dbeb741f545a3dc8ffaf5bb36239794a4b2635420e5445fa1c77472add79c05ec081d71a0b9df4431f48db365a71692e43869fd4e7932 nedit-5.7-src.tar.gz
+5f1e23e38814b978d13f8932c0998e18f12ff7ad90d31d3754ca9588e871777f18a258941c146bf31654d6ad72a8e668964d06877fe9d69cbb52c2db80ff1187 fix-build.patch
+"