Skip to content

Commit

Permalink
Merge branch 'hotfix/0.4.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldotknopf committed Oct 9, 2017
2 parents f31b328 + 52398e5 commit 7114c19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/arch/travis-deploy-arch
Original file line number Diff line number Diff line change
Expand Up @@ -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://[email protected]/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 [email protected]
Expand Down

0 comments on commit 7114c19

Please sign in to comment.