summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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)