summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorclu2018-05-02 19:24:23 -0600
committerclu2018-05-02 19:24:23 -0600
commite95ddae901838bf13beef9b580a8ed01ea514e5e (patch)
tree7f2336c42aa9e722771c915cea981e4b6b4a3e79
parent1e9aff4d8fb78001aef3ae1511c5acbb75ca2bb9 (diff)
downloadaur-e95ddae901838bf13beef9b580a8ed01ea514e5e.tar.gz
Fix license -- bump to rel 2
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 80f60fddb392..0b9946360e40 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = perl-text-unidecode
pkgdesc = US-ASCII transliterations of Unicode text
pkgver = 1.30
- pkgrel = 1
+ pkgrel = 2
url = http://search.cpan.org/dist/Text-Unidecode
arch = i686
arch = x86_64
- license = Unknown
+ license = GPL
+ license = PerlArtistic
depends = perl>=5.6.0
options = !emptydirs
source = http://search.cpan.org/CPAN/authors/id/S/SB/SBURKE/Text-Unidecode-1.30.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index de5b8e4f2710..7e7afc50d517 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=perl-text-unidecode
pkgver=1.30
-pkgrel=1
+pkgrel=2
pkgdesc="US-ASCII transliterations of Unicode text"
arch=('i686' 'x86_64')
url="http://search.cpan.org/dist/Text-Unidecode"
-license=('Unknown')
+license=('GPL' 'PerlArtistic')
depends=('perl>=5.6.0')
options=('!emptydirs')
source=(http://search.cpan.org/CPAN/authors/id/S/SB/SBURKE/Text-Unidecode-${pkgver}.tar.gz)