summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManish Jain2020-10-10 12:26:44 +0530
committerManish Jain2020-10-10 12:26:44 +0530
commitdc99cf6e26c179cd7a097fefa6981ac89aac8360 (patch)
treea9dffe8c00fc7bda7e95aafe20b6eff23e908307
parenta6e66fde6216e95981ec724bbd27a17ef7ad8ec7 (diff)
downloadaur-dc99cf6e26c179cd7a097fefa6981ac89aac8360.tar.gz
switchBashzsh version 1.1 (Fixed README)
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc0745d4738f..20e8e0616bdd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,12 @@
pkgbase = switchbashzsh
- pkgdesc = Portably switching between Bash/Zsh across BSD/Linux/Cygwin
- pkgver = 1.0
+ pkgdesc = Portably switch between Bash and Zsh across BSD/Linux/Cygwin
+ pkgver = 1.1
pkgrel = 1
url = https://github.com/bourne-again/switchBashZsh
arch = any
license = BSD
- provides = poshinit
- replaces = poshinit
- source = switchBashZsh-1.0.tar.gz::https://github.com/bourne-again/switchBashZsh/archive/1.0.tar.gz
- sha256sums = d40f28a0d21105cbd864eca182485455038221384b0cb45f049ac5c47434688e
+ source = switchBashZsh-1.1.tar.gz::https://github.com/bourne-again/switchBashZsh/archive/1.1.tar.gz
+ sha256sums = f8b6fed89627eec3a214b88c5cbd0a5befbf413c186341488995756706dc5f81
pkgname = switchbashzsh
diff --git a/PKGBUILD b/PKGBUILD
index 902592c3709e..0093f8b9b118 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,14 @@
# Maintainer: Manish Jain <bourne.identity@hotmail.com>
pkgname=switchbashzsh
-pkgver=1.0
+pkgver=1.1
pkgrel=1
-pkgdesc="Portably switching between Bash/Zsh across BSD/Linux/Cygwin"
+pkgdesc="Portably switch between Bash and Zsh across BSD/Linux/Cygwin"
arch=(any)
license=('BSD')
url="https://github.com/bourne-again/switchBashZsh"
source=("switchBashZsh-${pkgver}.tar.gz::https://github.com/bourne-again/switchBashZsh/archive/${pkgver}.tar.gz")
-provides=(poshinit)
-replaces=(poshinit)
-
package() {
cd "switchBashZsh-${pkgver}"
@@ -19,4 +16,4 @@ package() {
install -Dm644 switchBashZsh.1 "${pkgdir}"/usr/share/man/man1/switchBashZsh.1
}
-sha256sums=('d40f28a0d21105cbd864eca182485455038221384b0cb45f049ac5c47434688e')
+sha256sums=('f8b6fed89627eec3a214b88c5cbd0a5befbf413c186341488995756706dc5f81')