summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndy Weidenbaum2016-01-09 11:48:22 -0800
committerAndy Weidenbaum2016-01-09 11:48:22 -0800
commit7c50fe0cd27df53da23dc433be0ea5d8d7ea93f7 (patch)
treefa857c519b43a04b4f556baf4dd523821cd8ab6c /PKGBUILD
parent9167b74177e588715a57568e20aedbe00654c0cd (diff)
downloadaur-7c50fe0cd27df53da23dc433be0ea5d8d7ea93f7.tar.gz
increment pkgrel to 2; keep *.pod
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
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')