summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormirandir2020-04-02 12:49:34 +0200
committermirandir2020-04-02 12:49:34 +0200
commit1006435575e9271df50147c181822b5badf62916 (patch)
treec7c03c0edf757d01b727deccc41488226f27eaac
parent887ce6ff31c12d88ceaa50954639cff10db904ba (diff)
downloadaur-1006435575e9271df50147c181822b5badf62916.tar.gz
Updated dependencies
-rwxr-xr-x.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 94e5fe3f81db..f0aaf555a1ff 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.61
- pkgrel = 1
+ pkgrel = 2
url = https://libregames.gitlab.io/jumpnbump/
arch = i686
arch = x86_64
@@ -9,7 +9,9 @@ pkgbase = jumpnbump
depends = sdl2
depends = sdl2_mixer
depends = sdl2_net
- depends = pygtk
+ depends = gtk3
+ depends = python
+ depends = python-gobject
optdepends = jumpnbump-levels: more levels for jumpnbump
conflicts = jumpnbump-menu
source = https://gitlab.com/LibreGames/jumpnbump/uploads/95acdae2a232513f068e260977371dcf/jumpnbump-1.61.tar.xz
diff --git a/PKGBUILD b/PKGBUILD
index b3b050b2817a..302f5b8d0a93 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=jumpnbump
pkgver=1.61
-pkgrel=1
+pkgrel=2
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://libregames.gitlab.io/jumpnbump/"
license=('GPL')
-depends=('sdl2' 'sdl2_mixer' 'sdl2_net' 'pygtk')
+depends=('sdl2' 'sdl2_mixer' 'sdl2_net' 'gtk3' 'python' 'python-gobject')
optdepends=('jumpnbump-levels: more levels for jumpnbump')
conflicts=('jumpnbump-menu')
source=(https://gitlab.com/LibreGames/jumpnbump/uploads/95acdae2a232513f068e260977371dcf/jumpnbump-${pkgver}.tar.xz menu.patch desktop.patch)