summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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
}