summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarsten Teibes2014-03-04 17:45:33 +0100
committerCarsten Teibes2014-03-04 17:45:33 +0100
commit41ac4c8ba8777c06575665e5e670e1aaecc78d7b (patch)
treebd5e66aa16ee2e8fdbc5938d292e29cbaa637043 /PKGBUILD
parent602beea2da4fe382531e540991d2b94dcd4023d6 (diff)
downloadaur-bombermaaan-svn.tar.gz
[fix] Correct sourceforge repository URL, description
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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")