From 79c289d10b008da125c3668b44508d3cb53b657e Mon Sep 17 00:00:00 2001 From: Stepanov Aleksey Date: Sat, 23 May 2026 17:38:23 +0500 Subject: update PKGBUILD --- PKGBUILD | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 91eea14..caaace4 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,17 +1,17 @@ -# Maintainer: Aleksey Stepanov +# Maintainer: Stepanov Aleksey _pkgname=fzf-vjour pkgname="${_pkgname}-git" -pkgver=r54.c65d8ae +pkgver=r90.ea9489c pkgrel=1 pkgdesc='A fzf-based journaling and notes application with CalDav support.' arch=('any') url="https://github.com/baumea/fzf-vjour" license=('MIT') depends=('fzf' 'awk' 'vdirsyncer' 'bash') -makedepends=('git') +makedepends=('git' 'scdoc' 'make') optdepends=('bat: for colorful previews' 'noto-fonts-emoji: for display emoji in fzf') -source=("${_pkgname}::git+https://github.com/baumea/fzf-vjour") +source=("${_pkgname}::git+https://github.com/blueingreen68/fzf-vjour") sha256sums=('SKIP') pkgver() { @@ -25,12 +25,13 @@ pkgver() { build() { cd "${_pkgname}" - bash -O xpg_echo ./scripts/build.sh + + make build } package() { cd "${_pkgname}" + make install ARCH_PKGDIR="$pkgdir" install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$_pkgname/LICENSE" - install -Dm755 "$_pkgname" "$pkgdir/usr/bin/$_pkgname" } -- cgit v1.3.1