summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHuang-Huang Bao2022-02-11 15:07:37 +0800
committerHuang-Huang Bao2022-02-11 15:07:37 +0800
commit46f2015f42323daf1949dd198110492ca38af88b (patch)
tree289517e21d19caf42d403e188d61f9cdf5ac6c86
parentc4453e042f2b75f156f21b551baa9ba4e9938607 (diff)
downloadaur-46f2015f42323daf1949dd198110492ca38af88b.tar.gz
use short version
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 07dba0bb5d4a..8d3a3a5b24a8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pipewire-full-git
pkgdesc = Low-latency audio/video router and processor
- pkgver = 0.3.44.r25.g115875dc
+ pkgver = 0.3.45.r60.ge34d9d20
pkgrel = 1
url = https://pipewire.org
arch = x86_64
@@ -72,7 +72,7 @@ pkgname = pipewire-full-git
optdepends = gst-plugin-pipewire-full-git: GStreamer support
optdepends = ofono: ofono Bluetooth HFP support
optdepends = hsphfpd: hsphfpd Bluetooth HSP/HFP support
- provides = pipewire=0.3.44.r25.g115875dc
+ provides = pipewire=0.3.45
provides = alsa-card-profiles
provides = libpipewire-0.3.so
conflicts = pipewire
diff --git a/PKGBUILD b/PKGBUILD
index d3cc5aa8b17e..cf2d5b5bd6da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,7 @@ pkgname=(pipewire-full-git
pipewire-full-ffmpeg-git
pipewire-full-roc-git
)
-pkgver=0.3.44.r25.g115875dc
+pkgver=0.3.45.r60.ge34d9d20
pkgrel=1
pkgdesc="Low-latency audio/video router and processor"
url="https://pipewire.org"
@@ -82,6 +82,7 @@ _pick() {
}
_ver=${pkgver:0:3}
+_short_pkgver=${pkgver%%.r*}
package_pipewire-full-git() {
license+=(LGPL)
@@ -104,7 +105,7 @@ package_pipewire-full-git() {
'gst-plugin-pipewire-full-git: GStreamer support'
'ofono: ofono Bluetooth HFP support'
'hsphfpd: hsphfpd Bluetooth HSP/HFP support')
- provides=("pipewire=$pkgver" alsa-card-profiles libpipewire-$_ver.so)
+ provides=("pipewire=$_short_pkgver" alsa-card-profiles libpipewire-$_ver.so)
conflicts=(pipewire alsa-card-profiles)
install=pipewire.install