summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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)