Skip to content
Snippets Groups Projects
Verified Commit 78c5e484 authored by David Runge's avatar David Runge :chipmunk:
Browse files

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: default avatarDavid Runge <dvzrv@archlinux.org>
parent 58311ccb
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment