summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonas Große Sundrup2024-03-29 01:11:29 -0400
committerJonas Große Sundrup2024-03-29 01:11:29 -0400
commit35c1e98b3c1a0c94da04df92f8d94ce69fec9b35 (patch)
treeb99e924220577315da8ac435766baa53005c88d8 /PKGBUILD
parent524058892605ef82dbc6061001e4f21806ecd6b1 (diff)
downloadaur-blinky.tar.gz
fix incorrect checksum
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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"