[arch-commits] Commit in gupnp/trunk (PKGBUILD)
Jan Steffens
heftig at gemini.archlinux.org
Mon Dec 6 18:13:43 UTC 2021
Date: Monday, December 6, 2021 @ 18:13:43
Author: heftig
Revision: 430735
1.4.1-1
Modified:
gupnp/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-06 18:13:02 UTC (rev 430734)
+++ PKGBUILD 2021-12-06 18:13:43 UTC (rev 430735)
@@ -2,7 +2,7 @@
# Contributor: György Balló <ballogy at freestart.hu>
pkgname=gupnp
-pkgver=1.4.0
+pkgver=1.4.1
pkgrel=1
epoch=1
pkgdesc="An object-oriented UPNP framework"
@@ -12,21 +12,21 @@
depends=(glib2 gssdp util-linux libxml2)
makedepends=(gobject-introspection gtk-doc vala meson git)
optdepends=('python: gupnp-binding-tool')
-_commit=0175039d71cd72ee8c9b718e752d3fa81851359c # tags/gupnp-1.4.0^0
+_commit=21cf45befcdfbda8882ff4805f9e791270e28274 # tags/gupnp-1.4.1^0
source=("git+https://gitlab.gnome.org/GNOME/gupnp.git#commit=$_commit")
sha256sums=('SKIP')
pkgver() {
- cd $pkgname
+ cd gupnp
git describe --tags | sed 's/^gupnp-//;s/-/+/g'
}
prepare() {
- cd $pkgname
+ cd gupnp
}
build() {
- arch-meson $pkgname build -D gtk_doc=true
+ arch-meson gupnp build -D gtk_doc=true
meson compile -C build
}
More information about the arch-commits
mailing list