diff options
author | Tobias Witek | 2020-05-20 11:45:35 +0200 |
---|---|---|
committer | Tobias Witek | 2020-05-20 11:45:35 +0200 |
commit | 9a53906a0decf30946c22976c8b4f34ab4354d74 (patch) | |
tree | 3d0d90facf1dcc671e6e920bb30296e859a87c53 /PKGBUILD | |
parent | f06b80385792e9e7453ace5c867f10712daee940 (diff) | |
download | aur-9a53906a0decf30946c22976c8b4f34ab4354d74.tar.gz |
[aur] Update to v1.10.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ # Contributor: spookykidmm <https://github.com/spookykidmm> pkgname=bumblebee-status -pkgver=1.10.3 +pkgver=1.10.4 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' 'tzlocal: retrieve system timezone for datetimetz module' ) source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz") -sha512sums=('d76b87eada8fe335b71faccbe0521c4d45054a7420ed77606373790498f4623cd448ca53d99e8481caf3d7099e640526a10b6107cbe2bded97a7ffaa505da99d') +sha512sums=('f6968d9b66c2039ee9fd3e3a822c68967b6aadac99747d09ca9e74938d00d2e5f144d8bd660a61a0387f79742681e67aacf5ad8c68170686d8e9ce5ac82a70e9') package() { install -d "$pkgdir"/usr/bin \ |