summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorQuentin Glidic2018-03-08 14:39:29 +0100
committerQuentin Glidic2018-03-08 14:39:29 +0100
commit4143d981ec40191e7c94fb7e8907269e0c68e832 (patch)
tree332098cd19f9f96ae0edc6ecf83b3da99576eafb /PKGBUILD
parent92ec8f138cb8a2f095fc283ae918df847fc9d68b (diff)
downloadaur-4143d981ec40191e7c94fb7e8907269e0c68e832.tar.gz
eventd: Fix checksum
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6f9f2c043304..03d41453b2f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=eventd
pkgver=0.24.0
_pkgdir=${pkgname}-${pkgver}
-pkgrel=1
+pkgrel=2
pkgdesc="A small daemon to act on remote or local events"
arch=(
i686
@@ -50,7 +50,7 @@ source=(
https://www.eventd.org/download/${pkgname}/${pkgname}-${pkgver}.tar.xz
)
sha256sums=(
- 668f5a56eb156712181176fc4b4f87cd52de919af6e661504ae9e543b4b226a3
+ d4a3cc34c626a3ce6ebedff8b0c276e0ae7d658968d1f36605b5daa44915e9c7
)
build() {