[arch-commits] Commit in confuse/trunk (PKGBUILD)
Baptiste Jonglez
zorun at archlinux.org
Fri Oct 30 17:58:35 UTC 2020
Date: Friday, October 30, 2020 @ 17:58:35
Author: zorun
Revision: 736885
upgpkg: confuse 3.3-2
Fix license, the project is using ISC
Modified:
confuse/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-10-30 17:58:28 UTC (rev 736884)
+++ PKGBUILD 2020-10-30 17:58:35 UTC (rev 736885)
@@ -6,13 +6,13 @@
pkgname=confuse
pkgver=3.3
-pkgrel=1
+pkgrel=2
pkgdesc='C-library for parsing configuration files'
arch=('x86_64')
-url='https://github.com/martinh/libconfuse'
-license=('LGPL')
+url='https://github.com/libconfuse/libconfuse'
+license=('ISC')
depends=('glibc')
-source=("https://github.com/martinh/libconfuse/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+source=("https://github.com/libconfuse/libconfuse/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
options=('!emptydirs')
sha256sums=('3a59ded20bc652eaa8e6261ab46f7e483bc13dad79263c15af42ecbb329707b8')
@@ -30,4 +30,5 @@
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
+ install -D -m 644 -t "${pkgdir}/usr/share/licenses/${pkgname}/" LICENSE
}
More information about the arch-commits
mailing list