summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRinasSam2023-09-19 10:41:32 +0300
committerRinasSam2023-09-19 10:41:32 +0300
commit3501306fbff70dc953d1dc5893be2e95401e3815 (patch)
tree3734987c1b00813a7d45945cfec161784711f63c
parent87f18e39b3a272ff7da74b06e282888160933467 (diff)
downloadaur-3501306fbff70dc953d1dc5893be2e95401e3815.tar.gz
Attempt fix
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 38651085a0bd..d23a6aa0a323 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
# Maintainer: RinasSam <samkhaldoon2006@.com>
pkgname=ollydbg-bin
-pkgver=2.01
+pkgver=2.00
pkgrel=1
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)