summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormirandir2017-05-25 18:42:29 +0200
committermirandir2017-05-25 18:42:29 +0200
commitbca508145dd2e91ebc5722eaad393e148102b2b9 (patch)
tree9d3f20eb33f8ddfa88b275b5958a363c45230baf
parent39b4c925882b35744ac2879acebb5642202bd911 (diff)
downloadaur-bca508145dd2e91ebc5722eaad393e148102b2b9.tar.gz
Real 1.60 version, source updated.
-rwxr-xr-x.SRCINFO8
-rw-r--r--PKGBUILD14
-rw-r--r--desktop.patch3
3 files changed, 13 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e4d3f54827c..8e286691c45d 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 = 5
+ pkgrel = 6
url = https://github.com/MCMic/jumpnbump
arch = i686
arch = x86_64
@@ -11,12 +11,12 @@ pkgbase = jumpnbump
depends = sdl2_net
optdepends = jumpnbump-levels: more levels for jumpnbump
conflicts = jumpnbump-menu
- source = jumpnbump::git+https://gitlab.com/LibreGames/jumpnbump.git
+ source = https://gitlab.com/LibreGames/jumpnbump/uploads/9f3a356c52f433e3af10f1ef800fce5d/jumpnbump-1.60.tar.xz
source = menu.patch
source = desktop.patch
- sha256sums = SKIP
+ sha256sums = 174891415af2c4db683c657001f83a0efc64a56fafc4ba543709b9d9ff92b655
sha256sums = 824c16bd23e2cac4d5f9f6fc891f915f2fc5b64a2a27bddcc457cf614350fb34
- sha256sums = e8c4fa81af736eca98c49b0e9a36fba79f7bcd5cb1909af30f4e039a5863798c
+ sha256sums = 0290fbb0eaac2aaf4d962e72282889eb6f0655db6918910762739004f9581da0
pkgname = jumpnbump
diff --git a/PKGBUILD b/PKGBUILD
index be2e9f029604..1fd3666b6305 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=jumpnbump
pkgver=1.60
-pkgrel=5
+pkgrel=6
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"
@@ -12,22 +12,22 @@ license=('GPL')
depends=('sdl2' 'sdl2_mixer' 'sdl2_net')
optdepends=('jumpnbump-levels: more levels for jumpnbump')
conflicts=('jumpnbump-menu')
-source=(jumpnbump::git+https://gitlab.com/LibreGames/jumpnbump.git menu.patch desktop.patch)
-sha256sums=('SKIP'
+source=(https://gitlab.com/LibreGames/jumpnbump/uploads/9f3a356c52f433e3af10f1ef800fce5d/jumpnbump-${pkgver}.tar.xz menu.patch desktop.patch)
+sha256sums=('174891415af2c4db683c657001f83a0efc64a56fafc4ba543709b9d9ff92b655'
'824c16bd23e2cac4d5f9f6fc891f915f2fc5b64a2a27bddcc457cf614350fb34'
- 'e8c4fa81af736eca98c49b0e9a36fba79f7bcd5cb1909af30f4e039a5863798c')
+ '0290fbb0eaac2aaf4d962e72282889eb6f0655db6918910762739004f9581da0')
build() {
- cd $srcdir/${pkgname}/menu
+ cd $srcdir/${pkgname}-${pkgver}/menu
patch -p0 < ../../../menu.patch || return 1
- cd "${srcdir}/${pkgname}/"
+ cd "${srcdir}/${pkgname}-${pkgver}/"
make PREFIX=/usr
}
package() {
- cd "${srcdir}/${pkgname}"
+ cd "${srcdir}/${pkgname}-${pkgver}"
make PREFIX="${pkgdir}/usr/" install
cd ${pkgdir}/usr/share/applications/
diff --git a/desktop.patch b/desktop.patch
index 04a2b4bd786c..7de78a86bff8 100644
--- a/desktop.patch
+++ b/desktop.patch
@@ -2,7 +2,8 @@
+++ jumpnbump-menu.desktop 2017-05-21 20:15:00.565445873 +0200
@@ -1,10 +1,10 @@
[Desktop Entry]
- Name=Jump 'n Bump Menu
+-Name=Jump 'n Bump Menu
++Name=Jump 'n Bump
-Comment=Level selection and config menu for the Jump 'n Bump game
+Comment=Jump on your opponents to make them explode
GenericName=Launcher for Jump 'n Bump