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

Morten Linderud foxboron at archlinux.org
Fri Jun 19 23:39:29 UTC 2020


    Date: Friday, June 19, 2020 @ 23:39:28
  Author: foxboron
Revision: 647980

upgpkg: conmon 1:2.0.18-2

Rebuild with systemd

Solves FS#67044 (probably)

Modified:
  conmon/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-19 22:40:21 UTC (rev 647979)
+++ PKGBUILD	2020-06-19 23:39:28 UTC (rev 647980)
@@ -3,13 +3,13 @@
 
 pkgname=conmon
 pkgver=2.0.18
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='OCI container runtime monitor'
 arch=(x86_64)
 url='https://github.com/containers/conmon'
 license=(APACHE)
-depends=(glibc glib2 systemd-libs)
+depends=(glibc glib2 systemd)
 makedepends=(git)
 _commit=7b3e303be8f1aea7e0d4a784c8e64a75c14756a4 # tags/v2.0.18
 source=("git+https://github.com/containers/conmon#commit=${_commit}")



More information about the arch-commits mailing list