summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fdb56ea5f99e..bb390c3c3326 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wl-clipboard-git
pkgdesc = Command-line copy/paste utilities for Wayland
- pkgver = r58.24c74ba
- pkgrel = 2
+ pkgver = r71.069f049
+ pkgrel = 1
url = https://github.com/bugaevc/wl-clipboard
arch = i686
arch = x86_64
@@ -11,6 +11,7 @@ pkgbase = wl-clipboard-git
makedepends = wayland-protocols
depends = wayland
depends = xdg-utils
+ depends = mailcap
provides = wl-clipboard
conflicts = wl-clipboard
source = git+https://github.com/bugaevc/wl-clipboard
diff --git a/PKGBUILD b/PKGBUILD
index 115ef89a5104..3d4dbab15932 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Adam Brunnmeier <adam.brunnmeier@gmail.com>
pkgname=wl-clipboard-git
-pkgver=r58.24c74ba
-pkgrel=2
+pkgver=r71.069f049
+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' 'xdg-utils')
+depends=('wayland' 'xdg-utils' 'mailcap')
makedepends=('git' 'meson' 'wayland-protocols')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")