summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorosch2019-09-19 14:17:25 +0200
committerosch2019-09-19 14:17:25 +0200
commit317741704a913d5888bbef031c20e3da7b4a3c13 (patch)
treea45c1341e78043d0a474724fb1c1b5c19083b55f
parent61278114ce0ce80149539bba7e1cc2f76fca85ce (diff)
downloadaur-317741704a913d5888bbef031c20e3da7b4a3c13.tar.gz
depends xdg-utils
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 05c6567b99af..d19a52fef68b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -15,6 +15,7 @@ pkgbase = surge-synthesizer-bin
depends = libxcb
depends = xcb-util-renderutil
depends = xcb-util-image
+ depends = xdg-utils
provides = surge-synthesizer
conflicts = surge-synthesizer
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index 7c1b6e51e40f..35fb0cde7213 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,8 @@ license=('GPL3')
groups=('vst-plugins')
depends=('cairo' 'fontconfig' 'freetype2'
'libx11' 'xcb-util-cursor' 'xcb-util'
- 'libxcb' 'xcb-util-renderutil' 'xcb-util-image')
+ 'libxcb' 'xcb-util-renderutil' 'xcb-util-image'
+ 'xdg-utils')
provides=("surge-synthesizer")
conflicts=('surge-synthesizer')
options=('!strip' '!libtool' '!emptydirs')