summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichal Wojdyla2024-05-15 22:01:11 +0200
committerMichal Wojdyla2024-05-15 22:01:11 +0200
commitcaefd65cfc343568f1fc3771bfed5fad25ce8fbc (patch)
tree2693382240a1832dbffb32198aefc2cd29a6d865 /PKGBUILD
parentfaa1c395260f29a4d663b1b56bd8ace322a14b13 (diff)
downloadaur-caefd65cfc343568f1fc3771bfed5fad25ce8fbc.tar.gz
spdx license identifier
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3cce07fe1e4f..6cf8976ef15e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
+# Maintainer: Michał Wojdyła < micwoj9292 at gmail dot com >
# Contributor: John D Jones III <j[nospace]n[nospace]b[nospace]e[nospace]k[nospace]1972 -_AT_- the domain name google offers a mail service at ending in dot com>
pkgname='perl-text-microtemplate'
pkgver='0.24'
-pkgrel='1'
+pkgrel='2'
pkgdesc="Micro template engine with Perl5 language"
arch=('any')
-license=('PerlArtistic' 'GPL')
+license=('Artistic-1.0-Perl' 'GPL-1.0-or-later')
options=('!emptydirs')
depends=('perl>=5.8.0')
makedepends=('perl-module-install')