summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRoman Beslik2016-02-08 19:36:36 +0200
committerRoman Beslik2016-02-08 19:36:36 +0200
commitd37883079ea7f5a789c8250cf92d35d8c7347fee (patch)
treeebfb089f54d12b6f4867d934f6f5784b3c197a9b /PKGBUILD
parent97a55c26863e4432161154dd4b4a32b3de148648 (diff)
downloadaur-d37883079ea7f5a789c8250cf92d35d8c7347fee.tar.gz
depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 384bc966ce7f..7b9fb336c880 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,13 @@
# Maintainer: Roman Beslik <me@beroal.in.ua>
pkgname=x11-bell-gst-git
pkgver=r2.27459b6
-pkgrel=1
+pkgrel=2
pkgdesc="It connects to a X11 server and plays SOUND_FILE by GStreamer when the XkbBellNotify event occurs."
arch=('i686' 'x86_64')
url="https://github.com/beroal/x11-bell-gst"
license=('BSD')
makedepends=('git')
+depends=('gstreamer>=1' 'libxcb')
provides=('x11-bell-gst')
conflicts=('x11-bell-gst')
source=('git://github.com/beroal/x11-bell-gst.git')