summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 775503d3d51f..395e617b234a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = birdie-git
pkgdesc = Twitter client for Linux
- pkgver = 1.1+git.96.gee6112a
+ pkgver = 1.1+git.99.g89a63d3
pkgrel = 1
url = http://birdieapp.github.io
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index f549c3f0f709..8da2127dee6f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor : Ivo Nunes <ivoavnunes at gmail dot com>
_pkgname="birdie"
pkgname="${_pkgname}-git"
-pkgver=1.1+git.96.gee6112a
+pkgver=1.1+git.99.g89a63d3
pkgrel=1
pkgdesc="Twitter client for Linux"
arch=('i686' 'x86_64')
@@ -23,7 +23,8 @@ pkgver() {
build() {
cd "${_pkgname}"
- arch-meson build
+ arch-meson build \
+ -Db_pie=false
ninja -C build
}