summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fab7ab0a4e7c..6c2c914f6ea1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -19,6 +19,6 @@ pkgbase = blinky
optdepends = libnotify
options = !emptydirs
source = https://github.com/cherti/blinky/archive/v0.23.2.tar.gz
- sha256sums = e9f617d9e704203ba8e755f90bd81f5efdb2572a8f868eb859fee21eec259dfd
+ sha256sums = 579f3a4e728c2ba51ea79e14adfe7e09887d48f79ab099a07cc1029f31083f03
pkgname = blinky
diff --git a/PKGBUILD b/PKGBUILD
index 3ddcda560fbf..ddfd46be3955 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ depends=('python' 'pyalpm' 'python-requests' 'python-termcolor' 'python-pyxdg' '
optdepends=('libnotify')
options=(!emptydirs)
source=('https://github.com/cherti/blinky/archive/v0.23.2.tar.gz')
-sha256sums=('e9f617d9e704203ba8e755f90bd81f5efdb2572a8f868eb859fee21eec259dfd')
+sha256sums=('579f3a4e728c2ba51ea79e14adfe7e09887d48f79ab099a07cc1029f31083f03')
build() {
cd "$srcdir/$pkgname-$pkgver"