summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheCynicalLiger2021-01-24 20:50:26 +0000
committerTheCynicalLiger2021-01-24 20:50:26 +0000
commit386be454b13fc26f0f514bdf27031cdc1888ab7e (patch)
tree5389f12af0cc44db3fc26e4ea7c3adefe4edc310
parent29089ffa20b26baa08381aa13d6b9e3ded319039 (diff)
downloadaur-386be454b13fc26f0f514bdf27031cdc1888ab7e.tar.gz
Bump Version to fix bug
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d09e595d01c..50c638f6819c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bfetch
pkgdesc = A CLI system information tool written in BASH that supports displaying images.
- pkgver = 2021.01.23
+ pkgver = 2021.01.24
pkgrel = 1
url = https://github.com/TheCynicalTeam/bfetch
arch = any
@@ -19,8 +19,8 @@ pkgbase = bfetch
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.01.23.tar.gz::https://github.com/TheCynicalTeam/bfetch/archive/2021.01.23.tar.gz
- sha256sums = e01dc3def91b7b034cc586b9b3fa50e74f40f5c7e794cde96dcf005e632301fc
+ source = bfetch-2021.01.24.tar.gz::https://github.com/TheCynicalTeam/bfetch/archive/2021.01.24.tar.gz
+ sha256sums = 160374b4fdf7c75c59fe18b06dcaa9861c5f39cd53c80e0b1943cd7fabbc3c83
pkgname = bfetch
diff --git a/PKGBUILD b/PKGBUILD
index 456c56e8f778..3293526a8840 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: TheCynicalTeam <TheCynicalTeam@github.com>
pkgname=bfetch
-pkgver=2021.01.23
+pkgver=2021.01.24
pkgrel=1
pkgdesc="A CLI system information tool written in BASH that supports displaying images."
arch=('any')
@@ -25,7 +25,7 @@ optdepends=(
'xorg-xrandr: Resolution detection (Multi Monitor + Refresh rates)'
)
source=("${pkgname}-$pkgver.tar.gz::${url}/archive/$pkgver.tar.gz")
-sha256sums=('e01dc3def91b7b034cc586b9b3fa50e74f40f5c7e794cde96dcf005e632301fc')
+sha256sums=('160374b4fdf7c75c59fe18b06dcaa9861c5f39cd53c80e0b1943cd7fabbc3c83')
package() {
cd "$pkgname-$pkgver"