summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 68479e722d18..99b8f72b0311 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,15 @@
pkgbase = itch
pkgdesc = The best way to play itch.io games.
pkgver = 1.24.0
- pkgrel = 4
+ pkgrel = 5
epoch = 1
url = https://github.com/itchio/itch
install = itch.install
arch = i686
arch = x86_64
license = MIT
- makedepends = curl
- depends = alsa-lib
depends = libnotify
depends = nss
- depends = gconf
- depends = libxtst
- depends = desktop-file-utils
- depends = gtk-update-icon-cache
depends = libxss
depends = gtk3
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index a1bde4633e9a..b40552f15369 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=itch
pkgver=1.24.0
-pkgrel=4
+pkgrel=5
epoch=1
pkgdesc="The best way to play itch.io games."
@@ -11,8 +11,7 @@ arch=('i686' 'x86_64')
url="https://github.com/itchio/itch"
license=('MIT')
-depends=('alsa-lib' 'libnotify' 'nss' 'gconf' 'libxtst' 'desktop-file-utils' 'gtk-update-icon-cache' 'libxss' 'gtk3')
-makedepends=('curl')
+depends=('libnotify' 'nss' 'libxss' 'gtk3')
options=('!strip')
install="itch.install"