summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Down2020-05-19 15:47:56 +0100
committerChris Down2020-05-19 15:47:56 +0100
commitb6135cf990c54f6b34e9ac180d1b9e923f041d6f (patch)
tree70c2756b714acc4c95bf99e6fca7ded12a5a35f6
parent27c771af83dc6005326ec330a57fc08fc94ed570 (diff)
downloadaur-b6135cf990c54f6b34e9ac180d1b9e923f041d6f.tar.gz
upgpkg: sshrc 0.6.2-2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c78ce9a3cae..c0619bd66372 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = sshrc
pkgdesc = Bring your .bashrc, .vimrc, etc. from your local workstation when you ssh into a remote box.
pkgver = 0.6.2
- pkgrel = 1
- url = https://github.com/Russell91/sshrc
+ pkgrel = 2
+ url = https://github.com/cdown/sshrc
arch = any
license = MIT
makedepends = git
depends = openssh
conflicts = sshrc-git
- source = https://github.com/Russell91/sshrc/archive/0.6.2.zip
+ source = https://github.com/cdown/sshrc/archive/0.6.2.zip
md5sums = b3bba68b8cb88c9df882040f839583fd
pkgname = sshrc
diff --git a/PKGBUILD b/PKGBUILD
index bb91a32f20cf..899dd02a26e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=sshrc
pkgver=0.6.2
-pkgrel=1
+pkgrel=2
pkgdesc="Bring your .bashrc, .vimrc, etc. from your local workstation when you ssh into a remote box."
arch=('any')
-url="https://github.com/Russell91/sshrc"
+url="https://github.com/cdown/sshrc"
license=('MIT')
depends=('openssh')
makedepends=('git')
-source=("https://github.com/Russell91/sshrc/archive/${pkgver}.zip")
+source=("https://github.com/cdown/sshrc/archive/${pkgver}.zip")
md5sums=('b3bba68b8cb88c9df882040f839583fd')
conflicts=(sshrc-git)