summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorclu2018-05-02 19:24:23 -0600
committerclu2018-05-02 19:24:23 -0600
commite95ddae901838bf13beef9b580a8ed01ea514e5e (patch)
tree7f2336c42aa9e722771c915cea981e4b6b4a3e79 /PKGBUILD
parent1e9aff4d8fb78001aef3ae1511c5acbb75ca2bb9 (diff)
downloadaur-perl-text-unidecode.tar.gz
Fix license -- bump to rel 2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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)