summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD11
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ff292d7d325..55529bf4407c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,17 @@
pkgbase = supersonicball
pkgdesc = The crazy ball tunnel game
pkgver = 0.9.2
- pkgrel = 1
- url = http://julosoft.net/supersonicball/
+ pkgrel = 2
+ url = https://github.com/juju2143/supersonicball
arch = any
- license = GPL
+ license = GPL3
makedepends = unzip
depends = love
source = supersonicball.sh
source = supersonicball.desktop
- source = http://files.julosoft.net/supersonicball-0.9.2.love
+ source = https://github.com/juju2143/supersonicball/releases/download/0.9.2/supersonicball-0.9.2.love
sha1sums = 4515bad415633fce6174e54a871454c26af1848b
sha1sums = 1683f7d1827a28eefc8ff311e8bf59630a4837fc
sha1sums = 040f1c841e6147cfc7dfbb37e2494b2933549cfe
pkgname = supersonicball
-
diff --git a/PKGBUILD b/PKGBUILD
index b0c6c3447a71..58179f7a8816 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,18 @@
-# Maintainer: Julien Savard <juju2143@gmail.com>
+# Maintainer: kleintux <reg-archlinux AT klein DOT tuxli DOT ch>
+# Contributor: Julien Savard <juju2143@gmail.com>
pkgname=supersonicball
pkgver=0.9.2
-pkgrel=1
+pkgrel=2
pkgdesc="The crazy ball tunnel game"
arch=('any')
-url="http://julosoft.net/supersonicball/"
-license=('GPL')
+url="https://github.com/juju2143/supersonicball"
+license=('GPL3')
depends=('love')
makedepends=('unzip')
source=(${pkgname}.sh
${pkgname}.desktop
- http://files.julosoft.net/${pkgname}-${pkgver}.love)
+ https://github.com/juju2143/supersonicball/releases/download/${pkgver}/${pkgname}-${pkgver}.love)
sha1sums=('4515bad415633fce6174e54a871454c26af1848b'
'1683f7d1827a28eefc8ff311e8bf59630a4837fc'
'040f1c841e6147cfc7dfbb37e2494b2933549cfe')