summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanilo Kühn2016-05-10 21:31:50 +0200
committerDanilo Kühn2016-05-10 21:31:50 +0200
commit1950e2696d03d3a68ed16ac949161141d981c287 (patch)
tree8113248aa3b0d40d016b357b761b662313e290c7
parentd954e517e5457b6c8d3ce5817cac3e2c894a3435 (diff)
downloadaur-1950e2696d03d3a68ed16ac949161141d981c287.tar.gz
fix missing path
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eb9ebcd50614..5daade6af388 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = packer-io
pkgdesc = Packer is a tool for creating identical machine images for multiple platforms from a single source configuration.
pkgver = 0.10.1
- pkgrel = 1
+ pkgrel = 2
url = http://www.packer.io
arch = x86_64
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index fe67ff499917..ad39308bb1e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=packer
pkgname=packer-io
pkgver=0.10.1
-pkgrel=1
+pkgrel=2
pkgdesc="Packer is a tool for creating identical machine images for multiple platforms from a single source configuration."
url="http://www.packer.io"
arch=('x86_64' 'i686')
@@ -49,5 +49,5 @@ package() {
install -Dm755 "$file" "${pkgdir}/usr/bin/${file}"
fi
done
- install -Dm644 ${srcdir}/_packer ${pkgdir}/usr/share/site-functions/_packer
+ install -Dm644 ${srcdir}/_packer ${pkgdir}/usr/share/zsh/site-functions/_packer
}