summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRinasSam2023-09-19 10:53:59 +0300
committerRinasSam2023-09-19 10:53:59 +0300
commit6581a87d8b2d8597a17f0008c0f3a9ece873a497 (patch)
treec6bb02f5c87bacfeb2f6156d292e88dba7bce8a2 /PKGBUILD
parent213a0eaeb46e736f7316983cccb60ab19539ea97 (diff)
downloadaur-6581a87d8b2d8597a17f0008c0f3a9ece873a497.tar.gz
Attempt fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 6 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 90980922bdde..b88c0d4e67b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,13 @@
# Maintainer: RinasSam <rinassam@duck.com>
+# Curl fails to download this package. Wget must be specified as the DLAGENT in makepkg.conf.
+# To do that, add 'https::/usr/bin/wget -q --show-progress -t 3 --waitretry=3 --no-check-certificate -O %o %u'
+# instead of the original line in your makepkg.conf before attempting to install this package.
+
+
pkgname=ollydbg-bin
pkgver=2.00
pkgrel=1
-pkgdesc="OllyDbg is a 32-bit assembler level analysing debugger for Microsoft® Windows®."
+pkgdesc="OllyDbg is 32-bit assembler level analysing debugger for Microsoft® Windows®."
arch=(x86_64)
url="https://www.ollydbg.de/odbg200.zip"
license=('custom')