aboutsummaryrefslogtreecommitdiffstats
path: root/community/libgudev/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/libgudev/APKBUILD')
-rw-r--r--community/libgudev/APKBUILD17
1 files changed, 9 insertions, 8 deletions
diff --git a/community/libgudev/APKBUILD b/community/libgudev/APKBUILD
index 592c4a191e0..8dc922d6a24 100644
--- a/community/libgudev/APKBUILD
+++ b/community/libgudev/APKBUILD
@@ -1,13 +1,14 @@
-# Contributor: Natanael Copa <ncopa@alpinelinux.org>
-# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
+# Contributor: Rasmus Thomsen <oss@cogitri.dev>
+# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libgudev
-pkgver=237
+pkgver=238
pkgrel=0
pkgdesc="GObject-based wrapper library for libudev"
url="https://wiki.gnome.org/Projects/libgudev"
arch="all"
-license="LGPL-2.0-or-later"
-makedepends="meson glib-dev gobject-introspection-dev eudev-dev vala"
+license="LGPL-2.1-or-later"
+depends_dev="eudev-dev"
+makedepends="$depends_dev meson glib-dev gobject-introspection-dev vala"
subpackages="$pkgname-dev $pkgname-dbg"
source="https://download.gnome.org/sources/libgudev/$pkgver/libgudev-$pkgver.tar.xz"
@@ -19,11 +20,11 @@ build() {
-Dvapi=enabled \
-Dgtk_doc=false \
. output
- meson compile ${JOBS:+-j ${JOBS}} -C output
+ meson compile -C output
}
check() {
- meson test --no-rebuild -v -C output
+ meson test --no-rebuild --print-errorlogs -C output
}
package() {
@@ -31,5 +32,5 @@ package() {
}
sha512sums="
-2d68981e3ba5c58ee080b6ed5cd5152c1c352b2bdb3ecb5eaf2b91f6800d3369121222a7fe4f82630aabd164069ee7276c52082b2fc2ff5f318481b85b25abc6 libgudev-237.tar.xz
+684061b4fc64a6ea3dd1ac34835279330c7eb2728fad6e3a9d34c0d501be3103d0f96c6d6866c8e257a0027e4f78a6314cb8ba81cda5ddf42ee9ea1a576ec5dc libgudev-238.tar.xz
"