summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-07-14 08:51:55 -0600
committerMark Wagie2023-07-14 08:51:55 -0600
commitac1437865bed1f54f9d8cd6145b43569cd8655ab (patch)
tree9a03eb72523a9c52844da642cd9597f9ab8c15d2
parentafae52ab683f2a0f6041657676133be7ce2bfbc5 (diff)
downloadaur-ac1437865bed1f54f9d8cd6145b43569cd8655ab.tar.gz
actually use static commit
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD12
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3839a7e12a08..459066ae52bb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = jamesdsp-pulse
pkgdesc = An audio effect processor for PulseAudio clients
pkgver = 2.6.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/Audio4Linux/JDSP4Linux
arch = x86_64
license = GPL3
@@ -21,7 +21,7 @@ pkgbase = jamesdsp-pulse
replaces = jdsp4linux-gui
replaces = gst-plugin-jamesdsp
options = !strip
- source = git+https://github.com/Audio4Linux/JDSP4Linux.git
+ source = git+https://github.com/Audio4Linux/JDSP4Linux.git#commit=7868e4389a3ba97019d50d7d316507f2b131720e
source = git+https://github.com/ThePBone/GraphicEQWidget.git
source = git+https://github.com/ThePBone/FlatTabWidget.git
source = git+https://github.com/ThePBone/LiquidEqualizerWidget.git
diff --git a/PKGBUILD b/PKGBUILD
index 407add49eb14..19fbed273b43 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=jamesdsp-pulse
_app_id=me.timschneeberger.jdsp4linux.pulse
pkgver=2.6.0
-pkgrel=2
+pkgrel=3
pkgdesc="An audio effect processor for PulseAudio clients"
arch=('x86_64')
url="https://github.com/Audio4Linux/JDSP4Linux"
@@ -15,7 +15,7 @@ conflicts=('jamesdsp' 'jdsp4linux' 'jdsp4linux-gui' 'gst-plugin-jamesdsp')
replaces=('jdsp4linux' 'jdsp4linux-gui' 'gst-plugin-jamesdsp')
options=('!strip')
_commit=7868e4389a3ba97019d50d7d316507f2b131720e # tags/2.6.0^0
-source=('git+https://github.com/Audio4Linux/JDSP4Linux.git'
+source=("git+https://github.com/Audio4Linux/JDSP4Linux.git#commit=$_commit"
'git+https://github.com/ThePBone/GraphicEQWidget.git'
'git+https://github.com/ThePBone/FlatTabWidget.git'
'git+https://github.com/ThePBone/LiquidEqualizerWidget.git'
@@ -26,10 +26,10 @@ sha256sums=('SKIP'
'SKIP'
'SKIP')
-#pkgver() {
-# cd "$srcdir/JDSP4Linux"
-# git describe --tags | sed 's/-/+/g'
-#}
+pkgver() {
+ cd "$srcdir/JDSP4Linux"
+ git describe --tags | sed 's/-/+/g'
+}
prepare() {
cd "$srcdir/JDSP4Linux"