summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Goto2019-01-21 15:35:24 +0100
committerPhilip Goto2019-01-21 15:35:24 +0100
commitf1e19c136b2c7a5ddb982b51030a6f569f966cfa (patch)
tree2d4ffec572f023ba071ba2f66d499e10373395fa
parent4dad8102ac3b092908a8ce493452476c08c1b844 (diff)
downloadaur-f1e19c136b2c7a5ddb982b51030a6f569f966cfa.tar.gz
Disable PIE
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fac00130e415..844a54ed9f08 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fragments-git
pkgdesc = A GTK3 BitTorrent client following the GNOME Human Interface Guidelines
- pkgver = 1.2.r12.gab673a2
+ pkgver = 1.3.r0.g30eafee
pkgrel = 1
url = https://gitlab.gnome.org/haecker-felix/Fragments
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 47f455943bbb..39e11c03877a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Philip Goto <philip.goto@gmail.com>
pkgname=fragments-git
-pkgver=1.2.r12.gab673a2
+pkgver=1.3.r0.g30eafee
pkgrel=1
pkgdesc="A GTK3 BitTorrent client following the GNOME Human Interface Guidelines"
arch=(i686 x86_64 armv6h armv7h)
@@ -61,7 +61,7 @@ prepare() {
}
build() {
- arch-meson Fragments build
+ arch-meson Fragments build -Db_pie=false
ninja -C build
}