[arch-commits] Commit in wpebackend-fdo/trunk (PKGBUILD)
Jan Steffens
heftig at gemini.archlinux.org
Fri Apr 1 18:11:27 UTC 2022
Date: Friday, April 1, 2022 @ 18:11:26
Author: heftig
Revision: 441159
1.12.0-2: debug on
Modified:
wpebackend-fdo/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-04-01 18:11:00 UTC (rev 441158)
+++ PKGBUILD 2022-04-01 18:11:26 UTC (rev 441159)
@@ -2,7 +2,7 @@
pkgname=wpebackend-fdo
pkgver=1.12.0
-pkgrel=1
+pkgrel=2
pkgdesc="Freedesktop.org backend for WPE WebKit"
url="https://wpewebkit.org"
arch=(x86_64)
@@ -9,6 +9,7 @@
license=(custom)
depends=(libwpe glib2 libegl wayland libepoxy)
makedepends=(mesa wayland-protocols git meson)
+options=(debug)
_commit=1b35ae0d8f32e32431da494d3389c5b1a8812cab # tags/1.12.0^0
source=("git+https://github.com/Igalia/WPEBackend-fdo#commit=$_commit")
sha256sums=('SKIP')
@@ -16,7 +17,7 @@
pkgver() {
cd WPEBackend-fdo
- git describe --tags | sed 's/-/+/g'
+ git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
}
prepare() {
More information about the arch-commits
mailing list