summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSanskritFritz2021-01-01 22:32:26 +0100
committerSanskritFritz2021-01-01 22:32:26 +0100
commita4677017005de7c314eaa7e406760e790f880285 (patch)
tree4a892ebda015d74c0d39690829818b22b8fcd668
parentbb327c25028c90f4e585d3ad9b8f0c0991f32d3c (diff)
downloadaur-a4677017005de7c314eaa7e406760e790f880285.tar.gz
Homepage seems to have disappeared forever.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c8f4c6e8c60..a771b4ab868d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,8 @@
-# Generated by mksrcinfo v8
-# Wed Mar 22 00:48:17 UTC 2017
pkgbase = bubble-chains
pkgdesc = A 2d arcade-puzzle game. The aim is to collect chains of same-color bubbles, and to destroy all the target items.
pkgver = 0.1.1
- pkgrel = 7
- url = http://bubble-chains.sintegrial.com/
+ pkgrel = 8
+ url = https://github.com/SanskritFritz/bubble-chains
arch = i686
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 88437ef2bddd..dd99e2c9a5d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,15 @@
pkgname=bubble-chains
#_pkgname=chains
pkgver=0.1.1
-pkgrel=7
+pkgrel=8
pkgdesc="A 2d arcade-puzzle game. The aim is to collect chains of same-color bubbles, and to destroy all the target items."
arch=('i686' 'x86_64')
-url="http://bubble-chains.sintegrial.com/"
+# url="http://bubble-chains.sintegrial.com/"
+url="https://github.com/SanskritFritz/bubble-chains"
license=('GPL3')
depends=('qt4' 'sdl_mixer' 'libgl')
optdepends=('timidity++: for enabling music')
-#source=(http://bubble-chains.sintegrial.com/get.php?file=chains_src ${_pkgname}.desktop ${_pkgname}.png)
+# source=(http://bubble-chains.sintegrial.com/get.php?file=chains_src ${_pkgname}.desktop ${_pkgname}.png)
source=("https://github.com/SanskritFritz/bubble-chains/archive/$pkgver.tar.gz"
"${pkgname}.desktop" "${pkgname}.png")