mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to v1.0.1
This commit is contained in:
parent
8730e7f704
commit
20eac2756f
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = extreme-ultimate-bashrc
|
||||
pkgdesc = Feature-rich bash configuration framework with 107 functions, 113 aliases, auto-detection, and extensive documentation
|
||||
pkgver = 1.0.0
|
||||
pkgver = 1.0.1
|
||||
pkgrel = 1
|
||||
url = https://sourceforge.net/projects/ultimate-bashrc/
|
||||
install = extreme-ultimate-bashrc.install
|
||||
|
|
@ -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.0.tar.gz::https://sourceforge.net/projects/ultimate-bashrc/files/aur/extreme-ultimate-bashrc-1.0.0.tar.gz/download
|
||||
sha256sums = fd4b7b5aba710e900c5c81c96193045b8b814477e9fff96241ecb3861b212554
|
||||
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
|
||||
|
||||
pkgname = extreme-ultimate-bashrc
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Jeff <your@email.com>
|
||||
# https://sourceforge.net/projects/ultimate-bashrc/
|
||||
pkgname=extreme-ultimate-bashrc
|
||||
pkgver=1.0.0
|
||||
pkgver=1.0.1
|
||||
pkgrel=1
|
||||
pkgdesc='Feature-rich bash configuration framework with 107 functions, 113 aliases, auto-detection, and extensive documentation'
|
||||
arch=('any')
|
||||
|
|
@ -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=('fd4b7b5aba710e900c5c81c96193045b8b814477e9fff96241ecb3861b212554')
|
||||
sha256sums=('2fa06b10157f323a5383f0d1f70569cdf05e3e2990b8b97ab2c86027b9ab99b7')
|
||||
|
||||
package() {
|
||||
local INSTALL_ROOT="${pkgdir}/opt/${pkgname}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue