[arch-commits] Commit in libgudev/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Tue Sep 15 14:00:08 UTC 2020


    Date: Tuesday, September 15, 2020 @ 14:00:07
  Author: heftig
Revision: 396146

234-1

Modified:
  libgudev/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-15 06:48:17 UTC (rev 396145)
+++ PKGBUILD	2020-09-15 14:00:07 UTC (rev 396146)
@@ -1,8 +1,8 @@
 # Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
 
 pkgname=libgudev
-pkgver=233
-pkgrel=2
+pkgver=234
+pkgrel=1
 pkgdesc="GObject bindings for libudev"
 url="https://wiki.gnome.org/Projects/libgudev"
 arch=(x86_64)
@@ -9,8 +9,7 @@
 license=(LGPL2.1)
 depends=(systemd-libs glib2)
 makedepends=(systemd gobject-introspection gtk-doc git)
-provides=(libgudev-1.0.so)
-_commit=f76d04cbb66f9c0ef7f744ebc12f0336a4dc9170  # tags/233^0
+_commit=e9342ee019482a08fe435d6b656f8a6bdd196bce  # tags/234^0
 source=("git+https://gitlab.gnome.org/GNOME/libgudev.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -40,6 +39,9 @@
 }
 
 package() {
+  depends+=(libg{lib,object}-2.0.so libudev.so.1)
+  provides+=(libgudev-1.0.so)
+
   cd $pkgname
   make DESTDIR="$pkgdir" install
 }



More information about the arch-commits mailing list