git » pipewire.git » commit 78c5e48

Lock the checksum of tag commit hashes instead of custom commits

author David Runge
2024-04-01 10:28:52 UTC
committer David Runge
2024-04-01 10:28:52 UTC
parent 58311ccbc5afdf76dcb17d1fa42e2886a754384f

Lock the checksum of tag commit hashes instead of custom commits

As we now have proper integration there is no longer any need for a
custom `_commit` variable.

Signed-off-by: David Runge <dvzrv@archlinux.org>

.SRCINFO +1 -1
PKGBUILD +1 -2

diff --git a/.SRCINFO b/.SRCINFO
index 0332252..c568e93 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -45,7 +45,7 @@ pkgbase = pipewire
 	makedepends = systemd
 	makedepends = valgrind
 	makedepends = webrtc-audio-processing-1
-	source = git+https://gitlab.freedesktop.org/pipewire/pipewire.git#commit=f2874ad1c2f7f0b9a1da05cc4f402b3ea3761ee6
+	source = git+https://gitlab.freedesktop.org/pipewire/pipewire.git#tag=1.0.4
 	b2sums = a1a9905ec4b09fe7d24bdf08164d96a1b2ee285576b53b941b6c245bf4c63991295398cb14e22555e4ba2bdff8d16523ef27fa05f81a336df3991f2ac9d911e1
 
 pkgname = pipewire
diff --git a/PKGBUILD b/PKGBUILD
index e4ef2c9..4adfc8c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,6 @@ pkgname=(
   pipewire-session-manager
   pulse-native-provider
 )
-_commit=f2874ad1c2f7f0b9a1da05cc4f402b3ea3761ee6  # tags/1.0.4
 pkgver=1.0.4
 _so_ver=0.3
 pkgrel=3
@@ -75,7 +74,7 @@ checkdepends=(
   openal
 )
 source=(
-  "git+https://gitlab.freedesktop.org/pipewire/pipewire.git#commit=$_commit"
+  "git+https://gitlab.freedesktop.org/pipewire/pipewire.git#tag=$pkgver"
 )
 b2sums=('a1a9905ec4b09fe7d24bdf08164d96a1b2ee285576b53b941b6c245bf4c63991295398cb14e22555e4ba2bdff8d16523ef27fa05f81a336df3991f2ac9d911e1')