summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Witek2020-05-20 21:56:01 +0200
committerTobias Witek2020-05-20 21:56:01 +0200
commit7ac3dde7361c6a530141df2b3c0137f57d6b4f70 (patch)
treed6996204e04d96838242d067712c145021b7a388
parent9a53906a0decf30946c22976c8b4f34ab4354d74 (diff)
downloadaur-7ac3dde7361c6a530141df2b3c0137f57d6b4f70.tar.gz
[1.10.4] fix checksum
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fdbe0bf1c44d..1207b995af70 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bumblebee-status
pkgdesc = Modular, theme-able status line generator for the i3 window manager
pkgver = 1.10.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/tobi-wan-kenobi/bumblebee-status
arch = any
license = MIT
@@ -24,7 +24,7 @@ pkgbase = bumblebee-status
optdepends = pytz: timezone conversion for datetimetz module
optdepends = tzlocal: retrieve system timezone for datetimetz module
source = bumblebee-status-1.10.4.tar.gz::https://github.com/tobi-wan-kenobi/bumblebee-status/archive/v1.10.4.tar.gz
- sha512sums = f6968d9b66c2039ee9fd3e3a822c68967b6aadac99747d09ca9e74938d00d2e5f144d8bd660a61a0387f79742681e67aacf5ad8c68170686d8e9ce5ac82a70e9
+ sha512sums = 3675bea10c183a658b0fde6b6aeddb3612ba08a52824c131e4a5cfd4bfc7145cb2ea293d33ceaf46bcbfbf5e876b438900c132cadd42ca9ac9e2b93b9e29f08b
pkgname = bumblebee-status
diff --git a/PKGBUILD b/PKGBUILD
index 3339ceda79a5..ae0c93782b43 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=bumblebee-status
pkgver=1.10.4
-pkgrel=1
+pkgrel=2
pkgdesc='Modular, theme-able status line generator for the i3 window manager'
arch=('any')
url=https://github.com/tobi-wan-kenobi/bumblebee-status
@@ -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=('f6968d9b66c2039ee9fd3e3a822c68967b6aadac99747d09ca9e74938d00d2e5f144d8bd660a61a0387f79742681e67aacf5ad8c68170686d8e9ce5ac82a70e9')
+sha512sums=('3675bea10c183a658b0fde6b6aeddb3612ba08a52824c131e4a5cfd4bfc7145cb2ea293d33ceaf46bcbfbf5e876b438900c132cadd42ca9ac9e2b93b9e29f08b')
package() {
install -d "$pkgdir"/usr/bin \