Date: Tuesday, October 25, 2022 @ 16:01:43 Author: heftig Revision: 458909
0.3.1+r8+g3a229ee-1 Modified: libcloudproviders/trunk/PKGBUILD ----------+ PKGBUILD | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-25 16:01:31 UTC (rev 458908) +++ PKGBUILD 2022-10-25 16:01:43 UTC (rev 458909) @@ -3,8 +3,8 @@ # Contributor: Fina Wilke <[email protected]> pkgname=libcloudproviders -pkgver=0.3.1 -pkgrel=2 +pkgver=0.3.1+r8+g3a229ee +pkgrel=1 pkgdesc="DBus API that allows cloud storage sync clients to expose their services" url="https://gitlab.gnome.org/World/libcloudproviders" arch=(x86_64) @@ -11,13 +11,14 @@ license=(LGPL3) depends=(glib2) makedepends=(git gobject-introspection meson vala gtk-doc) -_commit=4672d39320f4ef6091a4977b8e6a4ac079296c26 # tags/0.3.1^0 +options=(debug) +_commit=3a229eee7dbdf7159fafab2f797e90fd89fdd05c # master source=("git+https://gitlab.gnome.org/World/libcloudproviders.git#commit=$_commit") sha256sums=('SKIP') pkgver() { cd $pkgname - git describe --tags | sed 's/-/+/g' + git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g' } prepare() { @@ -34,5 +35,7 @@ } package() { - DESTDIR="$pkgdir" meson install -C build + meson install -C build --destdir "$pkgdir" } + +# vim:set sw=2 sts=-1 et:
