summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpyamsoft2020-06-13 22:39:32 -0700
committerpyamsoft2020-06-13 22:39:32 -0700
commitf37289baaa57bc9b48b7371188d5ca2a6cfa3e25 (patch)
tree552db1c7207d32a56ffe89d07562245c5d45d682 /PKGBUILD
parentb565a64e57a29a076ea7ecb9484441f5125d4a55 (diff)
downloadaur-f37289baaa57bc9b48b7371188d5ca2a6cfa3e25.tar.gz
Update PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ab5d1ff425f3..e213c39995ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
##
-# Maintainer: pyamsoft <pyam(dot)soft(at)gmail(dot)com>
+# Maintainer: pyamsoft <developer(dot)pyamsoft(at)gmail(dot)com>
##
_gitname=git-ssh
@@ -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=r234.2687dd3
+pkgver=r255.c72efd3
# shellcheck disable=SC2034
pkgrel=1
# shellcheck disable=SC2034
@@ -36,7 +36,7 @@ url="https://github.com/pyamsoft/git-ssh.git"
# shellcheck disable=SC2034
sha256sums=('SKIP')
# shellcheck disable=SC2034
-source=("${_gitname}::git+${url}#branch=master")
+source=("${_gitname}::git+${url}#branch=main")
###############################################################################