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

Andreas Radke andyrtr at gemini.archlinux.org
Mon Jun 6 14:54:19 UTC 2022


    Date: Monday, June 6, 2022 @ 14:54:19
  Author: andyrtr
Revision: 447633

upgpkg: libverto 0.3.2-3: libverto only depends on glibc

Modified:
  libverto/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-06 14:47:16 UTC (rev 447632)
+++ PKGBUILD	2022-06-06 14:54:19 UTC (rev 447633)
@@ -4,7 +4,7 @@
 pkgbase=libverto
 pkgname=('libverto' 'libverto-glib2' 'libverto-libevent' 'libverto-libev')
 pkgver=0.3.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Main event loop abstraction library"
 arch=('x86_64')
 url="https://github.com/latchset/libverto"
@@ -58,7 +58,7 @@
 # glib will support signal in the future.
 
 package_libverto() {
-  depends=('glibc' 'libverto-module-base')
+  depends=('glibc')
   provides=('libverto.so')
   conflicts=("krb5<1.19.3-2")
 



More information about the arch-commits mailing list