summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoryochananmarqos2019-12-22 08:39:01 -0700
committeryochananmarqos2019-12-22 08:39:01 -0700
commit720dac5febdb198dfe85bf12dd5d525c9e40baa1 (patch)
treed3fb0fe5bdd240c44e7d8f43c2836722302625d8 /PKGBUILD
parenteb1ad148e058ff8eb87a7eaf69a4453641133373 (diff)
downloadaur-720dac5febdb198dfe85bf12dd5d525c9e40baa1.tar.gz
added missing build dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 910f439947ff..eff8147a56a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Co-Maintainer: Mark Wagie <yochanan dot marqos at gmail dot com>
pkgname=shortwave-git
-pkgver=0.0.1.r2.g205166f
+pkgver=0.0.1.r6.g5edb0bc
pkgrel=1
pkgdesc="Find and listen to internet radio stations"
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
@@ -16,7 +16,8 @@ makedepends=('appstream-glib'
'gst-plugins-base-libs'
'libdazzle'
'meson'
- 'rust')
+ 'rust'
+ 'xorgproto')
provides=('shortwave')
conflicts=('shortwave')
source=('git+https://gitlab.gnome.org/World/Shortwave.git')