summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVinson Chuong2016-01-01 17:33:40 -0800
committerVinson Chuong2016-01-01 17:33:40 -0800
commit73d8d672e9b6140cf376685a71c192149be4b6c6 (patch)
treeb1502806a15d6126e5d54ed972fcf05b287ffff0
parenta655a01f658aaaf61382ece039836f8d19cbb39c (diff)
downloadaur-73d8d672e9b6140cf376685a71c192149be4b6c6.tar.gz
v0.0.3-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d78a89473261..b6960cca01fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Sat Jan 2 01:32:59 UTC 2016
+# Sat Jan 2 01:33:40 UTC 2016
pkgbase = bash-common-parse-options
pkgdesc = An easier way to parse CLI options for Bash scripts
pkgver = 0.0.3
- pkgrel = 2
+ pkgrel = 1
url = https://github.com/vinsonchuong/bash-common-parse-options
arch = any
license = MIT
checkdepends = bats-git
makedepends = clidoc
- source = https://github.com/vinsonchuong/bash-common-parse-options/archive/v0.0.3-2.tar.gz
- md5sums = SKIP
+ source = https://github.com/vinsonchuong/bash-common-parse-options/archive/v0.0.3-1.tar.gz
+ md5sums = 0fb2d6ee36044113ecddd36fb47af1b5
pkgname = bash-common-parse-options
diff --git a/PKGBUILD b/PKGBUILD
index 6ebbb078ba1b..8594d557fc21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Vinson Chuong <vinsonchuong@gmail.com>
pkgname=bash-common-parse-options
pkgver=0.0.3
-pkgrel=2
+pkgrel=1
pkgdesc=An\ easier\ way\ to\ parse\ CLI\ options\ for\ Bash\ scripts
arch=(any)
url=https://github.com/vinsonchuong/bash-common-parse-options
license=(MIT)
makedepends=(clidoc)
checkdepends=(bats-git)
-source=(https://github.com/vinsonchuong/bash-common-parse-options/archive/v0.0.3-2.tar.gz)
-md5sums=("SKIP")
+source=(https://github.com/vinsonchuong/bash-common-parse-options/archive/v0.0.3-1.tar.gz)
+md5sums=('0fb2d6ee36044113ecddd36fb47af1b5')
build ()
{
cd "${srcdir}/${pkgname}-${pkgver}-${pkgrel}";