summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD2
-rw-r--r--libretools.install4
2 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index df1eeb7..00369e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ makedepends=(git)
backup=(etc/libretools.conf)
install=libretools.install
source=(libretools.install)
-md5sums=('61815bbb3180710625323d1fba211875')
+md5sums=('c5ad8e8f11db1e1b83bed9334259f937')
_gitroot="http://projects.parabolagnulinux.org/libretools.git"
_gitname="libretools"
diff --git a/libretools.install b/libretools.install
index 6971f67..d2876ff 100644
--- a/libretools.install
+++ b/libretools.install
@@ -14,9 +14,9 @@ You should add this to your ~/.ssh/config file:
# Parabola Host
Host parabola
Port 22
- HostName parabolagnulinux.org
+ HostName repo.parabolagnulinux.org
User parabolavnx
- IdentityFile ~/.ssh/id_dsa
+ IdentityFile ~/.ssh/id_rsa
# End Parabola Host
Edit IdentityFile as needed.