summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorParagoumba2022-01-15 12:07:44 +0100
committerParagoumba2022-01-15 12:07:44 +0100
commitf107337bd89fbb8a98a04a2240adbf6aec3c0525 (patch)
treeb9dafd22dee7c263d8c21a851d9bdd001383d9f8 /PKGBUILD
parent54dc3d5976e1b1462a36592765bd9b6c92476066 (diff)
downloadaur-itch.tar.gz
Added wine as optdependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 909d6d8c5889..896a8bc289f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=itch
pkgver=1.26.0
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc="The best way to play itch.io games."
@@ -12,6 +12,7 @@ url="https://github.com/itchio/itch"
license=('MIT')
depends=('libnotify' 'nss' 'libxss' 'gtk3')
+optdepends=('wine: launch windows games')
options=('!strip')
install="itch.install"