summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgit user2023-07-31 23:17:08 +0200
committergit user2023-07-31 23:17:08 +0200
commit46291775c6fa3459cd9ce37dc5699d7070eb71ca (patch)
tree91b480cebb6954a3f51f4138a0bde5abbc9f3569
parentd37883079ea7f5a789c8250cf92d35d8c7347fee (diff)
downloadaur-x11-bell-gst-git.tar.gz
Fixed `PKGBUILD` build issues. But upstream build issues persist.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ca7299e311fd..89c765c95118 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,3 @@
-# Generated by mksrcinfo v8
-# Mon Feb 8 17:35:59 UTC 2016
pkgbase = x11-bell-gst-git
pkgdesc = It connects to a X11 server and plays SOUND_FILE by GStreamer when the XkbBellNotify event occurs.
pkgver = r2.27459b6
@@ -13,8 +11,7 @@ pkgbase = x11-bell-gst-git
depends = libxcb
provides = x11-bell-gst
conflicts = x11-bell-gst
- source = git://github.com/beroal/x11-bell-gst.git
+ source = x11-bell-gst::git+https://github.com/beroal/x11-bell-gst.git
md5sums = SKIP
pkgname = x11-bell-gst-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 7b9fb336c880..319c0c2afb39 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,9 @@
-# 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=2
pkgdesc="It connects to a X11 server and plays SOUND_FILE by GStreamer when the XkbBellNotify event occurs."
@@ -10,7 +14,7 @@ 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