summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Weidenbaum2016-03-24 17:16:42 -0700
committerAndy Weidenbaum2016-03-24 17:16:42 -0700
commit2892d7e867a2a6e6495937ae4d33e73c692685a2 (patch)
tree8ec8b6cd03c389358a0825c70bf15544649898b8
parentd2a2751fb900053bc2cf10a1655767fea9141b81 (diff)
downloadaur-2892d7e867a2a6e6495937ae4d33e73c692685a2.tar.gz
increment pkgrel to 6; clean up $pkgdir again
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 532e828dd603..e743544b8273 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Mar 6 05:21:00 UTC 2016
+# Fri Mar 25 00:16:06 UTC 2016
pkgbase = perl6-json-tiny
pkgdesc = A tiny JSON parser and emitter for Perl 6 on Rakudo
pkgver = 0.0.1
- pkgrel = 4
+ pkgrel = 6
url = https://github.com/moritz/json
arch = any
groups = perl6
diff --git a/PKGBUILD b/PKGBUILD
index 36362a759e7c..7cf6f29ec990 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=perl6-json-tiny
pkgver=0.0.1
-pkgrel=4
+pkgrel=6
pkgdesc="A tiny JSON parser and emitter for Perl 6 on Rakudo"
arch=('any')
depends=('perl6')