summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dec5cd713542..5950c167171a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
pkgname=perl6-json-tiny
pkgver=0.0.1
-pkgrel=1
+pkgrel=2
pkgdesc="A tiny JSON parser and emitter for Perl 6 on Rakudo"
arch=('any')
depends=('rakudo')
checkdepends=('perl')
makedepends=('git')
+groups=('perl6')
url="https://github.com/moritz/json"
license=('PerlArtistic')
source=($pkgname-$pkgver::git+https://github.com/moritz/json)