aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/arch
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/arch')
-rw-r--r--packaging/arch/PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/packaging/arch/PKGBUILD b/packaging/arch/PKGBUILD
index 0224653..b46a864 100644
--- a/packaging/arch/PKGBUILD
+++ b/packaging/arch/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname="zuwu"
pkgname="zsh-$_pkgname"
pkgver=0.4.1
-pkgrel=0
+pkgrel=1
pkgdesc="Opinionated ZSH \"Microframework\" to give a baseline usable experience"
url="https://git.estrogen.zone/zuwu.git/"
arch=(any)
@@ -10,6 +10,8 @@ license=(MIT)
provides=()
conflicts=()
depends=(zsh)
+optdepends=('zsh-syntax-highlighting: Syntax Highlighting, if no fast syntax highlighting is installed'
+ 'zsh-autosuggestions: Fish-like Autosuggestions')
makedepends=(lzip uutils-coreutils)
source=("$_pkgname-$pkgver.tar.lz::https://git.estrogen.zone/zuwu.git/snapshot/$_pkgname-$pkgver.tar.lz")
sha512sums=("34ac4cab4b81a9446481ca793f8cfc4a071c8e24cbdc18bea2d895e5eb3eeaa2c26bf2e49d351616253c0b07ff17a8651ff3a2ad8d6dc226edaf04393d9c9b94")