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 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}")