summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 6 insertions, 7 deletions
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