diff options
author | pyamsoft | 2019-01-13 11:40:14 -0800 |
---|---|---|
committer | pyamsoft | 2019-01-13 11:40:14 -0800 |
commit | 38596d7606c480d2b4686f9d9ee1b5bcc31f93ea (patch) | |
tree | 3abec733cf9b18fd6af8ebc78a1f12525675ba5a | |
parent | 8663a76e13455d87aeb6fb34d455038922e97a6d (diff) | |
download | aur-38596d7606c480d2b4686f9d9ee1b5bcc31f93ea.tar.gz |
Update pkgbuild
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 3 insertions, 4 deletions
@@ -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 @@ -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 |