summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornaxuroqa2019-01-21 15:34:37 +0100
committernaxuroqa2019-01-21 15:34:37 +0100
commit9f83937a346ba84324362fc3d13955cc30f22fb3 (patch)
treee8c270e9ca7dd81d3a268fa86a99fa5ca01178d9
parent719b8f7c3a07dc07d908d752ba1565b3f77a7e57 (diff)
downloadaur-9f83937a346ba84324362fc3d13955cc30f22fb3.tar.gz
0.5.3-2 Disable PIE in arch-meson
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf33a9a28687..b4044a8a8731 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = venom
pkgdesc = a modern Tox client for the Linux desktop
pkgver = 0.5.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/naxuroqa/venom
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 73eb7b82519f..a4b3ecec07ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=venom
_pkgname=Venom
pkgver=0.5.3
-pkgrel=1
+pkgrel=2
pkgdesc='a modern Tox client for the Linux desktop'
url='https://github.com/naxuroqa/venom'
arch=(x86_64)
@@ -19,7 +19,7 @@ check() {
}
build() {
- arch-meson $_pkgname-$pkgver build
+ arch-meson $_pkgname-$pkgver build -D b_pie='false'
ninja -C build
}