summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Vikstrom2017-09-12 09:44:14 +0200
committerSimon Vikstrom2017-09-12 09:44:14 +0200
commitfb70c7036be736c1dd1cca8b1b5b3941b9c39b08 (patch)
treee721cd94c7de6c7cf202c575a6a37e105a4b3a57
parent7f02860c9b9c601fbd13752ff688b8370539a9de (diff)
downloadaur-fb70c7036be736c1dd1cca8b1b5b3941b9c39b08.tar.gz
Fix naming
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d45511392f92..480b76da5f8e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = chef-client
pkgdesc = The Chef Client installation package includes everything you need to start converging your machines.
- pkgver = 13.2.42
+ pkgver = 13.3.42
pkgrel = 1
url = https://downloads.chef.io/chef-client/
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 3df0a4265ebc..e745a6f6e685 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Simon Vikstrom <aur@devsn.se>
pkgname=chef-client
-pkgver=13.2.42
+pkgver=13.3.42
pkgrel=1
_ubuntuver=xenial
pkgdesc="The Chef Client installation package includes everything you need to start converging your machines."
@@ -10,7 +10,7 @@ url="https://downloads.chef.io/chef-client/"
license=('Apache')
depends=()
conflicts=( chef chef-solo )
-source=("https://packages.chef.io/files/stable/chef/13.3.42/ubuntu/16.04/chef_13.3.42-1_amd64.deb")
+source=("https://packages.chef.io/files/stable/chef/${pkgver}/ubuntu/16.04/chef_${pkgver}-1_amd64.deb")
sha256sums=('691f6f4b8d5e88cc3dfb55aa06cb9d6ff095a4b3b150ec128b79f968acb20f77')
package() {