From 379bf07f37867a4c2c8c2157f1ff1dea816ad6d0 Mon Sep 17 00:00:00 2001 From: Jeff Williams Date: Sat, 21 Feb 2026 20:29:02 -0600 Subject: [PATCH] Update to v1.0.2 --- .SRCINFO | 8 ++++---- PKGBUILD | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 506ba0dba3773..58e2b2ff8c109 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,12 +1,13 @@ pkgbase = extreme-ultimate-bashrc pkgdesc = Feature-rich bash configuration framework with 107 functions, 113 aliases, auto-detection, and extensive documentation - pkgver = 1.0.1 + pkgver = 1.0.2 pkgrel = 1 url = https://sourceforge.net/projects/ultimate-bashrc/ install = extreme-ultimate-bashrc.install arch = any license = 0BSD depends = bash + optdepends = atuin: magical shell history with SQLite database optdepends = bat: syntax-highlighted file previews optdepends = btm: system resource monitor optdepends = colordiff: colorized diff output @@ -25,7 +26,6 @@ pkgbase = extreme-ultimate-bashrc optdepends = lazygit: terminal UI for git optdepends = lsd: ls with colors and icons optdepends = meld: graphical diff and merge tool - optdepends = neofetch: system information display with ASCII art optdepends = ranger: terminal file manager optdepends = ripgrep: fast recursive search tool optdepends = starship: cross-shell prompt @@ -33,7 +33,7 @@ pkgbase = extreme-ultimate-bashrc optdepends = trash-cli: command-line trash utility optdepends = yt-dlp: video downloader optdepends = zoxide: smart directory jumping - source = extreme-ultimate-bashrc-1.0.1.tar.gz::https://sourceforge.net/projects/ultimate-bashrc/files/aur/extreme-ultimate-bashrc-1.0.1.tar.gz/download - sha256sums = 2fa06b10157f323a5383f0d1f70569cdf05e3e2990b8b97ab2c86027b9ab99b7 + source = extreme-ultimate-bashrc-1.0.2.tar.gz::https://sourceforge.net/projects/ultimate-bashrc/files/aur/extreme-ultimate-bashrc-1.0.2.tar.gz/download + sha256sums = f47e83a4907e72a3af247c526fd05282206cb190c9d255a48a24013a8232c662 pkgname = extreme-ultimate-bashrc diff --git a/PKGBUILD b/PKGBUILD index 7d3d54c3011b4..67fe91501de21 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Jeff # https://sourceforge.net/projects/ultimate-bashrc/ pkgname=extreme-ultimate-bashrc -pkgver=1.0.1 +pkgver=1.0.2 pkgrel=1 pkgdesc='Feature-rich bash configuration framework with 107 functions, 113 aliases, auto-detection, and extensive documentation' arch=('any') @@ -9,6 +9,7 @@ url='https://sourceforge.net/projects/ultimate-bashrc/' license=('0BSD') depends=('bash') optdepends=( + 'atuin: magical shell history with SQLite database' 'bat: syntax-highlighted file previews' 'btm: system resource monitor' 'colordiff: colorized diff output' @@ -27,7 +28,6 @@ optdepends=( 'lazygit: terminal UI for git' 'lsd: ls with colors and icons' 'meld: graphical diff and merge tool' - 'neofetch: system information display with ASCII art' 'ranger: terminal file manager' 'ripgrep: fast recursive search tool' 'starship: cross-shell prompt' @@ -41,7 +41,7 @@ install="${pkgname}.install" # SourceForge release tarball # For local testing: run make-test-tarball.sh first, then makepkg -si source=("${pkgname}-${pkgver}.tar.gz::https://sourceforge.net/projects/ultimate-bashrc/files/aur/${pkgname}-${pkgver}.tar.gz/download") -sha256sums=('2fa06b10157f323a5383f0d1f70569cdf05e3e2990b8b97ab2c86027b9ab99b7') +sha256sums=('f47e83a4907e72a3af247c526fd05282206cb190c9d255a48a24013a8232c662') package() { local INSTALL_ROOT="${pkgdir}/opt/${pkgname}"