summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoréclairevoyant2023-04-07 18:53:17 -0400
committeréclairevoyant2023-04-07 18:53:17 -0400
commitc9512b5835bd838dd6742e2f207c86899b7e9ef0 (patch)
tree75850deda64bd169608fccbbd86f6cf40accff8f
parentf38c257ac488ecfd4e24d6f004579502a34896ba (diff)
downloadaur-c9512b5835bd838dd6742e2f207c86899b7e9ef0.tar.gz
zsh-nix-shell: upgpkg 0.6.0
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD13
2 files changed, 10 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b62f134ab42c..736a09cd3954 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = zsh-nix-shell
- pkgdesc = zsh plugin that lets you use zsh in nix-shell shells
- pkgver = 0.5.0
+ pkgdesc = zsh plugin to use zsh in nix-shell shells
+ pkgver = 0.6.0
pkgrel = 1
url = https://github.com/chisui/zsh-nix-shell
arch = any
license = BSD
depends = zsh
- conflicts = zsh-nix-shell-git
- source = zsh-nix-shell-0.5.0.tar.gz::https://github.com/chisui/zsh-nix-shell/archive/refs/tags/v0.5.0.tar.gz
- sha256sums = ea931422e302c5e54063c2d77c882d32c6e1bc8ea58031652ba55cfd91c5fbb5
+ source = zsh-nix-shell-0.6.0.tar.gz::https://github.com/chisui/zsh-nix-shell/archive/refs/tags/v0.6.0.tar.gz
+ b2sums = 8355cc6c80b902c0dc64570da3b914d2c631dda64f4ba685996063714823135066b7ae727a92efc8a8b8d1de2a6fea9adb7d60cf96fdef4c9b795223b91f51f0
pkgname = zsh-nix-shell
diff --git a/PKGBUILD b/PKGBUILD
index 76f5bcbb6ed3..266d34312ea1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,15 @@
# Maintainer: éclairevoyant
pkgname=zsh-nix-shell
-pkgver=0.5.0
+pkgver=0.6.0
pkgrel=1
-pkgdesc="zsh plugin that lets you use zsh in nix-shell shells"
-arch=('any')
+pkgdesc="zsh plugin to use zsh in nix-shell shells"
+arch=(any)
url="https://github.com/chisui/zsh-nix-shell"
-license=('BSD')
-depends=('zsh')
-conflicts=("$pkgname-git")
+license=(BSD)
+depends=(zsh)
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('ea931422e302c5e54063c2d77c882d32c6e1bc8ea58031652ba55cfd91c5fbb5')
+b2sums=('8355cc6c80b902c0dc64570da3b914d2c631dda64f4ba685996063714823135066b7ae727a92efc8a8b8d1de2a6fea9adb7d60cf96fdef4c9b795223b91f51f0')
package() {
cd $pkgname-$pkgver