Skip to content

Commit

Permalink
Update neofetch to v1.1.0 (#769)
Browse files Browse the repository at this point in the history
* Update neofetch to v1.1.0

* inform config update

* optional config msg
  • Loading branch information
rM-self-serve authored Dec 7, 2023
1 parent 551e0db commit fcce9a3
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions package/neofetch/package
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,28 @@
pkgnames=(neofetch)
pkgdesc="A command-line system information tool"
url="https://github.com/rM-self-serve/neofetch-rM"
pkgver=0.0.0-1
timestamp=2023-02-09T11:43:00Z
pkgver=1.1.0-1
timestamp=2023-12-06T11:43:00Z
section="utils"
maintainer="rM-self-serve <[email protected]>"
license=MIT

source=(
https://github.com/rM-self-serve/neofetch-rM/archive/c497597ba4b481042cbb48b7c2c55e45dda25543.zip
https://github.com/rM-self-serve/neofetch-rM/archive/955997e4e3b8be682f40ee54366e44337df68959.zip
)

sha256sums=(
06492898eac6fb4f2cc95ca52c65f8f4f580ada57b4fe433722dabeae884b633
451017bd2517cf8c124af772e77b316ad784507709219e5831b28f613830f7e5
)

package() {
install -D -m 755 -t "$pkgdir"/opt/bin "$srcdir"/neofetch
}

configure() {
if [ -f '/home/root/.config/neofetch/config.conf' ]; then
echo ""
echo "You may choose to remove ~/.config/neofetch/config.conf"
echo "in order to get the latest default config."
fi
}

0 comments on commit fcce9a3

Please sign in to comment.