summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun2020-12-04 18:49:11 +0300
committerorhun2020-12-04 18:49:11 +0300
commit6238eb850fb2a2fe693822c0cdd231df382ba22d (patch)
tree492b44b732c2a7b3742ea444c3f868f92bd097d8
parentcb6827f73a592db0d06e2712a789e840ed6b66b4 (diff)
downloadaur-6238eb850fb2a2fe693822c0cdd231df382ba22d.tar.gz
upgpkg: menyoki-git 0.1.5.r0.g2a1bc5c-1
upstream release
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bdd2095697b8..447fc43b6eb8 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 = 0.1.4.r0.ge2f596b
+ pkgver = 0.1.5.r0.g2a1bc5c
pkgrel = 1
url = https://github.com/orhun/menyoki
arch = x86_64
@@ -8,6 +8,7 @@ pkgbase = menyoki-git
makedepends = rust
makedepends = git
depends = libx11
+ optdepends = slop: area selection support
provides = menyoki
conflicts = menyoki
source = git+https://github.com/orhun/menyoki
diff --git a/PKGBUILD b/PKGBUILD
index 2e65d8001d2d..9cd3effcb667 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# https://github.com/orhun/pkgbuilds
pkgname=menyoki-git
-pkgver=0.1.4.r0.ge2f596b
+pkgver=0.1.5.r0.g2a1bc5c
pkgrel=1
pkgdesc="Screen{shot,cast} and perform ImageOps on the command line (git)"
arch=('x86_64')
@@ -10,6 +10,7 @@ url="https://github.com/orhun/menyoki"
license=('GPL3')
depends=('libx11')
makedepends=('rust' 'git')
+optdepends=('slop: area selection support')
conflicts=("${pkgname%-git}")
provides=("${pkgname%-git}")
source=("git+${url}")