summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarcel Korpel2017-01-11 17:38:42 +0100
committerMarcel Korpel2017-01-11 17:38:42 +0100
commit232f11e0683d50e6ee397983277ab5bc31a6029e (patch)
tree1cdd487069274e5e91bd61eec740eb32075f550f /PKGBUILD
parent2d2e19b940db522dbf998aa6fe3e474d4cc4dd91 (diff)
downloadaur-232f11e0683d50e6ee397983277ab5bc31a6029e.tar.gz
Resolve https downloading issue
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 6 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2fdffc1485a7..c949a85bdbfc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,11 @@
# Maintainer: Marcel Korpel <marcel[dot]korpel[at]gmail>
# Contributor: Tammer Ibrahim <t at tammeri dot net>
+DLAGENTS=(
+ 'http::/usr/bin/curl --insecure -fLC - --retry 3 --retry-delay 3 -o %o %u'
+ 'https::/usr/bin/curl -fLC - --retry 3 --retry-delay 3 -o %o %u'
+)
+
pkgname=ttf-courier-prime
pkgver=1.203
pkgrel=2
@@ -9,7 +14,7 @@ arch=('any')
url='http://quoteunquoteapps.com/courierprime/'
license=('custom')
depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
-install=$pkgname.install
+#install=$pkgname.install
source=('http://quoteunquoteapps.com/downloads/courier-prime.zip'
'http://quoteunquoteapps.com/downloads/courier-sans.zip'
'http://quoteunquoteapps.com/downloads/courier-code.zip')