summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn K. Luebs2021-12-30 02:29:43 -0600
committerJohn K. Luebs2021-12-30 02:29:43 -0600
commitf8454768d7cf0674bfa95041e65a22a7c51f06fe (patch)
treec874aa3f36ac9403a915000cb2d392c27b118f01
parentda380e52eb51aead6b68144ae06c42494d53c418 (diff)
downloadaur-f8454768d7cf0674bfa95041e65a22a7c51f06fe.tar.gz
prevent Cloudflare captcha wall
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 438c5c1da705..8ed5c09e17fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,9 @@ pkgdesc="Official Dymo supplied Linux Cups drivers for LabelWriter series"
arch=('i686' 'x86_64')
license=('GPL' 'LGPL')
depends=('libcups')
-source=(http://download.dymo.com/Software/Linux/${pkgname}-${_archive_ver}.tar.gz
+makedepends=('wget')
+DLAGENTS=('https::/usr/bin/wget -U Mozilla %u')
+source=(https://download.dymo.com/Software/Linux/${pkgname}-${_archive_ver}.tar.gz
cups-ppd-header.patch cups-2.6-api.patch)
sha256sums=('c60797e7e986ca329f46e9a6ab1cb6382383952b15685ed69fd91f3c7ed64f71'
'3a11eaffc5295e4811721b1bd1e51d79ed5e2c5e7665d4be7fc9ce0579fd2a17'