Date: Wednesday, August 17, 2022 @ 19:24:12 Author: heftig Revision: 453059
0.3.15-1 Modified: grilo/trunk/PKGBUILD ----------+ PKGBUILD | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-08-17 19:18:35 UTC (rev 453058) +++ PKGBUILD 2022-08-17 19:24:12 UTC (rev 453059) @@ -1,7 +1,7 @@ # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> pkgname=grilo -pkgver=0.3.14 +pkgver=0.3.15 pkgrel=1 pkgdesc="Framework that provides access to various sources of multimedia content" url="https://wiki.gnome.org/Projects/Grilo" @@ -12,21 +12,22 @@ optdepends=('grilo-plugins: Plugins for grilo' 'gtk3: Test UI') provides=(libgr{ilo,lnet,lpls}-0.3.so) -_commit=f42014e4c4ba58cff581f202ebec54f044db36f3 # tags/grilo-0.3.14^0 +options=(debug) +_commit=14a4a66d92b78d7db6e872cf09db40fbfb6c470d # tags/grilo-0.3.15^0 source=("git+https://gitlab.gnome.org/GNOME/grilo.git#commit=$_commit") sha256sums=('SKIP') pkgver() { - cd $pkgname - git describe --tags | sed 's/^grilo-//;s/-/+/g' + cd grilo + git describe --tags | sed 's/^grilo-//;s/[^-]*-g/r&/;s/-/+/g' } prepare() { - cd $pkgname + cd grilo } build() { - arch-meson $pkgname build + arch-meson grilo build -D soup3=false meson compile -C build }
