summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoradabru2018-11-08 11:40:16 +0100
committeradabru2018-11-08 11:40:16 +0100
commit79a66e45e6b7b8961684c1c59a0a4b68df6feced (patch)
tree1372e7a8b938eea49ad82ab91d52d4601087f4b2
parent51525ed26c313ded60a9f541d578775c6fd6c979 (diff)
downloadaur-79a66e45e6b7b8961684c1c59a0a4b68df6feced.tar.gz
added missing dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf9a950d9521..192938017d10 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wl-clipboard-git
pkgdesc = Command-line copy/paste utilities for Wayland
- pkgver = r51.f1e90fe
+ pkgver = r58.24c74ba
pkgrel = 1
url = https://github.com/bugaevc/wl-clipboard
arch = i686
@@ -8,7 +8,9 @@ pkgbase = wl-clipboard-git
license = GPL
makedepends = git
makedepends = meson
+ makedepends = wayland-protocols
depends = wayland
+ depends = xdg-utils
provides = wl-clipboard
conflicts = wl-clipboard
source = git+https://github.com/bugaevc/wl-clipboard
diff --git a/PKGBUILD b/PKGBUILD
index 6ac302ef973e..b2c7146ceee6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Adam Brunnmeier <adam.brunnmeier@gmail.com>
pkgname=wl-clipboard-git
-pkgver=r51.f1e90fe
+pkgver=r58.24c74ba
pkgrel=1
pkgdesc="Command-line copy/paste utilities for Wayland"
arch=('i686' 'x86_64')
url="https://github.com/bugaevc/wl-clipboard"
license=('GPL')
-depends=('wayland')
-makedepends=('git' 'meson')
+depends=('wayland' 'xdg-utils')
+makedepends=('git' 'meson' 'wayland-protocols')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=("git+https://github.com/bugaevc/wl-clipboard")