summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 9 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 384bc966ce7f..319c0c2afb39 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,20 @@
-# Maintainer: Roman Beslik <me@beroal.in.ua>
-pkgname=x11-bell-gst-git
+# Maintainer: <none>
+# Contributor: dreieck (https://aur.archlinux.org/account/dreieck)
+# Contributor: Roman Beslik (https://aur.archlinux.org/account/beroal)
+
+_gitname='x11-bell-gst'
+pkgname="${_gitname}-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')
+source=("${_gitname}::git+https://github.com/beroal/x11-bell-gst.git")
md5sums=('SKIP')
_gitname=x11-bell-gst