summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVinson Chuong2016-02-23 21:04:56 -0800
committerVinson Chuong2016-02-23 21:04:56 -0800
commitd27e03a6ad400347553529284bff6407ca4fda0e (patch)
tree2699a272df14d3e7b4a0b2db8f2c7b7b4b309d2f
parent9461431f4e44bcc088dbdbeccb6d2facdd46f5d2 (diff)
downloadaur-d27e03a6ad400347553529284bff6407ca4fda0e.tar.gz
v0.0.4-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c10f40631ad6..2c4d411eebac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Feb 24 04:51:54 UTC 2016
+# Wed Feb 24 05:04:56 UTC 2016
pkgbase = bash-common-environment
pkgdesc = Sets common environment variables for a Bash library on Linux
- pkgver = 0.0.3
+ pkgver = 0.0.4
pkgrel = 1
url = https://github.com/vinsonchuong/bash-common-environment
arch = any
@@ -10,7 +10,7 @@ pkgbase = bash-common-environment
checkdepends = bats-git
makedepends = clidoc
depends = bash-common-parse-options
- source = https://github.com/vinsonchuong/bash-common-environment/archive/v0.0.3-1.tar.gz
+ source = https://github.com/vinsonchuong/bash-common-environment/archive/v0.0.4-1.tar.gz
md5sums = SKIP
pkgname = bash-common-environment
diff --git a/PKGBUILD b/PKGBUILD
index b71631f71752..6aca419ced85 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Vinson Chuong <vinsonchuong@gmail.com>
pkgname=bash-common-environment
-pkgver=0.0.3
+pkgver=0.0.4
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.3-1.tar.gz)
+source=(https://github.com/vinsonchuong/bash-common-environment/archive/v0.0.4-1.tar.gz)
md5sums=("SKIP")
build ()
{