summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrozenCow2015-12-16 22:42:02 +0100
committerFrozenCow2015-12-16 22:42:02 +0100
commitfca90dcad0c5c33bf56add03913725a7c5f67f79 (patch)
tree084d1d148893f7db6e9a78db2cf241fe962eb6a4
parent9c2dcfac7f2f1ba1a65ecc436d3ae1a6efab663e (diff)
downloadaur-fca90dcad0c5c33bf56add03913725a7c5f67f79.tar.gz
added p7zip dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bd9a4db8c973..7ea96704a32d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Dec 15 22:30:27 UTC 2015
+# Wed Dec 16 21:41:54 UTC 2015
pkgbase = itch
pkgdesc = The best way to play itch.io games.
pkgver = 0.8.1
@@ -22,6 +22,7 @@ pkgbase = itch
depends = libxtst
depends = desktop-file-utils
depends = gtk-update-icon-cache
+ depends = p7zip
options = !strip
source = https://github.com/itchio/itch/archive/v0.8.1.tar.gz
sha256sums = 4fcdfeaea692d30590bff4089fe8986492cb324b7020e882e17edf6968021b47
diff --git a/PKGBUILD b/PKGBUILD
index 0267f157b134..aac3b5b929ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('i686' 'x86_64')
url="https://github.com/itchio/itch"
license=('MIT')
-depends=('alsa-lib' 'libnotify' 'nss' 'gconf' 'gtk2' 'libxtst' 'desktop-file-utils' 'gtk-update-icon-cache')
+depends=('alsa-lib' 'libnotify' 'nss' 'gconf' 'gtk2' 'libxtst' 'desktop-file-utils' 'gtk-update-icon-cache' 'p7zip')
makedepends=('nodejs-babel-cli' 'sassc' 'electron' 'nodejs' 'nodejs-grunt-cli')
options=('!strip')
install="itch.install"