summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7bee1bdf9bba..8327c7641740 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
pkgname=perl6-base64
pkgver=0.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Lazy base64 encoding and decoding routines"
arch=('any')
-depends=('perl6')
+depends=('rakudo')
checkdepends=('perl')
makedepends=('git')
groups=('perl6')
url="https://github.com/ugexe/Perl6-Base64"
-license=('PerlArtistic')
+license=('Artistic2.0')
options=('!purge')
source=("$pkgname::git+$url.git#tag=v$pkgver")
b2sums=('SKIP')