mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to v1.0.2
This commit is contained in:
parent
20eac2756f
commit
379bf07f37
2 changed files with 7 additions and 7 deletions
8
.SRCINFO
8
.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
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Jeff <your@email.com>
|
||||
# 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}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue