summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpyamsoft2019-01-13 11:40:14 -0800
committerpyamsoft2019-01-13 11:40:14 -0800
commit38596d7606c480d2b4686f9d9ee1b5bcc31f93ea (patch)
tree3abec733cf9b18fd6af8ebc78a1f12525675ba5a
parent8663a76e13455d87aeb6fb34d455038922e97a6d (diff)
downloadaur-38596d7606c480d2b4686f9d9ee1b5bcc31f93ea.tar.gz
Update pkgbuild
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 993ce6500b06..3808c27d193f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = git-ssh-git
pkgdesc = A wrapper around git to work with multiple SSH keys
- pkgver = r214.bb0cefa
+ pkgver = r227.bbe6609
pkgrel = 1
url = https://github.com/pyamsoft/git-ssh.git
install = git-ssh.install
@@ -10,7 +10,6 @@ pkgbase = git-ssh-git
depends = git
depends = python
depends = python-setuptools
- depends = python-sh
provides = git-ssh
conflicts = git-ssh
source = git-ssh::git+https://github.com/pyamsoft/git-ssh.git#branch=master
diff --git a/PKGBUILD b/PKGBUILD
index d8fa6133eae8..99f148b14525 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgname=git-ssh-git
# shellcheck disable=SC2034
pkgdesc="A wrapper around git to work with multiple SSH keys"
# shellcheck disable=SC2034
-pkgver=r214.bb0cefa
+pkgver=r227.bbe6609
# shellcheck disable=SC2034
pkgrel=1
# shellcheck disable=SC2034
@@ -16,7 +16,7 @@ arch=('any')
# shellcheck disable=SC2034
makedepends=('git')
# shellcheck disable=SC2034
-depends=('git' 'python' 'python-setuptools' 'python-sh')
+depends=('git' 'python' 'python-setuptools')
# shellcheck disable=SC2034
optdepends=()
# shellcheck disable=SC2034