summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRinasSam2023-09-19 10:59:52 +0300
committerRinasSam2023-09-19 10:59:52 +0300
commitf5993c4a9bbb8c7d9c9dc7b6ad5eaeeb599be9a2 (patch)
tree6efa9ffccc1066291a280a7549ee513e03c63b97 /PKGBUILD
parent6581a87d8b2d8597a17f0008c0f3a9ece873a497 (diff)
downloadaur-f5993c4a9bbb8c7d9c9dc7b6ad5eaeeb599be9a2.tar.gz
Attempt fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b88c0d4e67b0..07893b584896 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +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.
+# instead of the original 'https::' DLAGENT line in your makepkg.conf before attempting to install this package.
pkgname=ollydbg-bin
pkgver=2.00
-pkgrel=1
-pkgdesc="OllyDbg is 32-bit assembler level analysing debugger for Microsoft® Windows®."
+pkgrel=2
+pkgdesc="OllyDbg is a 32-bit assembler level analysing debugger for Microsoft® Windows®."
arch=(x86_64)
url="https://www.ollydbg.de/odbg200.zip"
license=('custom')