summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Witek2020-06-22 11:45:46 +0200
committerTobias Witek2020-06-22 11:45:46 +0200
commit8c3b9c2525a215f09ec6f8a35fe02ec258e6097d (patch)
tree29c673814bfba04a1b865677cd75c91b7791918b
parentc3eac885e5c4d5dfc92a0e8fcb021ff4ef1bb115 (diff)
downloadaur-8c3b9c2525a215f09ec6f8a35fe02ec258e6097d.tar.gz
[aur] update to 2.0.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 005c9868dd96..f3478d8d099a 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.1
+ pkgver = 2.0.2
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.1.tar.gz::https://github.com/tobi-wan-kenobi/bumblebee-status/archive/v2.0.1.tar.gz
- sha512sums = c57dc50dc0518393a18d13491b6d2f6813edccb17417112b12f517c8acc73081a949851d4735bd0d49c9a46e4e87a0e4c6b164e4aaa29581f4d501fba14ea249
+ source = bumblebee-status-2.0.2.tar.gz::https://github.com/tobi-wan-kenobi/bumblebee-status/archive/v2.0.2.tar.gz
+ sha512sums = bbb3e414324b14d8266550149599e7fc4e256d897f49a8be193b530645e298a43ff53ad0c3e7079cb60d33aa8e3c5bec0b74239077d915c0f3c3340f1c8b8898
pkgname = bumblebee-status
diff --git a/PKGBUILD b/PKGBUILD
index d20bf205704f..bc8b974866ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: spookykidmm <https://github.com/spookykidmm>
pkgname=bumblebee-status
-pkgver=2.0.1
+pkgver=2.0.2
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=('c57dc50dc0518393a18d13491b6d2f6813edccb17417112b12f517c8acc73081a949851d4735bd0d49c9a46e4e87a0e4c6b164e4aaa29581f4d501fba14ea249')
+sha512sums=('bbb3e414324b14d8266550149599e7fc4e256d897f49a8be193b530645e298a43ff53ad0c3e7079cb60d33aa8e3c5bec0b74239077d915c0f3c3340f1c8b8898')
package() {
install -d "$pkgdir"/usr/bin \