summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgoreleaser2020-12-20 11:05:18 +0000
committergoreleaser2020-12-20 11:05:18 +0000
commit8cc5a49bb110060f15a636538c2e59c3970456d4 (patch)
tree3d4fa883c38e9bf147e0498e9b08f164f32cc4f1
parent53e880473bd87e67674826ac2b40d29d9cad46b5 (diff)
downloadaur-8cc5a49bb110060f15a636538c2e59c3970456d4.tar.gz
Updated to version 0.4.2 release 2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5497a201e29f..7b560d88c0c8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,8 +4,8 @@ pkgbase = antidot-bin
license = MIT
arch = x86_64
pkgver = 0.4.2
- pkgrel = 1
+ pkgrel = 2
source = antidot-0.4.2.bin::https://github.com/doron-cohen/antidot/releases/download/v0.4.2/antidot_v0.4.2_linux_amd64
- sha256sums = e5fe5ab45522c3bac305f9144c590c92174abf3d5ed997203b4d946580d3cf0b
+ sha256sums = b189b0e278028369a1e8c7cd55a43842a1d0f796a3f2d9df891768e7b9e1b3b5
pkgname = antidot-bin
diff --git a/PKGBUILD b/PKGBUILD
index 39fff0f22aeb..ea7022d6ccf0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,14 +8,14 @@ license=("MIT")
arch=("x86_64")
pkgver=0.4.2
-pkgrel=1
+pkgrel=2
provides=("antidot")
conflicts=("antidot")
depends=()
source=("antidot-0.4.2.bin::https://github.com/doron-cohen/antidot/releases/download/v0.4.2/antidot_v0.4.2_linux_amd64")
-sha256sums=("e5fe5ab45522c3bac305f9144c590c92174abf3d5ed997203b4d946580d3cf0b")
+sha256sums=("b189b0e278028369a1e8c7cd55a43842a1d0f796a3f2d9df891768e7b9e1b3b5")
package() {
install -Dm 0755 "$srcdir/antidot-0.4.2.bin" "$pkgdir/usr/bin/antidot"