summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxim Kraev2016-05-30 14:59:37 +0100
committerMaxim Kraev2016-05-30 14:59:37 +0100
commit00a87fe7f41fc80394d938799285c4557b64c2d0 (patch)
treed1a497e24ce14e32ca65387a6ec2f6118708a4eb
parent6818f142b7d903270057ef6acccab79fafd0f86c (diff)
downloadaur-00a87fe7f41fc80394d938799285c4557b64c2d0.tar.gz
fix for missed binaries
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6413e300d00f..d517a6732fce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri May 20 06:44:06 UTC 2016
+# Mon May 30 13:13:12 UTC 2016
pkgbase = chef-dk
pkgdesc = The Chef Development Kit contains everything you need to start using Chef along with the tools essential to managing the code that runs your business.
pkgver = 0.14.25
- pkgrel = 1
+ pkgrel = 2
url = https://downloads.chef.io/chef-dk/
arch = x86_64
license = Apache
diff --git a/PKGBUILD b/PKGBUILD
index 3c5b1f4b7545..ab6782477141 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=chef-dk
pkgver=0.14.25
-pkgrel=1
+pkgrel=2
_ubuntuver=raring
_ubunturel=4
pkgdesc="The Chef Development Kit contains everything you need to start using Chef along with the tools essential to managing the code that runs your business."
@@ -22,7 +22,7 @@ package() {
find $pkgdir -type d -name ".git" | xargs rm -rf
# link executables
- binaries="chef chef-solo chef-apply chef-shell knife shef ohai berks chef-zero fauxhai foodcritic kitchen rubocop strain strainer chef-client"
+ binaries="berks chef chef-apply chef-shell chef-solo chef-zero delivery fauxhai foodcritic kitchen knife ohai push-apply pushy-client pushy-service-manager rubocop cookstyle chef-client"
mkdir -p $pkgdir/usr/bin