summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRinasSam2023-09-19 11:07:03 +0300
committerRinasSam2023-09-19 11:07:03 +0300
commit74be7d3b88f5c9ad37f006add974cd9ff2c56d80 (patch)
tree10c685c96e54ab91b654646ffb40c006d0e75749 /PKGBUILD
parent1da1c0664923d1816f8241236c47db19d3e2ecae (diff)
downloadaur-74be7d3b88f5c9ad37f006add974cd9ff2c56d80.tar.gz
Changed https to http
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 2 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 02adf2ad0783..1072e735a351 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,11 @@
# 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 'https::' DLAGENT line in your makepkg.conf before attempting to install this package.
-
pkgname=ollydbg-bin
pkgver=2.01
-pkgrel=2
+pkgrel=3
pkgdesc="OllyDbg is a 32-bit assembler level analysing debugger for Microsoft® Windows®."
arch=(x86_64)
-url="https://www.ollydbg.de/odbg200.zip"
+url="http://www.ollydbg.de/odbg200.zip"
license=('custom')
depends=(wine)
makedepends=(unzip)