summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2021-03-19 11:33:04 -0600
committerMark Wagie2021-03-19 11:33:04 -0600
commit28dd75405982e434ebbdb6d469daa30613c7bfd4 (patch)
tree39e27ed9f4ee496708d255d72c1a03588403fc23 /PKGBUILD
parent19b1286867ac0672f77dd36074ac37c85ef4d19c (diff)
downloadaur-28dd75405982e434ebbdb6d469daa30613c7bfd4.tar.gz
correct dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e2018de8d5bd..18933c32dcff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Contributor: Philip Goto <philip.goto@gmail.com>
pkgname=shortwave-git
pkgver=1.1.1.r282.g7ec5b7d
-pkgrel=1
+pkgrel=2
pkgdesc="Find and listen to internet radio stations"
arch=('x86_64' 'aarch64')
url="https://gitlab.gnome.org/World/Shortwave"
license=('GPL3')
-depends=('gst-plugins-bad' 'gtk4' 'libadwaita' 'libhandy')
-makedepends=('git' 'gobject-introspection' 'libdazzle' 'meson' 'rust' 'xorgproto')
+depends=('gst-plugins-bad' 'gtk4' 'libadwaita')
+makedepends=('git' 'meson' 'rust' 'wayland-protocols')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=("${pkgname%-git}::git+https://gitlab.gnome.org/World/Shortwave.git")