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

Jelle van der Waa jelle at gemini.archlinux.org
Thu Dec 2 15:16:20 UTC 2021


    Date: Thursday, December 2, 2021 @ 15:16:20
  Author: jelle
Revision: 1061947

small fixes

Modified:
  libdnf/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 15:16:15 UTC (rev 1061946)
+++ PKGBUILD	2021-12-02 15:16:20 UTC (rev 1061947)
@@ -1,3 +1,4 @@
+# Contributor: larchunix
 # Maintainer: Jelle van der Waa <jelle at archlinux.org>
 
 pkgname=libdnf
@@ -4,9 +5,9 @@
 pkgver=0.65.0
 pkgrel=1
 pkgdesc="Library providing simplified C and Python API to libsolv"
-arch=('i686' 'x86_64')
+arch=('x86_64')
 url="https://github.com/rpm-software-management/$pkgname"
-license=('LGPL2.1')
+license=('GPL')
 depends=('glib2' 'gpgme' 'json-c' 'libmodulemd' 'librepo' 'libsolv'
          'libutil-linux' 'openssl' 'rpm-tools' 'sqlite' 'zlib')
 makedepends=('cmake' 'gtk-doc' 'python' 'python-sphinx' 'swig')



More information about the arch-commits mailing list