summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWorMzy Tykashi2021-01-19 10:14:01 +0000
committerWorMzy Tykashi2021-01-19 10:14:01 +0000
commitc27814ded10daf93ebae5b05d6f236a2f4083aa8 (patch)
tree53a0627f5ed9f4e9fe3d73b02a4f408834a1895e
parentd167e0c5c6a17a13104bc0df9da31d6f3856993a (diff)
downloadaur-c27814ded10daf93ebae5b05d6f236a2f4083aa8.tar.gz
Add note about certs
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 40bccc5d75ca..632111f80ca9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = abiword-gtk2
pkgdesc = Fully-featured word processor, GTk2, No plugins, Lite version
pkgver = 3.0.4
pkgrel = 1
- url = http://www.abisource.com
+ url = https://www.abisource.com
arch = i686
arch = x86_64
license = GPL
@@ -16,7 +16,7 @@ pkgbase = abiword-gtk2
depends = libxslt
conflicts = abiword
conflicts = abiword-plugins
- source = abiword-3.0.4.tar.gz::http://abisource.com/downloads/abiword/3.0.4/source/abiword-3.0.4.tar.gz
+ source = abiword-3.0.4.tar.gz::https://abisource.com/downloads/abiword/3.0.4/source/abiword-3.0.4.tar.gz
source = enchant-2.patch
sha256sums = e93096cb192e5bc19d62e180fc5eda643206465315a710113ae5036bc2a1a5d7
sha256sums = f510f4df2cf597f5493f52ce855b4209628d7622b03532c2ef221f8b7032a349
diff --git a/PKGBUILD b/PKGBUILD
index c5a81d62f4e5..93ec2b608238 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,6 +12,9 @@ depends=('fribidi' 'wv' 'librsvg' 'enchant' 'desktop-file-utils' 'gtk2' 'libxslt
makedepends=('boost')
conflicts=('abiword' 'abiword-plugins')
url='https://www.abisource.com'
+# At time of writing, the abiword website has broken https (but redirects http->https)
+# Download manually with:
+# curl -O -L -k https://abisource.com/downloads/abiword/3.0.4/source/abiword-3.0.4.tar.gz
source=("$_pkgname-$pkgver.tar.gz::https://abisource.com/downloads/$_pkgname/$pkgver/source/$_pkgname-$pkgver.tar.gz"
enchant-2.patch)
sha256sums=('e93096cb192e5bc19d62e180fc5eda643206465315a710113ae5036bc2a1a5d7'