summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Weidenbaum2016-01-09 11:54:28 -0800
committerAndy Weidenbaum2016-01-09 11:54:28 -0800
commit8e70764a7de90fd4e681187c4f88d477c5281f98 (patch)
treee380acb207a4f6269928f4b7beeb01617621456f
parent80c1aa080938cb181e82c5397bf25f218e85fb56 (diff)
downloadaur-8e70764a7de90fd4e681187c4f88d477c5281f98.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 3942ad46f617..dff9dba79d5b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Jan 5 06:35:18 UTC 2016
+# Sat Jan 9 19:54:24 UTC 2016
pkgbase = perl6-system-passwd
pkgdesc = Easily search for system users
pkgver = 0.04
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/dnmfarrell/System-Passwd
arch = any
groups = perl6
@@ -12,6 +12,7 @@ pkgbase = perl6-system-passwd
makedepends = alacryd
makedepends = git
depends = perl6
+ options = !purge
source = perl6-system-passwd-0.04::git+https://github.com/dnmfarrell/System-Passwd
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index c1a336cea504..e77100cc4252 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=perl6-system-passwd
pkgver=0.04
-pkgrel=1
+pkgrel=2
pkgdesc="Easily search for system users"
arch=('any')
depends=('perl6')
@@ -11,6 +11,7 @@ makedepends=('alacryd' 'git')
groups=('perl6')
url="https://github.com/dnmfarrell/System-Passwd"
license=('BSD')
+options=('!purge')
source=($pkgname-$pkgver::git+https://github.com/dnmfarrell/System-Passwd)
sha256sums=('SKIP')