summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVinson Chuong2016-01-17 13:08:35 -0800
committerVinson Chuong2016-01-17 13:08:35 -0800
commit1abfac8ab5ef913529777e812814bbcd357fea98 (patch)
treef1eb4a19b33274e95c224e8753ed0e59b76cd09b /PKGBUILD
parent797c92ec23f842abf8adf36b96943b03935da3b2 (diff)
downloadaur-1abfac8ab5ef913529777e812814bbcd357fea98.tar.gz
v0.0.2-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 4 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 20e18b1d4a36..5deac1ae8371 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,16 @@
# Maintainer: Vinson Chuong <vinsonchuong@gmail.com>
pkgname=bash-common-bundle-dependencies
-pkgver=0.0.1
+pkgver=0.0.2
pkgrel=1
pkgdesc=Locally\ install\ package\ dependencies
arch=(any)
url=https://github.com/vinsonchuong/bash-common-bundle-dependencies
license=(MIT)
-depends=(
- bash-common-environment
- bash-common-parse-options
- git
-)
+depends=(git)
makedepends=(clidoc)
checkdepends=(bats-git)
-source=(https://github.com/vinsonchuong/bash-common-bundle-dependencies/archive/v0.0.1-1.tar.gz)
-md5sums=('c093897b249b4ce2ef9d95d3319f6838')
+source=(https://github.com/vinsonchuong/bash-common-bundle-dependencies/archive/v0.0.2-1.tar.gz)
+md5sums=('314a82089e7282663317d4e54a584545')
build ()
{
cd "${srcdir}/${pkgname}-${pkgver}-${pkgrel}";