summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordotiful2021-04-21 22:58:30 +0300
committerdotiful2021-04-21 22:58:30 +0300
commitccc1fadf408eb98fddfd116c10986cc8c54b1ea4 (patch)
treea1b8301acc19ce2808e88245a110472095a01c4e
parentf17704a05ec45c03cda5822e7bbfc2392c19789b (diff)
downloadaur-ccc1fadf408eb98fddfd116c10986cc8c54b1ea4.tar.gz
version 0.6.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f07f11691262..a00c5bc00a49 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = sheldon-bin
pkgdesc = A fast, configurable, shell plugin manager
- pkgver = 0.6.0
+ pkgver = 0.6.3
pkgrel = 1
url = https://github.com/rossmacarthur/sheldon
arch = x86_64
license = MIT
- makedepends = cargo
provides = sheldon
- source = sheldon-v0.6.0.tar.gz::https://github.com/rossmacarthur/sheldon/releases/download/0.6.0/sheldon-0.6.0-x86_64-unknown-linux-musl.tar.gz
- sha256sums = 2d9c55670c381daca92a3f5091864a827c34f62819965a0f1e9d9336f52b24c7
+ conflicts = sheldon
+ source = sheldon-v0.6.3.tar.gz::https://github.com/rossmacarthur/sheldon/releases/download/0.6.3/sheldon-0.6.3-x86_64-unknown-linux-musl.tar.gz
+ sha256sums = 37409330e000a962b663034e9adee1dd71738ebffe2af374259668629879faa8
pkgname = sheldon-bin
diff --git a/PKGBUILD b/PKGBUILD
index c01faa05c611..4c99b99e6077 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='sheldon-bin'
_pkgname='sheldon'
-pkgver=0.6.0
+pkgver=0.6.3
pkgrel=1
pkgdesc='A fast, configurable, shell plugin manager '
arch=('x86_64')
@@ -15,7 +15,7 @@ conflicts=('sheldon')
source=(
"${_pkgname}-v${pkgver}.tar.gz::$url/releases/download/${pkgver}/${_pkgname}-${pkgver}-${CARCH}-unknown-linux-musl.tar.gz"
)
-sha256sums=('2d9c55670c381daca92a3f5091864a827c34f62819965a0f1e9d9336f52b24c7')
+sha256sums=('37409330e000a962b663034e9adee1dd71738ebffe2af374259668629879faa8')
package() {
install -Dm755 "${_pkgname}" "$pkgdir/usr/bin/${_pkgname}"