summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 518a193bfb8b..b80454bc64de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fw-git
pkgdesc = Workspace productivity booster (git)
- pkgver = 2.11.1.r1.ga652331
+ pkgver = 2.13.0.r1.g2bb19ab
pkgrel = 1
url = https://github.com/brocode/fw
arch = x86_64
@@ -12,6 +12,7 @@ pkgbase = fw-git
depends = openssl
provides = fw
conflicts = fw
+ options = !lto
source = git+https://github.com/brocode/fw
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 40ae54c1f65b..09c33b094e8b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# https://github.com/orhun/pkgbuilds
pkgname=fw-git
-pkgver=2.11.1.r1.ga652331
+pkgver=2.13.0.r1.g2bb19ab
pkgrel=1
pkgdesc="Workspace productivity booster (git)"
arch=('x86_64')
@@ -14,6 +14,7 @@ conflicts=("${pkgname%-git}")
provides=("${pkgname%-git}")
source=("git+${url}")
sha512sums=('SKIP')
+options=('!lto')
pkgver() {
cd "${pkgname%-git}"