summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 886fbf1a0d39..d353488bdeb4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
pkgbase = perl6-json-tiny
pkgdesc = A tiny JSON parser and emitter for Perl 6 on Rakudo
pkgver = 0.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/moritz/json
arch = any
+ groups = perl6
license = PerlArtistic
checkdepends = perl
makedepends = git
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)