summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJon Mayo2023-09-03 10:20:37 -0700
committerJon Mayo2023-09-03 10:20:37 -0700
commitd12a6460530789accb516a2b69053c71d8b3f059 (patch)
tree75e159615b3f814d1bfad9ec92d6ccf39e7526d5 /PKGBUILD
parenteea72dc964e448707a3274c149c53e61c42b8e9d (diff)
downloadaur-jupp.tar.gz
use plain old HTTP until makepkg/curl are fixed
Error seen: curl: (35) OpenSSL/3.1.2: error:0A000102:SSL routines::unsupported protocol ==> ERROR: Can't download https://www.mirbsd.org/MirOS/dist/jupp/joe-3.1jupp41.tgz One work around is to update ~/.makepkg.conf or /etc/makepkg.conf to use wget instead of curl. For example: DLAGENTS=("file::/usr/bin/wget -O %o %u")
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 54be9c840271..581ede4fd0e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,8 +10,7 @@ license=('GPL')
depends=('ncurses')
conflicts=('joe')
backup=('etc/joe/jmacsrc' 'etc/joe/joerc' 'etc/joe/jpicorc' 'etc/joe/jstarrc' 'etc/joe/jupprc' 'etc/joe/rjoerc')
-source=("https://www.mirbsd.org/MirOS/dist/jupp/joe-3.1${pkgname}${pkgver}.tgz")
-# source=("http://pub.allbsd.org/MirOS/dist/jupp/joe-3.1${pkgname}${pkgver}.tgz")
+source=("http://www.mirbsd.org/MirOS/dist/jupp/joe-3.1${pkgname}${pkgver}.tgz")
md5sums=('d7b470142895fe0097915d134b8ea90e')
sha1sums=('9d0df4145af91ab4bb6a32ed987f9d1bf4e62301')