From 52398e5efe40ed710dc7cbc15e3f62cfdc62d539 Mon Sep 17 00:00:00 2001 From: Paul Knopf Date: Sun, 8 Oct 2017 22:21:15 -0500 Subject: [PATCH] Oops, wrong spot. --- scripts/arch/travis-deploy-arch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/arch/travis-deploy-arch b/scripts/arch/travis-deploy-arch index 7cc1670..a724565 100755 --- a/scripts/arch/travis-deploy-arch +++ b/scripts/arch/travis-deploy-arch @@ -11,11 +11,11 @@ PACKAGE_VERSION=`echo "${TRAVIS_TAG}" | sed s/.//1` echo Updating PKGBUILD for $PACKAGE_VERSION... +ssh-keyscan aur.archlinux.org >> ~/.ssh/known_hosts git clone ssh://aur@aur.archlinux.org/darch.git $DIRNAME/aur cd $DIRNAME/aur -ssh-keyscan aur.archlinux.org >> ~/.ssh/known_hosts openssl aes-256-cbc -K $encrypted_006e19af42e6_key -iv $encrypted_006e19af42e6_iv -in arch.key.enc -out arch.key -d ssh-add arch.key git config user.email pauldotknopf@gmail.com