summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author7Ji2022-04-06 16:42:54 +0800
committer7Ji2022-04-06 16:42:54 +0800
commitd9add36203854ca8ff8a97188d9fe28836ec08d6 (patch)
treec19c10ec7c0dcde698eaf74fc013d7eade608268
parent05f99b1bd6e7e20fcafc5f46bfc320ce9fbe58ad (diff)
downloadaur-d9add36203854ca8ff8a97188d9fe28836ec08d6.tar.gz
Fix sha256 of hook files
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea058a27fce5..ffbfad7c945c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = pacman-beep-hook
pkgdesc = hook to play Pac-Man theme using pcspkr before and after any transaction
pkgver = 0.0
- pkgrel = 1
+ pkgrel = 2
arch = any
depends = beep
source = pacman-beep-pre.hook
source = pacman-beep-post.hook
source = pacman-beep.sh
- sha256sums = aded20b0ccf99f68f0be155d8c92cd01eb3582009707011ca12007e047acc055
- sha256sums = d0b3cfc53d90d648a073bc8a155bab3902c2fa1d52a0cd9b577947388197fd90
+ sha256sums = 1077b23b7af3c7f14a798c3f79e8e50a3833666dc1be1fe03b13523f1dbd8ff5
+ sha256sums = 51a39193564ed70b0dc60c895548d68324f10d4d75a8a514828cf2be28ed21ac
sha256sums = fe79120d2d63b0f49daddbb15df15cae693cdf582cb9ade139e6256cadec2e1a
pkgname = pacman-beep-hook
diff --git a/PKGBUILD b/PKGBUILD
index 460cd5858938..2fe905927a14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
# Contributor: alex19ep
pkgname=pacman-beep-hook
pkgver=0.0
-pkgrel=1
+pkgrel=2
pkgdesc='hook to play Pac-Man theme using pcspkr before and after any transaction'
arch=(any)
depends=(beep)
source=('pacman-beep-pre.hook' 'pacman-beep-post.hook' 'pacman-beep.sh')
-sha256sums=('aded20b0ccf99f68f0be155d8c92cd01eb3582009707011ca12007e047acc055' 'd0b3cfc53d90d648a073bc8a155bab3902c2fa1d52a0cd9b577947388197fd90' 'fe79120d2d63b0f49daddbb15df15cae693cdf582cb9ade139e6256cadec2e1a')
+sha256sums=('1077b23b7af3c7f14a798c3f79e8e50a3833666dc1be1fe03b13523f1dbd8ff5' '51a39193564ed70b0dc60c895548d68324f10d4d75a8a514828cf2be28ed21ac' 'fe79120d2d63b0f49daddbb15df15cae693cdf582cb9ade139e6256cadec2e1a')
package() {
install -Dm0644 -t "$pkgdir/usr/share/libalpm/hooks/" ${source[0]}
install -Dm0644 -t "$pkgdir/usr/share/libalpm/hooks/" ${source[1]}