summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoréclairevoyant2023-05-21 15:30:54 -0400
committeréclairevoyant2023-05-21 15:30:54 -0400
commit7992ff022f11650034b527ed0e87812e5b68d57f (patch)
tree83f3c41f514d882a6343429596bc0b08668eff76
parentc9512b5835bd838dd6742e2f207c86899b7e9ef0 (diff)
downloadaur-7992ff022f11650034b527ed0e87812e5b68d57f.tar.gz
zsh-nix-shell: upgpkg 0.7.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 736a09cd3954..6c0da94b50a5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = zsh-nix-shell
pkgdesc = zsh plugin to use zsh in nix-shell shells
- pkgver = 0.6.0
+ pkgver = 0.7.0
pkgrel = 1
url = https://github.com/chisui/zsh-nix-shell
arch = any
license = BSD
depends = zsh
- source = zsh-nix-shell-0.6.0.tar.gz::https://github.com/chisui/zsh-nix-shell/archive/refs/tags/v0.6.0.tar.gz
+ source = zsh-nix-shell-0.7.0.tar.gz::https://github.com/chisui/zsh-nix-shell/archive/refs/tags/v0.7.0.tar.gz
b2sums = 8355cc6c80b902c0dc64570da3b914d2c631dda64f4ba685996063714823135066b7ae727a92efc8a8b8d1de2a6fea9adb7d60cf96fdef4c9b795223b91f51f0
pkgname = zsh-nix-shell
diff --git a/PKGBUILD b/PKGBUILD
index 266d34312ea1..6ac283c81608 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: éclairevoyant
pkgname=zsh-nix-shell
-pkgver=0.6.0
+pkgver=0.7.0
pkgrel=1
pkgdesc="zsh plugin to use zsh in nix-shell shells"
arch=(any)
@@ -15,7 +15,7 @@ package() {
cd $pkgname-$pkgver
install -Dm644 nix-shell.plugin.zsh -t "$pkgdir/usr/share/zsh/plugins/$pkgname/"
- install -Dm755 ./scripts/buildShellShim -t "$pkgdir/usr/share/zsh/plugins/$pkgname/scripts/"
+ install -Dm755 scripts/buildShellShim -t "$pkgdir/usr/share/zsh/plugins/$pkgname/scripts/"
install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
}