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

Jan Steffens heftig at archlinux.org
Sun Jun 6 09:03:42 UTC 2021


    Date: Sunday, June 6, 2021 @ 09:03:41
  Author: heftig
Revision: 417189

0.64.2-2: depend on systemd instead of systemd-libs

Modified:
  vte3/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-06 09:02:13 UTC (rev 417188)
+++ PKGBUILD	2021-06-06 09:03:41 UTC (rev 417189)
@@ -4,13 +4,13 @@
 pkgbase=vte3
 pkgname=(vte3 vte-common)
 pkgver=0.64.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Virtual Terminal Emulator widget"
 url="https://wiki.gnome.org/Apps/Terminal/VTE"
 arch=(x86_64)
 license=(LGPL)
-depends=(gtk3 pcre2 gnutls fribidi systemd-libs)
-makedepends=(gobject-introspection vala git gtk-doc gperf meson systemd)
+depends=(gtk3 pcre2 gnutls fribidi systemd)
+makedepends=(gobject-introspection vala git gtk-doc gperf meson)
 _commit=a913a6de14047c1939b84617f2dd483d37e89194  # tags/0.64.2^0
 source=("git+https://gitlab.gnome.org/GNOME/vte.git#commit=$_commit")
 sha256sums=('SKIP')



More information about the arch-commits mailing list