summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhalosghost2015-11-22 15:06:14 -0600
committerhalosghost2015-11-22 15:06:14 -0600
commit0662252ca421d75eda701945de0b94db7527cd9d (patch)
treeccac79c45239f9040587cb2c5e70a89df3e5c340 /PKGBUILD
parent139e85afdb72ba6cd70d0d74249a6d21f0048fda (diff)
downloadaur-0662252ca421d75eda701945de0b94db7527cd9d.tar.gz
Use the fancypants new `make install` rule
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4327ad481465..623929932bdb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: mjheagle <mjheagle8@gmail.com>
_name='zsh-syntax-highlighting'
pkgname="${_name}-git"
-pkgver=0.2.1.230.85b3446
+pkgver=0.2.1.452.e60737d
pkgrel=1
pkgdesc='Fish shell like syntax highlighting for Zsh'
url='https://github.com/zsh-users/zsh-syntax-highlighting'
@@ -23,6 +23,5 @@ pkgver() {
package() {
cd "${srcdir}/${_name}"
- install -d "${pkgdir}/usr/share/zsh/plugins/${_name}"
- cp -a --no-preserve=ownership * "${pkgdir}/usr/share/zsh/plugins/${_name}"
+ make DESTDIR="${pkgdir}" install
}