summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorArctic Ice Studio2018-12-15 12:33:06 +0100
committerArctic Ice Studio2018-12-15 12:33:06 +0100
commit31674dec1f64c04d6177605c3e39b9426c18c995 (patch)
tree7a9992a869891eb51d356899a927d6c739c72a62 /PKGBUILD
parentcb15fca041c74e527a33320d5cfff9b186c94537 (diff)
downloadaur-31674dec1f64c04d6177605c3e39b9426c18c995.tar.gz
Remove no more supported "upx" option
The support for upx has been dropped (1) and has therefore been removed from the build script. References: (1) https://git.archlinux.org/pacman.git/commit/?id=1a29744d0da8aa945b96b234574e0d5c80f13b62
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dfd68bc32eab..f809070de019 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="A MQTT Client written in Java based on Eclipse Paho"
arch=("x86_64")
url="http://mqttfx.org"
license=("Apache")
-options=("!strip" "!upx")
+options=("!strip")
source=(
"http://www.jensd.de/apps/${_pkgbasename}/${pkgver}/${_pkgbasename}-${pkgver}-64bit.deb"
"${_pkgbasename}.desktop"