summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndy Weidenbaum2016-01-09 11:55:13 -0800
committerAndy Weidenbaum2016-01-09 11:55:13 -0800
commit5052fc23963466e580fc9cd3662423f716d90909 (patch)
tree5761199a30b49ab9903b075d00b7206e6162ccb6 /PKGBUILD
parent1681832a3eb16c8aa9252a8960b912cb553a8d67 (diff)
downloadaur-5052fc23963466e580fc9cd3662423f716d90909.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 7427a2ce256f..5330c87f81f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=perl6-uri-encode
pkgver=0.05
-pkgrel=1
+pkgrel=2
pkgdesc="Encode and decode URIs according to RFC 3986"
arch=('any')
depends=('perl6')
@@ -11,6 +11,7 @@ makedepends=('alacryd' 'git')
groups=('perl6')
url="https://github.com/dnmfarrell/URI-Encode"
license=('BSD')
+options=('!purge')
source=($pkgname-$pkgver::git+https://github.com/dnmfarrell/URI-Encode)
sha256sums=('SKIP')