summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsyncrepo2
1 files changed, 1 insertions, 1 deletions
diff --git a/syncrepo b/syncrepo
index e8c13b8..7d249da 100755
--- a/syncrepo
+++ b/syncrepo
@@ -4,7 +4,7 @@ home="$(dirname "$(readlink -f $0)")"
target="${home}/repo"
tmp="${home}/tmp"
lock='/tmp/mirrorsync.lck'
-source='ftp5.gwdg.de::pub/linux/archlinux/'
+source='pkgbuild.com::packages/'
[ ! -d "${target}" ] && mkdir -p "${target}"
[ ! -d "${tmp}" ] && mkdir -p "${tmp}"