summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun2021-03-20 01:49:00 +0300
committerorhun2021-03-20 01:49:00 +0300
commitfbd958935f2ef27a68f4d3300c8263527815c1a2 (patch)
tree38e9b9d5651e9ff6163ff74904826a6332b6438a
parent2e3185b045794ce36f1b3a96449f85d0cbeffb5d (diff)
downloadaur-fbd958935f2ef27a68f4d3300c8263527815c1a2.tar.gz
upgpkg: menyoki-git 1.3.0.r0.g1c6533e-1
upstream release
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 240d36a4ca55..1cb73855f968 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = menyoki-git
pkgdesc = Screen{shot,cast} and perform ImageOps on the command line (git)
- pkgver = 1.2.1.r0.g2542319
+ pkgver = 1.3.0.r0.g1c6533e
pkgrel = 1
url = https://github.com/orhun/menyoki
arch = x86_64
license = GPL3
makedepends = rust
makedepends = git
- depends = libx11
+ depends = gcc-libs
depends = libxrandr
optdepends = slop: area selection support
provides = menyoki
diff --git a/PKGBUILD b/PKGBUILD
index fe650c6896c3..9d43597ae735 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# https://github.com/orhun/pkgbuilds
pkgname=menyoki-git
-pkgver=1.2.1.r0.g2542319
+pkgver=1.3.0.r0.g1c6533e
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' 'libxrandr')
+depends=('gcc-libs' 'libxrandr')
makedepends=('rust' 'git')
optdepends=('slop: area selection support')
conflicts=("${pkgname%-git}")