Date: Saturday, January 28, 2023 @ 09:46:22
  Author: arojas
Revision: 467505

upgpkg: libplist 2.2.0-6: Drop unused glib2 dependency (FS#77292)

Modified:
  libplist/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-28 09:34:39 UTC (rev 467504)
+++ PKGBUILD    2023-01-28 09:46:22 UTC (rev 467505)
@@ -1,16 +1,18 @@
-# Maintainer : Tom Gundersen <[email protected]>
-# Maintainer : Ionut Biru <[email protected]>
+# Maintainer:
+# Contributor: Tom Gundersen <[email protected]>
+# Contributor: Ionut Biru <[email protected]>
 # Contributor: Gabriel Martinez < reitaka at gmail dot com >
 
 pkgname=libplist
 pkgver=2.2.0
-pkgrel=5
+pkgrel=6
 pkgdesc="A library to handle Apple Property List format whereas it's binary or 
XML"
 url="https://libimobiledevice.org/";
 arch=('x86_64')
 license=('GPL2' 'LGPL2.1')
-depends=('glib2')
+depends=('gcc-libs')
 makedepends=('python' 'cython' 'autoconf-archive' 'git' 'python-setuptools')
+optdepends=('python: for the Python bindings')
 options=('!makeflags')
 _commit=c5a30e9267068436a75b5d00fcbf95cb9c1f4dcd
 source=("git+https://github.com/libimobiledevice/libplist#commit=$_commit";)

Reply via email to