summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e2e900a1ca1..29c28b89c72c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = perl-text-microtemplate
pkgdesc = Micro template engine with Perl5 language
pkgver = 0.24
- pkgrel = 1
+ pkgrel = 2
url = http://search.cpan.org/dist/Text-MicroTemplate
arch = any
- license = PerlArtistic
- license = GPL
+ license = Artistic-1.0-Perl
+ license = GPL-1.0-or-later
makedepends = perl-module-install
depends = perl>=5.8.0
options = !emptydirs
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')