summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormirandir2017-07-09 16:25:45 +0200
committermirandir2017-07-09 16:25:45 +0200
commit6bc914961b3a017e1eff7046d0089d34e1066b22 (patch)
tree1c05da46cee954f605a4344533d8abdda91069d7
parentbca508145dd2e91ebc5722eaad393e148102b2b9 (diff)
downloadaur-6bc914961b3a017e1eff7046d0089d34e1066b22.tar.gz
Added pygtk as dep.
-rwxr-xr-x.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e286691c45d..c34f8e160678 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = jumpnbump
pkgdesc = You, as a bunny, have to jump on your opponents to make them explode. It's a true multiplayer game which can't be played alone. It has network support. This program is a Unix port of the old DOS game by brainchilddesign. SDL2 port.
pkgver = 1.60
- pkgrel = 6
+ pkgrel = 7
url = https://github.com/MCMic/jumpnbump
arch = i686
arch = x86_64
@@ -9,6 +9,7 @@ pkgbase = jumpnbump
depends = sdl2
depends = sdl2_mixer
depends = sdl2_net
+ depends = pygtk
optdepends = jumpnbump-levels: more levels for jumpnbump
conflicts = jumpnbump-menu
source = https://gitlab.com/LibreGames/jumpnbump/uploads/9f3a356c52f433e3af10f1ef800fce5d/jumpnbump-1.60.tar.xz
diff --git a/PKGBUILD b/PKGBUILD
index 1fd3666b6305..da21b4351bd6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=jumpnbump
pkgver=1.60
-pkgrel=6
+pkgrel=7
pkgdesc="You, as a bunny, have to jump on your opponents to make them explode. It's a true multiplayer game which can't be played alone. It has network support. This program is a Unix port of the old DOS game by brainchilddesign. SDL2 port."
arch=('i686' 'x86_64')
url="https://github.com/MCMic/jumpnbump"
license=('GPL')
-depends=('sdl2' 'sdl2_mixer' 'sdl2_net')
+depends=('sdl2' 'sdl2_mixer' 'sdl2_net' 'pygtk')
optdepends=('jumpnbump-levels: more levels for jumpnbump')
conflicts=('jumpnbump-menu')
source=(https://gitlab.com/LibreGames/jumpnbump/uploads/9f3a356c52f433e3af10f1ef800fce5d/jumpnbump-${pkgver}.tar.xz menu.patch desktop.patch)