summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDoron Cohen2020-12-23 14:39:43 +0200
committerDoron Cohen2020-12-23 14:39:43 +0200
commit003ad2e6b8bb1330d922c171c873514c2c4df5ce (patch)
tree7268eee273c5ecc721953044e8ee801e7f84993e /PKGBUILD
parentdad2fee256992da97f4c451d1e9b75526c00529f (diff)
downloadaur-003ad2e6b8bb1330d922c171c873514c2c4df5ce.tar.gz
fix sha256 sum
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 31c126b3722b..644bd17dd907 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,14 +8,14 @@ license=("MIT")
arch=("x86_64")
pkgver=0.4.2
-pkgrel=6
+pkgrel=7
provides=("antidot")
conflicts=("antidot")
depends=()
source=("antidot-0.4.2.bin::https://github.com/doron-cohen/antidot/releases/download/v0.4.2/antidot_0.4.2_linux_amd64")
-sha256sums=("7f07bb69eebba10e6f4cf4bd2de6f2feadee202c32ad4381a654a40dfc2014d8")
+sha256sums=("79e48362d5a5b078121b56c31168d649b10269f5f3bfb3161a3513ed627a5d15")
package() {
install -Dm 0755 "$srcdir/antidot-0.4.2.bin" "$pkgdir/usr/bin/antidot"