Skip to content
Snippets Groups Projects
Verified Commit efb96ebb authored by Jan Alexander Steffens (heftig)'s avatar Jan Alexander Steffens (heftig)
Browse files

47.0-1

parent f330b75b
Branches SHSTK
No related tags found
No related merge requests found
pkgbase = d-spy
pkgdesc = D-Bus debugger for GNOME
pkgver = 47alpha
pkgver = 47.0
pkgrel = 1
url = https://gitlab.gnome.org/GNOME/d-spy
arch = x86_64
......@@ -17,7 +17,7 @@ pkgbase = d-spy
depends = hicolor-icon-theme
depends = libadwaita
provides = libdspy-1.so
source = git+https://gitlab.gnome.org/GNOME/d-spy.git#tag=47.alpha
b2sums = 8fe68637297b5d17dc54928caa69073bd9ac228900b2e55cf882511a7a4bc2291539c13e6d766d72556f786e9371bee6b7a84d357b964a2b5b922782fdfaf306
source = git+https://gitlab.gnome.org/GNOME/d-spy.git#tag=47.0
b2sums = 9b1ba53d97a72afd73cedd4b7c3bdf546b4ad3b2c7bce014d3837997b8e456d5f85218de5092886c4557e1d01dbff1dabe1d0374d7706e1916e20189b9795068
pkgname = d-spy
[d-spy]
source = "git"
git = "https://gitlab.gnome.org/GNOME/d-spy.git"
# include_regex = '\d+(\.\d+)*'
from_pattern = '\.?(alpha|beta|rc)\.?'
include_regex = '\d+(\.\d+)*'
from_pattern = '\.([a-z])'
to_pattern = '\1'
......@@ -2,7 +2,7 @@
# Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
pkgname=d-spy
pkgver=47alpha
pkgver=47.0
pkgrel=1
pkgdesc="D-Bus debugger for GNOME"
url="https://gitlab.gnome.org/GNOME/d-spy"
......@@ -27,7 +27,7 @@ makedepends=(
provides=(libdspy-1.so)
groups=(gnome-extra)
source=("git+https://gitlab.gnome.org/GNOME/d-spy.git#tag=${pkgver/[a-z]/.&}")
b2sums=('8fe68637297b5d17dc54928caa69073bd9ac228900b2e55cf882511a7a4bc2291539c13e6d766d72556f786e9371bee6b7a84d357b964a2b5b922782fdfaf306')
b2sums=('9b1ba53d97a72afd73cedd4b7c3bdf546b4ad3b2c7bce014d3837997b8e456d5f85218de5092886c4557e1d01dbff1dabe1d0374d7706e1916e20189b9795068')
build() {
arch-meson d-spy build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment