summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwinlu2022-11-09 20:57:15 +0100
committerwinlu2022-11-09 20:57:15 +0100
commitbdec1b0f896411436f65ca7c374f4229161a137f (patch)
tree77e160b36f9de0578498372a917b9e48e47de640
parent47c913f92e9cdc7a25f82b6f7e932c597128b474 (diff)
downloadaur-rebar3-zsh.tar.gz
update to 3.20.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 552c9dbd9d7c..e84292e889b7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = rebar3-zsh
pkgdesc = ZSH completion for rebar3.
- pkgver = 3.19.0
+ pkgver = 3.20.0
pkgrel = 1
url = https://github.com/erlang/rebar3
arch = any
license = APACHE
depends = zsh
depends = rebar3
- source = _rebar3_3.19.0::https://raw.githubusercontent.com/erlang/rebar3/3.19.0/priv/shell-completion/zsh/_rebar3
+ source = _rebar3_3.20.0::https://raw.githubusercontent.com/erlang/rebar3/3.20.0/apps/rebar/priv/shell-completion/zsh/_rebar3
md5sums = 0ea7182cab18aa959376a0a9993f6f13
pkgname = rebar3-zsh
diff --git a/PKGBUILD b/PKGBUILD
index 85987d4c57bd..18b2c3bc2b8e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: winlu <derwinlu@gmail.com>
pkgname=rebar3-zsh
-pkgver=3.19.0
+pkgver=3.20.0
pkgrel=1
pkgdesc="ZSH completion for rebar3."
arch=('any')
@@ -10,7 +10,7 @@ url="https://github.com/erlang/rebar3"
license=('APACHE')
depends=('zsh' 'rebar3')
_filename="_rebar3_${pkgver}"
-source=("${_filename}::https://raw.githubusercontent.com/erlang/rebar3/${pkgver}/priv/shell-completion/zsh/_rebar3")
+source=("${_filename}::https://raw.githubusercontent.com/erlang/rebar3/${pkgver}/apps/rebar/priv/shell-completion/zsh/_rebar3")
md5sums=('0ea7182cab18aa959376a0a9993f6f13')
package() {