summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 10fccfe11720..7a09fea780a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Contributor: The-Repo-Club <The-Repo-Club@github.com>
pkgname=bfetch
-pkgver=2021.04.12
+pkgver=2021.07.03
pkgrel=1
pkgdesc="A CLI system information tool written in BASH that supports displaying images."
arch=('any')
groups=('therepoclub')
url="https://github.com/The-Repo-Club/$pkgname"
-license=('CC BY-NC-SA 4.0')
+license=('MIT')
depends=('bash')
makedepends=('git')
optdepends=(
@@ -20,12 +20,12 @@ optdepends=(
'libcaca: Display Images'
'nitrogen: Wallpaper Display'
'w3m: Display Images'
- 'xorg-xdpyinfo: Resolution detection (Single Monitor)'
+ 'xorg-xdpyinfo: Resolution detection [Single Monitor]'
'xorg-xprop: Desktop Environment and Window Manager'
- 'xorg-xrandr: Resolution detection (Multi Monitor + Refresh rates)'
+ 'xorg-xrandr: Resolution detection [Multi Monitor + Refresh rates]'
)
source=("${pkgname}-$pkgver.tar.gz::${url}/archive/$pkgver.tar.gz")
-sha256sums=('adcae26ed8b02b19a0a8bebb10a99c3fc5c89978d9c4c4e424e4789ece3b2f8d')
+sha256sums=('00c8c5c437a287b3e7fecfccaba7ce5102b37af455afe55c40a7ce7b37909880')
package() {
cd "$pkgname-$pkgver"