summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Weidenbaum2016-02-27 22:09:46 -0800
committerAndy Weidenbaum2016-02-27 22:09:46 -0800
commit289a428d2ed917d9593656d2a2da27b2634107f0 (patch)
tree3c3db55ea065dec4704a3bc9ec62b1aa06e1f08e
parent5511fb6992f9bf8ea74e30a830dc6ec267513d1a (diff)
downloadaur-289a428d2ed917d9593656d2a2da27b2634107f0.tar.gz
increment pkgrel to 2; s/shoichikaji/skaji
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e0ac29b80ca5..a4f0e2a88507 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Sun Feb 28 05:02:53 UTC 2016
+# Sun Feb 28 06:08:48 UTC 2016
pkgbase = perl6-http-tinyish
pkgdesc = perl6 port of HTTP::Tinyish
pkgver = 0.0.1
- pkgrel = 1
- url = https://github.com/shoichikaji/perl6-HTTP-Tinyish
+ pkgrel = 2
+ url = https://github.com/skaji/perl6-HTTP-Tinyish
arch = any
groups = perl6
license = PerlArtistic
@@ -14,7 +14,7 @@ pkgbase = perl6-http-tinyish
depends = curl
depends = perl6
depends = perl6-file-temp
- source = perl6-http-tinyish-0.0.1::git+https://github.com/shoichikaji/perl6-HTTP-Tinyish
+ source = perl6-http-tinyish-0.0.1::git+https://github.com/skaji/perl6-HTTP-Tinyish
sha256sums = SKIP
pkgname = perl6-http-tinyish
diff --git a/PKGBUILD b/PKGBUILD
index d0c7fbfe7fe4..c45e9d770a28 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
pkgname=perl6-http-tinyish
pkgver=0.0.1
-pkgrel=1
+pkgrel=2
pkgdesc="perl6 port of HTTP::Tinyish"
arch=('any')
depends=('curl' 'perl6' 'perl6-file-temp')
checkdepends=('perl')
makedepends=('alacryd' 'git')
groups=('perl6')
-url="https://github.com/shoichikaji/perl6-HTTP-Tinyish"
+url="https://github.com/skaji/perl6-HTTP-Tinyish"
license=('PerlArtistic')
-source=($pkgname-$pkgver::git+https://github.com/shoichikaji/perl6-HTTP-Tinyish)
+source=($pkgname-$pkgver::git+https://github.com/skaji/perl6-HTTP-Tinyish)
sha256sums=('SKIP')
check() {