summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRinasSam2022-01-18 11:32:34 +0300
committerRinasSam2022-01-18 11:32:34 +0300
commit9bb914f6761362c695496d57b0a20422917f3f31 (patch)
tree9a8e0155c1919c4d584663768d1f2404c81d4f53
parentb669617a0d2ce35c7b1adfc8efd570dfd4738664 (diff)
downloadaur-9bb914f6761362c695496d57b0a20422917f3f31.tar.gz
Fixed license()
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 83237b73a8d4..553c1eda209e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ 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"
-license=('shareware')
+license=('custom')
depends=(wine)
makedepends=(unzip)
optdepends=('winetricks: download fonts and other Windows components')