summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVinson Chuong2016-02-24 20:24:20 -0800
committerVinson Chuong2016-02-24 20:24:20 -0800
commit958f575c126bd98739b9e5de268632ff0dcb00a3 (patch)
treecfd83053f42d15015584189a721e78a462cc235e /PKGBUILD
parentd27e03a6ad400347553529284bff6407ca4fda0e (diff)
downloadaur-bash-common-environment.tar.gz
v0.0.5-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6aca419ced85..b82e12229d83 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Vinson Chuong <vinsonchuong@gmail.com>
pkgname=bash-common-environment
-pkgver=0.0.4
+pkgver=0.0.5
pkgrel=1
pkgdesc=Sets\ common\ environment\ variables\ for\ a\ Bash\ library\ on\ Linux
arch=(any)
@@ -9,7 +9,7 @@ license=(MIT)
depends=(bash-common-parse-options)
makedepends=(clidoc)
checkdepends=(bats-git)
-source=(https://github.com/vinsonchuong/bash-common-environment/archive/v0.0.4-1.tar.gz)
+source=(https://github.com/vinsonchuong/bash-common-environment/archive/v0.0.5-1.tar.gz)
md5sums=("SKIP")
build ()
{