summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVinson Chuong2016-01-17 13:08:35 -0800
committerVinson Chuong2016-01-17 13:08:35 -0800
commit1abfac8ab5ef913529777e812814bbcd357fea98 (patch)
treef1eb4a19b33274e95c224e8753ed0e59b76cd09b
parent797c92ec23f842abf8adf36b96943b03935da3b2 (diff)
downloadaur-1abfac8ab5ef913529777e812814bbcd357fea98.tar.gz
v0.0.2-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD12
2 files changed, 8 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 56d5d33551c9..6f2b3b256ef0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,17 @@
# Generated by mksrcinfo v8
-# Sun Jan 17 20:23:50 UTC 2016
+# Sun Jan 17 21:08:35 UTC 2016
pkgbase = bash-common-bundle-dependencies
pkgdesc = Locally install package dependencies
- pkgver = 0.0.1
+ pkgver = 0.0.2
pkgrel = 1
url = https://github.com/vinsonchuong/bash-common-bundle-dependencies
arch = any
license = MIT
checkdepends = bats-git
makedepends = clidoc
- depends = bash-common-environment
- depends = bash-common-parse-options
depends = 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
pkgname = bash-common-bundle-dependencies
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}";