summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOrhun Parmaksız2022-03-07 17:30:34 +0300
committerOrhun Parmaksız2022-03-07 17:30:34 +0300
commit8d5b73b0e83842ccfb9bf2ebb8314b5489e7a212 (patch)
tree89ed713bcf2483c2a6a885d8817c6abf92e7b4c9
parenta9c4597c77eef61cd651282b59a3aa463c45f00d (diff)
downloadaur-8d5b73b0e83842ccfb9bf2ebb8314b5489e7a212.tar.gz
upgpkg: menyoki-git 1.6.0.r0.g7bcf595-1
upstream release
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 84783a8c7353..06680ad27eea 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.5.6.r0.g088e9c2
+ pkgver = 1.6.0.r0.g7bcf595
pkgrel = 1
url = https://github.com/orhun/menyoki
arch = x86_64
@@ -12,7 +12,6 @@ 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 27b7e2c2b5c7..53d878ebd2e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# https://github.com/orhun/pkgbuilds
pkgname=menyoki-git
-pkgver=1.5.6.r0.g088e9c2
+pkgver=1.6.0.r0.g7bcf595
pkgrel=1
pkgdesc="Screen{shot,cast} and perform ImageOps on the command line (git)"
arch=('x86_64')
@@ -15,7 +15,6 @@ conflicts=("${pkgname%-git}")
provides=("${pkgname%-git}")
source=("git+${url}")
sha512sums=('SKIP')
-options=('!lto')
pkgver() {
cd "${pkgname%-git}"