summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8594d557fc21..6ebbb078ba1b 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=1
+pkgrel=2
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-1.tar.gz)
-md5sums=('0fb2d6ee36044113ecddd36fb47af1b5')
+source=(https://github.com/vinsonchuong/bash-common-parse-options/archive/v0.0.3-2.tar.gz)
+md5sums=("SKIP")
build ()
{
cd "${srcdir}/${pkgname}-${pkgver}-${pkgrel}";