summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatthew T Hoare2018-02-23 20:27:00 +0000
committerMatthew T Hoare2018-02-23 20:27:00 +0000
commit17a06b5ab0394da33952036b31954431bae0ef3e (patch)
treec434694bb3912181188559f703e77855037e4632 /PKGBUILD
parent939824d8492e114606ef8ca28787edf3ccc7a9e4 (diff)
downloadaur-17a06b5ab0394da33952036b31954431bae0ef3e.tar.gz
lib{ast,coshell,cmd} no longer needed.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 1 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6fa8e7849f94..456675cfebcc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname='ksh93'
pkgname="${_pkgname}-git"
-pkgver=r271.6aa47e0
+pkgver=r671.6aa47e0
pkgrel=1
pkgdesc="AT&T's KornShell (${_pkgname}) from ast-base, Meson Build"
arch=('x86_64')
@@ -61,8 +61,4 @@ package() {
ln -sf 'ksh' "${pkgdir}/usr/bin/${_exe}"
done
install -Dm 755 "build/src/cmd/${_pkgname}/shcomp" "${pkgdir}/usr/bin/shcomp"
- local _lib
- for _lib in 'ast' 'cmd' 'coshell'; do
- install -Dm 755 "build/src/lib/lib${_lib}/lib${_lib}.so" "${pkgdir}/usr/lib/lib${_lib}.so"
- done
}