summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfatalis2020-03-18 16:46:48 -0500
committerfatalis2020-03-18 16:46:48 -0500
commit62858b12cc9b8f4b5cff3cff93b680e340135879 (patch)
treee8c63d9d2932da3a31f9c72b22c8af06ec996f88 /PKGBUILD
parent241b27106aaa9e2b5bfa607c6a5d7dcfd00c2807 (diff)
downloadaur-62858b12cc9b8f4b5cff3cff93b680e340135879.tar.gz
fix 3.4 checksum
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 084bf275a88c..534e2754525e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ depends=('libpulse')
url='https://github.com/duncanthrax/scream'
license=('custom:MS-PL')
source=("${url}/archive/${pkgver}.tar.gz")
-sha256sums=('1f24ce794d07eb77579044f3e34454315dfbf8332741c69e1f58aae6982f84f4')
+sha256sums=('3441d38b3a4c76ac4ca883a939542c9cf3701a386356feddba43b40c3a2bdb5e')
build() {
cd "${srcdir}/scream-${pkgver}/Receivers/pulseaudio"