summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThe-Repo-Club2021-07-03 16:35:02 +0100
committerThe-Repo-Club2021-07-03 16:35:02 +0100
commitee5ea75b2c9a149f4d79306d1171bc91bd048847 (patch)
tree8b9b39220be60996b85ba3538a3dc0c21b9c7c1a
parent32c541edc982619ab2cd8a65da3c6c597f65a962 (diff)
downloadaur-ee5ea75b2c9a149f4d79306d1171bc91bd048847.tar.gz
Fixed new build
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 793cd736bfec..95497b1a1fd0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = bfetch
pkgdesc = A CLI system information tool written in BASH that supports displaying images.
- pkgver = 2021.04.12
+ pkgver = 2021.07.03
pkgrel = 1
url = https://github.com/The-Repo-Club/bfetch
arch = any
groups = therepoclub
- license = CC BY-NC-SA 4.0
+ license = MIT
makedepends = git
depends = bash
optdepends = catimg: Display Images
@@ -16,11 +16,10 @@ pkgbase = bfetch
optdepends = libcaca: Display Images
optdepends = nitrogen: Wallpaper Display
optdepends = w3m: Display Images
- optdepends = xorg-xdpyinfo: Resolution detection (Single Monitor)
+ optdepends = xorg-xdpyinfo: Resolution detection [Single Monitor]
optdepends = xorg-xprop: Desktop Environment and Window Manager
- optdepends = xorg-xrandr: Resolution detection (Multi Monitor + Refresh rates)
- source = bfetch-2021.04.12.tar.gz::https://github.com/The-Repo-Club/bfetch/archive/2021.04.12.tar.gz
- sha256sums = adcae26ed8b02b19a0a8bebb10a99c3fc5c89978d9c4c4e424e4789ece3b2f8d
+ optdepends = xorg-xrandr: Resolution detection [Multi Monitor + Refresh rates]
+ source = bfetch-2021.07.03.tar.gz::https://github.com/The-Repo-Club/bfetch/archive/2021.07.03.tar.gz
+ sha256sums = 00c8c5c437a287b3e7fecfccaba7ce5102b37af455afe55c40a7ce7b37909880
pkgname = bfetch
-
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"