summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Witek2020-06-21 19:52:15 +0200
committerTobias Witek2020-06-21 19:52:15 +0200
commitc3eac885e5c4d5dfc92a0e8fcb021ff4ef1bb115 (patch)
treee391281438cb0ed6afe97bc59ff9011c302130c2
parent237b9c68533c3ac68b9f13540bb51c2746ae4293 (diff)
downloadaur-c3eac885e5c4d5dfc92a0e8fcb021ff4ef1bb115.tar.gz
[aur] update to 2.0.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 87a52b29e39d..005c9868dd96 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.0.0
+ pkgver = 2.0.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.0.0.tar.gz::https://github.com/tobi-wan-kenobi/bumblebee-status/archive/v2.0.0.tar.gz
- sha512sums = 24dd5a40a9ed6abaf6b91bd45d0eae772768a6052fa3208f01f417f28ff1128c99e83805837c1dc755b076ef6448118cc3e1342bc121b0b99d194f0a1b8b1d91
+ source = bumblebee-status-2.0.1.tar.gz::https://github.com/tobi-wan-kenobi/bumblebee-status/archive/v2.0.1.tar.gz
+ sha512sums = c57dc50dc0518393a18d13491b6d2f6813edccb17417112b12f517c8acc73081a949851d4735bd0d49c9a46e4e87a0e4c6b164e4aaa29581f4d501fba14ea249
pkgname = bumblebee-status
diff --git a/PKGBUILD b/PKGBUILD
index 074bec898c49..d20bf205704f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: spookykidmm <https://github.com/spookykidmm>
pkgname=bumblebee-status
-pkgver=2.0.0
+pkgver=2.0.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=('24dd5a40a9ed6abaf6b91bd45d0eae772768a6052fa3208f01f417f28ff1128c99e83805837c1dc755b076ef6448118cc3e1342bc121b0b99d194f0a1b8b1d91')
+sha512sums=('c57dc50dc0518393a18d13491b6d2f6813edccb17417112b12f517c8acc73081a949851d4735bd0d49c9a46e4e87a0e4c6b164e4aaa29581f4d501fba14ea249')
package() {
install -d "$pkgdir"/usr/bin \