summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 80f7d39fb2fc..df15bb251f09 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = bombermaaan-svn
- pkgdesc = A classic Bomberman-like game with multiplayer support
+ pkgdesc = A classic Bomberman-like game with multiplayer support (development version)
pkgver = 1.4.0.658
pkgrel = 1
url = http://bombermaaan.sourceforge.net/
@@ -11,7 +11,7 @@ pkgbase = bombermaaan-svn
depends = sdl_mixer
provides = bombermaaan
conflicts = bombermaaan
- source = bombermaaan::svn+https://svn.code.sf.net/p/bombermaaan/code/trunk
+ source = bombermaaan::svn+http://svn.code.sf.net/p/bombermaaan/code/trunk
source = http://downloads.sourceforge.net/bombermaaan/Bombermaaan_1.4.0.627_20081018_res.tar.gz
source = http://media1.gamefront.com/moddb/2011/02/17/Bombermaan_levels_pack.zip
source = bombermaaan.desktop
diff --git a/PKGBUILD b/PKGBUILD
index 1b38bfae3e00..00de49368600 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _pkgbase=bombermaaan
pkgname=$_pkgbase-svn
pkgver=1.4.0.658
pkgrel=1
-pkgdesc="A classic Bomberman-like game with multiplayer support"
+pkgdesc="A classic Bomberman-like game with multiplayer support (development version)"
arch=('i686' 'x86_64')
url="http://$_pkgbase.sourceforge.net/"
license=('GPL3')
@@ -14,7 +14,7 @@ makedepends=('subversion')
provides=("$_pkgbase")
conflicts=("$_pkgbase")
install=$_pkgbase.install
-source=($_pkgbase::"svn+https://svn.code.sf.net/p/$_pkgbase/code/trunk"
+source=($_pkgbase::"svn+http://svn.code.sf.net/p/$_pkgbase/code/trunk"
"http://downloads.sourceforge.net/$_pkgbase/Bombermaaan_1.4.0.627_20081018_res.tar.gz"
"http://media1.gamefront.com/moddb/2011/02/17/Bombermaan_levels_pack.zip"
"$_pkgbase.desktop")