summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortobi-wan-kenobi2020-12-07 10:03:13 +0100
committertobi-wan-kenobi2020-12-07 10:03:13 +0100
commit9212388eb8583706da97f4128587232e8dfbe799 (patch)
tree4db35e1829c36df59ad56b5e2cac2f5a35ba9696
parent5fd3b56ad9af3575a7c55a4a6a14fa4b40548cdc (diff)
downloadaur-9212388eb8583706da97f4128587232e8dfbe799.tar.gz
[aur] bump bumblebee-status to 2.1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 08a46722e81c..f209cb9c0b91 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bumblebee-status
pkgdesc = Modular, theme-able status line generator for the i3 window manager
- pkgver = 2.1.0
+ pkgver = 2.1.1
pkgrel = 1
url = https://github.com/tobi-wan-kenobi/bumblebee-status
arch = any
@@ -23,8 +23,8 @@ pkgbase = bumblebee-status
optdepends = fakeroot: dependency of the pacman module
optdepends = python-pytz: timezone conversion for datetimetz module
optdepends = python-tzlocal: retrieve system timezone for datetimetz module
- source = bumblebee-status-2.1.0.tar.gz::https://github.com/tobi-wan-kenobi/bumblebee-status/archive/v2.1.0.tar.gz
- sha512sums = 12e804d2c7e9821033286e0c636b43f228a9f85a0f31dd9105c706ca808b708c1f545953208fcaa6b9646eb4353cb55cd978fe6287ea5393936164165350d9e8
+ source = bumblebee-status-2.1.1.tar.gz::https://github.com/tobi-wan-kenobi/bumblebee-status/archive/v2.1.1.tar.gz
+ sha512sums = 95fdc9a8c31a1f080616a1e5d2246d55edcb66ac7f15483ede09a15c3419b1b3d41185ab8674afa4d48bef8996f2ac867ae75979031d48bd6ad75c3a2cf66caa
pkgname = bumblebee-status
diff --git a/PKGBUILD b/PKGBUILD
index 33635af7266e..93292fef55d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: spookykidmm <https://github.com/spookykidmm>
pkgname=bumblebee-status
-pkgver=2.1.0
+pkgver=2.1.1
pkgrel=1
pkgdesc='Modular, theme-able status line generator for the i3 window manager'
arch=('any')
@@ -26,7 +26,7 @@ optdepends=('xorg-xbacklight: to display a displays brightness'
'python-tzlocal: retrieve system timezone for datetimetz module'
)
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('12e804d2c7e9821033286e0c636b43f228a9f85a0f31dd9105c706ca808b708c1f545953208fcaa6b9646eb4353cb55cd978fe6287ea5393936164165350d9e8')
+sha512sums=('95fdc9a8c31a1f080616a1e5d2246d55edcb66ac7f15483ede09a15c3419b1b3d41185ab8674afa4d48bef8996f2ac867ae75979031d48bd6ad75c3a2cf66caa')
package() {
install -d "$pkgdir"/usr/bin \