summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Weidenbaum2016-01-09 11:48:22 -0800
committerAndy Weidenbaum2016-01-09 11:48:22 -0800
commit7c50fe0cd27df53da23dc433be0ea5d8d7ea93f7 (patch)
treefa857c519b43a04b4f556baf4dd523821cd8ab6c
parent9167b74177e588715a57568e20aedbe00654c0cd (diff)
downloadaur-7c50fe0cd27df53da23dc433be0ea5d8d7ea93f7.tar.gz
increment pkgrel to 2; keep *.pod
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 446d13faf09c..9681a5098a7a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Jan 5 01:35:29 UTC 2016
+# Sat Jan 9 19:47:58 UTC 2016
pkgbase = perl6-base64
pkgdesc = Lazy base64 encoding and decoding routines
pkgver = 0.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ugexe/Perl6-Base64
arch = any
groups = perl6
@@ -12,6 +12,7 @@ pkgbase = perl6-base64
makedepends = alacryd
makedepends = git
depends = perl6
+ options = !purge
source = perl6-base64-0.0.1::git+https://github.com/ugexe/Perl6-Base64
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 902757944d0c..f89385ee3060 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=perl6-base64
pkgver=0.0.1
-pkgrel=1
+pkgrel=2
pkgdesc="Lazy base64 encoding and decoding routines"
arch=('any')
depends=('perl6')
@@ -11,6 +11,7 @@ makedepends=('alacryd' 'git')
groups=('perl6')
url="https://github.com/ugexe/Perl6-Base64"
license=('PerlArtistic')
+options=('!purge')
source=($pkgname-$pkgver::git+https://github.com/ugexe/Perl6-Base64)
sha256sums=('SKIP')