Date: Friday, March 3, 2023 @ 20:55:58
Author: orhun
Revision: 1411166
upgpkg: atuin 13.0.1-2: add bash-preexec as optional dependency (FS#77663)
Modified:
atuin/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-03 20:35:56 UTC (rev 1411165)
+++ PKGBUILD 2023-03-03 20:55:58 UTC (rev 1411166)
@@ -3,7 +3,7 @@
pkgname=atuin
pkgver=13.0.1
-pkgrel=1
+pkgrel=2
pkgdesc="Magical shell history"
arch=('x86_64')
url="https://github.com/ellie/atuin"
@@ -10,6 +10,7 @@
license=('MIT')
depends=('gcc-libs')
makedepends=('cargo')
+optdepends=('bash-preexec: bash integration')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
sha256sums=('c012ae65b7093954bc2d614633223f181261208ca282a409f245040f6ad976a1')
options=('!lto')