summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Weidenbaum2016-04-22 11:18:41 -0700
committerAndy Weidenbaum2016-04-22 11:18:41 -0700
commit5c9be462b18a664b8603a47dca85b1b84bc02dee (patch)
tree23f78ad025a14fbedef129471cdc9139650c7f6c
parent7b91c5eb81e80630bb09faa4f9e72787592c90d0 (diff)
downloadaur-5c9be462b18a664b8603a47dca85b1b84bc02dee.tar.gz
update pkgver to 0.0.7, pkgdesc, license
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 9 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d8755dafcd69..f00a7e31a2e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Mar 6 05:21:01 UTC 2016
+# Fri Apr 22 18:18:29 UTC 2016
pkgbase = perl6-meta6
- pkgdesc = Do things with Perl 6 META files
- pkgver = 0.0.4
+ pkgdesc = Work with Perl 6 META files
+ pkgver = 0.0.7
pkgrel = 1
url = https://github.com/jonathanstowe/META6
arch = any
@@ -13,7 +13,7 @@ pkgbase = perl6-meta6
makedepends = git
depends = perl6
depends = perl6-json-class
- source = perl6-meta6-0.0.4::git+https://github.com/jonathanstowe/META6
+ source = perl6-meta6-0.0.7::git+https://github.com/jonathanstowe/META6
sha256sums = SKIP
pkgname = perl6-meta6
diff --git a/PKGBUILD b/PKGBUILD
index 3ba7b613e28b..011ba5303be3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Andy Weidenbaum <archbaum@gmail.com>
pkgname=perl6-meta6
-pkgver=0.0.4
+pkgver=0.0.7
pkgrel=1
-pkgdesc="Do things with Perl 6 META files"
+pkgdesc="Work with Perl 6 META files"
arch=('any')
depends=('perl6' 'perl6-json-class')
checkdepends=('perl')
@@ -24,6 +24,9 @@ check() {
package() {
cd "$srcdir/$pkgname-$pkgver"
+ msg2 'Installing license...'
+ install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+
msg2 'Installing documentation...'
install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"