summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf6795663fe3..0ed71017348d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,8 +4,8 @@ pkgbase = antidot-bin
license = MIT
arch = x86_64
pkgver = 0.5.0
- pkgrel = 5
+ pkgrel = 6
source = antidot-0.5.0.bin::https://github.com/doron-cohen/antidot/releases/download/v0.5.0/antidot_0.5.0_linux_amd64
- sha256sums = 8e6231ab542621b4f30bca03856c04a3b0911aec36f0080e6972aa4e211cc1b7
+ sha256sums = 1f2ea4b8fbca1bbac5483dc47dfd5695723176452bc1eecf0e9a9bc71c4fef9a
pkgname = antidot-bin
diff --git a/PKGBUILD b/PKGBUILD
index a3211a3a4b12..c239c91c14a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,14 +8,14 @@ license=("MIT")
arch=("x86_64")
pkgver=0.5.0
-pkgrel=5
+pkgrel=6
provides=("antidot")
conflicts=("antidot")
depends=()
source=("antidot-0.5.0.bin::https://github.com/doron-cohen/antidot/releases/download/v0.5.0/antidot_0.5.0_linux_amd64")
-sha256sums=("8e6231ab542621b4f30bca03856c04a3b0911aec36f0080e6972aa4e211cc1b7")
+sha256sums=("1f2ea4b8fbca1bbac5483dc47dfd5695723176452bc1eecf0e9a9bc71c4fef9a")
package() {
install -Dm 0755 "$srcdir/antidot-0.5.0.bin" "$pkgdir/usr/bin/antidot"