summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSolomon Choina2019-01-21 12:12:43 -0500
committerSolomon Choina2019-01-21 12:12:43 -0500
commita43cf8c710688e2e5affd48813301376f852bb79 (patch)
tree3f082c5fe230a1d6938bb5988907935c419d4e2d
parent72026cfe766940cc13f3f642427dca30adddd963 (diff)
downloadaur-a43cf8c710688e2e5affd48813301376f852bb79.tar.gz
updating meson features
-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
}