summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Weidenbaum2016-01-04 01:05:28 -0800
committerAndy Weidenbaum2016-01-04 01:05:28 -0800
commit425e70afc800ea8b4f8a3ff4d32e3dfe21ff9e2b (patch)
treee8c3f83e552a9ddd51953b31a8c74fd29e9a7228
parent16470e98607f07717d2e84caeb3b4be1062b618b (diff)
downloadaur-425e70afc800ea8b4f8a3ff4d32e3dfe21ff9e2b.tar.gz
rm unused _p6name variable
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD1
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 80ec0cbf2091..d2b71cbb189f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Jan 3 20:15:16 UTC 2016
+# Mon Jan 4 09:05:00 UTC 2016
pkgbase = perl6-json-class
pkgdesc = Role to provide simple serialisation/deserialisation of objects to/from JSON
pkgver = 0.0.2
diff --git a/PKGBUILD b/PKGBUILD
index 6a6b4c1edd5e..7a6b8d3aa28a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,6 @@
# Maintainer: Andy Weidenbaum <archbaum@gmail.com>
pkgname=perl6-json-class
-_p6name=JSON-Class
pkgver=0.0.2
pkgrel=3
pkgdesc="Role to provide simple serialisation/deserialisation of objects to/from JSON"