summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoroi_wtf2021-12-24 16:28:42 +0100
committeroi_wtf2021-12-24 16:28:42 +0100
commit3139ac1bae186a2af124021887c3d642c25af31a (patch)
treefb6e85ba9cae37a9bbbdc478cd18418a31e0fcf2 /PKGBUILD
parent0dea7d68cedf2f6b73c61dde99873386e88fcc4b (diff)
downloadaur-3139ac1bae186a2af124021887c3d642c25af31a.tar.gz
upgpkg: ashuffle-git 3.13.0.r2.gfccccdd-2
fix missing dependency on yaml-cpp
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6106f1fdf7ba..622572f6c2e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
pkgname=ashuffle-git
pkgver=3.13.0.r2.gfccccdd
-pkgrel=1
+pkgrel=2
pkgdesc="Automatic library-wide shuffle for mpd. (git)"
url="https://github.com/joshkunz/ashuffle"
arch=(x86_64 i686 armv6h armv7h aarch64)
license=(MIT)
-depends=("libmpdclient")
+depends=("libmpdclient" "yaml-cpp")
makedepends=("git" "meson" "cmake")
provides=("${pkgname%-git}")