[arch-commits] Commit in libopenaptx/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Tue May 11 13:45:05 UTC 2021
Date: Tuesday, May 11, 2021 @ 13:45:05
Author: heftig
Revision: 414987
fix to 0.2.0
Modified:
libopenaptx/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++++
1 file changed, 4 insertions(+)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-11 13:30:39 UTC (rev 414986)
+++ PKGBUILD 2021-05-11 13:45:05 UTC (rev 414987)
@@ -14,6 +14,10 @@
source=("git+$url#commit=$_commit")
sha256sums=('SKIP')
+# Do not upgrade to 0.2.1; hostile license change.
+# See https://gitlab.freedesktop.org/pipewire/pipewire/-/commit/d08b6fac6bec0d334ee9fc785d551a67832f95fe
+[[ $pkgver == 0.2.0 ]] || exit 1
+
pkgver() {
cd $pkgname
git describe --tags | sed 's/-/+/g'
More information about the arch-commits
mailing list