aboutsummaryrefslogtreecommitdiffstats
path: root/community/ghex
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2020-03-02 16:07:02 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-03-03 07:52:28 -0300
commitb5f8ece2e2ec2b90bd37ce1972932a2592cef85d (patch)
treeba48db1aed717196c3f9a0632703d67a86e38cdf /community/ghex
parente0c690d5e38a10e8c98c9584cf6b2e207ddba5a9 (diff)
downloadaports-b5f8ece2e2ec2b90bd37ce1972932a2592cef85d.tar.bz2
aports-b5f8ece2e2ec2b90bd37ce1972932a2592cef85d.tar.xz
community/*: add --buildtype=plain to meson packages which don't specify a buildtype
Diffstat (limited to 'community/ghex')
-rw-r--r--community/ghex/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/ghex/APKBUILD b/community/ghex/APKBUILD
index 6f0c9d1b67..28eb0c01a6 100644
--- a/community/ghex/APKBUILD
+++ b/community/ghex/APKBUILD
@@ -3,7 +3,7 @@
pkgname=ghex
pkgver=3.18.4
_pkgver=${pkgver%.*}
-pkgrel=0
+pkgrel=1
pkgdesc="A hex editor for GNOME"
url="https://wiki.gnome.org/Apps/Ghex"
arch="all"
@@ -16,6 +16,7 @@ source="https://download.gnome.org/sources/ghex/$_pkgver/ghex-$pkgver.tar.xz"
build() {
meson \
--prefix=/usr \
+ --buildtype=plain \
. output
ninja -C output
}