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 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
}