From e5dd28b07a05d5290bbf9a05835408b76e7c2979 Mon Sep 17 00:00:00 2001 From: KF-Art Date: Tue, 20 Sep 2022 16:14:16 -0400 Subject: [PATCH] Correct aleta-icon-theme version and vlicense --- srcpkgs/aleta-icon-theme/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/aleta-icon-theme/template b/srcpkgs/aleta-icon-theme/template index 271febc..1636d2a 100644 --- a/srcpkgs/aleta-icon-theme/template +++ b/srcpkgs/aleta-icon-theme/template @@ -1,6 +1,6 @@ # Template file for 'aleta-icon-theme' pkgname=aleta-icon-theme -version=1.1pre8-2022.09.18 +version=1.1pre8.2022.09.18 revision=1 hostmakedepends="git parallel optipng inkscape" repository="cereus-extra" @@ -22,5 +22,5 @@ do_install() { vmkdir ${_icondir} vcopy _build/aleta ${_icondir}/ vcopy AUTHORS.md ${_icondir}/aleta/ - vlicense LICENSE + vlicense LICENSES/CC-BY-SA-4.0.txt }