summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e1b0ba4fce4..fb356f2e00cd 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.1.0.r0.g246fe3d
+ pkgver = 1.2.0.r0.g28bf8dd
pkgrel = 1
url = https://github.com/orhun/menyoki
arch = x86_64
@@ -8,6 +8,7 @@ pkgbase = menyoki-git
makedepends = rust
makedepends = git
depends = libx11
+ depends = libxrandr
optdepends = slop: area selection support
provides = menyoki
conflicts = menyoki
diff --git a/PKGBUILD b/PKGBUILD
index d448d4534fc3..65c9f49b9f52 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# https://github.com/orhun/pkgbuilds
pkgname=menyoki-git
-pkgver=1.1.0.r0.g246fe3d
+pkgver=1.2.0.r0.g28bf8dd
pkgrel=1
pkgdesc="Screen{shot,cast} and perform ImageOps on the command line (git)"
arch=('x86_64')
url="https://github.com/orhun/menyoki"
license=('GPL3')
-depends=('libx11')
+depends=('libx11' 'libxrandr')
makedepends=('rust' 'git')
optdepends=('slop: area selection support')
conflicts=("${pkgname%-git}")