summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorParagoumba2022-01-15 12:07:44 +0100
committerParagoumba2022-01-15 12:07:44 +0100
commitf107337bd89fbb8a98a04a2240adbf6aec3c0525 (patch)
treeb9dafd22dee7c263d8c21a851d9bdd001383d9f8
parent54dc3d5976e1b1462a36592765bd9b6c92476066 (diff)
downloadaur-itch.tar.gz
Added wine as optdependency
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 25b0660addab..77c8404d067a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = itch
pkgdesc = The best way to play itch.io games.
pkgver = 1.26.0
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://github.com/itchio/itch
install = itch.install
@@ -12,6 +12,7 @@ pkgbase = itch
depends = nss
depends = libxss
depends = gtk3
+ optdepends = wine: launch windows games
options = !strip
source = https://github.com/itchio/itch/archive/v25.5.1.tar.gz
source = itch-setup::https://broth.itch.ovh/itch-setup/linux-amd64/1.26.0/unpacked/default
@@ -19,4 +20,3 @@ pkgbase = itch
sha256sums = c7a13db7234ca908bcfb60ed5369b5c02b0a795e5e5490f68eeacb5a637a2162
pkgname = itch
-
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"