From da44f86e6fa2b94f5d1b6091eb8767d1b4fd76b8 Mon Sep 17 00:00:00 2001 From: KF-Art Date: Thu, 18 Aug 2022 13:00:50 -0400 Subject: [PATCH] Correct aleta-icon-theme version and license --- srcpkgs/aleta-icon-theme/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/aleta-icon-theme/template b/srcpkgs/aleta-icon-theme/template index 95ac847..3bf67dd 100644 --- a/srcpkgs/aleta-icon-theme/template +++ b/srcpkgs/aleta-icon-theme/template @@ -1,13 +1,13 @@ # Template file for 'aleta-icon-theme' pkgname=aleta-icon-theme -version=20220817 +version=2022.08.17 revision=1 hostmakedepends="git parallel optipng inkscape" repository="cereus-extra" _icondir="usr/share/icons" short_desc="A material icon pack featuring gradients, squares, and white symbolics" maintainer="KF-Art " -license="GPL-3.0-or-later" +license="CC-BY-SA-4.0" homepage="https://git.owlcode.tech/germedeb/aleta-postre" do_fetch() { @@ -21,5 +21,6 @@ do_build() { do_install() { vmkdir ${_icondir} vcopy _build/aleta ${_icondir}/ + vcopy AUTHORS.md ${_icondir}/aleta/ vlicense LICENSE }