diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2020-03-02 16:07:02 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-03-03 07:52:28 -0300 |
commit | b5f8ece2e2ec2b90bd37ce1972932a2592cef85d (patch) | |
tree | ba48db1aed717196c3f9a0632703d67a86e38cdf /community/hexchat | |
parent | e0c690d5e38a10e8c98c9584cf6b2e207ddba5a9 (diff) | |
download | aports-b5f8ece2e2ec2b90bd37ce1972932a2592cef85d.tar.bz2 aports-b5f8ece2e2ec2b90bd37ce1972932a2592cef85d.tar.xz |
community/*: add --buildtype=plain to meson packages which don't specify a buildtype
Diffstat (limited to 'community/hexchat')
-rw-r--r-- | community/hexchat/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/community/hexchat/APKBUILD b/community/hexchat/APKBUILD index eaa44314b4..34537663cf 100644 --- a/community/hexchat/APKBUILD +++ b/community/hexchat/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=hexchat pkgver=2.14.3 -pkgrel=1 +pkgrel=2 pkgdesc="Graphical IRC client based on XChat" url="https://hexchat.github.io" arch="all !armhf !armv7" @@ -14,6 +14,7 @@ source="https://dl.hexchat.net/hexchat/hexchat-$pkgver.tar.xz build() { meson --prefix=/usr \ + --buildtype=plain \ -Dwith-perl=false \ -Dwith-lua=lua5.3 \ -Dwith-sysinfo=false \ |