summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Dewar2021-02-12 08:13:20 +0000
committerAlex Dewar2021-02-12 08:13:20 +0000
commit27482f74f97f99107ff1f2af84bae6e312c1b02f (patch)
treec1c85e4636b1cb8f681894e833c023c7de86d803
parent67f36d82d6ea65104a38a03a70320f37930413f4 (diff)
downloadaur-27482f74f97f99107ff1f2af84bae6e312c1b02f.tar.gz
v0.6.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a87f56c4dc9..0513653f0de6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = antidot-bin
pkgdesc = Cleans up your $HOME from those pesky dotfiles
- pkgver = 0.5.0
- pkgrel = 7
+ pkgver = 0.6.0
+ pkgrel = 1
url = https://github.com/doron-cohen/antidot
arch = x86_64
license = MIT
provides = antidot
conflicts = antidot
- source = antidot-0.5.0.bin::https://github.com/doron-cohen/antidot/releases/download/v0.5.0/antidot_0.5.0_Linux_x86_64.tar.gz
- sha256sums = 1f2ea4b8fbca1bbac5483dc47dfd5695723176452bc1eecf0e9a9bc71c4fef9a
+ source = https://github.com/doron-cohen/antidot/releases/download/v0.6.0/antidot_0.6.0_Linux_x86_64.tar.gz
+ sha256sums = e7f4fb4b236678479d25cd95ad37448fe9e65e3e67590c14f951227cb98c8b87
pkgname = antidot-bin
diff --git a/PKGBUILD b/PKGBUILD
index 82496a445dd6..f7daa62e2058 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,15 +7,15 @@ url="https://github.com/doron-cohen/antidot"
license=("MIT")
arch=("x86_64")
-pkgver=0.5.0
-pkgrel=7
+pkgver=0.6.0
+pkgrel=1
provides=("antidot")
conflicts=("antidot")
depends=()
-source=("$url/releases/download/v0.5.0/antidot_0.5.0_Linux_x86_64.tar.gz")
-sha256sums=('1f2ea4b8fbca1bbac5483dc47dfd5695723176452bc1eecf0e9a9bc71c4fef9a')
+source=("$url/releases/download/v$pkgver/antidot_${pkgver}_Linux_x86_64.tar.gz")
+sha256sums=('e7f4fb4b236678479d25cd95ad37448fe9e65e3e67590c14f951227cb98c8b87')
package() {
install -Dm 0755 "$srcdir/antidot" "$pkgdir/usr/bin/antidot"