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 9932135a73a7..78c7fc800e15 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fragments-git
pkgdesc = BitTorrent client for GNOME
- pkgver = 1.3.r21.g86346fe
+ pkgver = 1.3.r25.g07ee2b7
pkgrel = 1
url = https://gitlab.gnome.org/World/Fragments
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 6a31d7dcedca..9445101a2101 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Philip Goto <philip.goto@gmail.com>
pkgname=fragments-git
-pkgver=1.3.r21.g86346fe
+pkgver=1.3.r25.g07ee2b7
pkgrel=1
pkgdesc="BitTorrent client for GNOME"
arch=(i686 x86_64 armv6h armv7h)
@@ -61,7 +61,7 @@ prepare() {
}
build() {
- arch-meson Fragments build -Db_pie=false
+ arch-meson Fragments build
ninja -C build
}