summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkleintux2022-11-25 09:02:13 +0100
committerkleintux2022-11-25 09:02:13 +0100
commitf5f7bf14fe95543a4509bad5d05afc5f7fd7e9ee (patch)
treece27cda0d2834307de1691555d73234d5fd41567 /PKGBUILD
parentb0ecaba282c5c09e93b608c2d50ebfda6adabdb0 (diff)
downloadaur-f5f7bf14fe95543a4509bad5d05afc5f7fd7e9ee.tar.gz
adopted. fixed source
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 6 insertions, 5 deletions
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')