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 7cf6352cfd6b..b5b329ce43cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sheldon
pkgdesc = A fast and configurable shell plugin manager
- pkgver = 0.6.4
+ pkgver = 0.6.5
pkgrel = 1
url = https://sheldon.cli.rs
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = sheldon
makedepends = rust
makedepends = mdbook-linkcheck
depends = curl
- source = git+https://github.com/rossmacarthur/sheldon.git#commit=34a71135a1aa097da6fedde1b16a0ae222244a46
+ source = git+https://github.com/rossmacarthur/sheldon.git#commit=dca03f43aa9f1188c98697a77c15a1e16cc3a2c3
b2sums = SKIP
pkgname = sheldon
diff --git a/PKGBUILD b/PKGBUILD
index 49ace4cb9eef..78584b4e2f97 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: George Rawlinson <grawlinson@archlinux.org>
pkgname=sheldon
-pkgver=0.6.4
+pkgver=0.6.5
pkgrel=1
pkgdesc="A fast and configurable shell plugin manager"
arch=('x86_64')
@@ -9,7 +9,7 @@ url="https://sheldon.cli.rs"
license=('Apache' 'MIT')
depends=('curl')
makedepends=('git' 'rust' 'mdbook-linkcheck')
-_commit='34a71135a1aa097da6fedde1b16a0ae222244a46'
+_commit='dca03f43aa9f1188c98697a77c15a1e16cc3a2c3'
source=("git+https://github.com/rossmacarthur/sheldon.git#commit=$_commit")
b2sums=('SKIP')