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 c4c0dad8d697..3dda7a0e888c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = menyoki-git
pkgdesc = Screen{shot,cast} and perform ImageOps on the command line (git)
- pkgver = 1.6.1.r3.gcf2daa8
+ pkgver = 1.7.0.r0.gf8b4ebe
pkgrel = 1
url = https://github.com/orhun/menyoki
arch = x86_64
@@ -13,6 +13,7 @@ pkgbase = menyoki-git
optdepends = slop: area selection support
provides = menyoki
conflicts = menyoki
+ options = !lto
source = git+https://github.com/orhun/menyoki
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index a4b35c5bf6a1..0fd33b0c47a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# https://github.com/orhun/pkgbuilds
pkgname=menyoki-git
-pkgver=1.6.1.r3.gcf2daa8
+pkgver=1.7.0.r0.gf8b4ebe
pkgrel=1
pkgdesc="Screen{shot,cast} and perform ImageOps on the command line (git)"
arch=('x86_64')
@@ -15,6 +15,7 @@ conflicts=("${pkgname%-git}")
provides=("${pkgname%-git}")
source=("git+${url}")
sha512sums=('SKIP')
+options=('!lto')
pkgver() {
cd "${pkgname%-git}"