summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoroli2015-07-01 22:21:14 +0200
committeroli2015-07-01 22:21:14 +0200
commit2054069de166306c67393fdf242365983c874b75 (patch)
tree01b0ad03dd4c27b2cd2ea2d466244d10a1ce2183 /PKGBUILD
parentd4a649efbd7e6b921528dfca17b0dca244db3732 (diff)
downloadaur-2054069de166306c67393fdf242365983c874b75.tar.gz
fixed url
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 341dbb52704e..9195cb868b5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=scrabble3d
pkgver=3.1.2_1
-pkgrel=1
+pkgrel=2
pkgdesc="Highly customizable Scrabble game (classic, SuperScrabble, 3D games)"
depends=(gtk2)
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ if [ "${CARCH}" = 'i686' ]
else
_arch=x86_64
fi
-url="http://scrabble.game-server.cc/wiki"
+url="http://scrabble.sourceforge.net/wiki/"
license=('GPL')
source=(http://downloads.sourceforge.net/project/scrabble/Main_Program/Linux/Scrabble3D-${_arch}.deb)