summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEmixamPP2021-08-04 22:35:37 +0200
committerEmixamPP2021-08-04 22:35:37 +0200
commit610d5727616defb6c1cbf9e185186a60504e6aa6 (patch)
tree802f4d9ad01d94f3325fb441541eda5a4eece347 /PKGBUILD
parent0653f496e7c396573a99c226fc7137eab0fa570e (diff)
downloadaur-610d5727616defb6c1cbf9e185186a60504e6aa6.tar.gz
fix bad sha256sums
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 851b802cbdc9..dd7ab6cf9a81 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,7 +23,7 @@ optdepends=(
'python-pyshark: full configuration setup support'
)
source=("https://github.com/EmixamPP/linux-enable-ir-emitter/archive/refs/tags/${pkgver}.tar.gz")
-sha256sums=('6d52c11ec93efeabc2cc2dc7a43a6624a1f91bac1ce57d9935e8198a4017fe0b')
+sha256sums=('cfdc87dca1a57d9c2aea3b2aac5c1f0c9641f1d3b5dfeb97ff51207aefe80d39')
build() {
cd "${srcdir}/${pkgname}-${pkgver}/sources"