summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rwxr-xr-xPKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 78320f93a2dd..7567f9aa0ba2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = awale
pkgdesc = A free version of the classic african reflexion game.
pkgver = 1.6
- pkgrel = 2
+ pkgrel = 3
url = http://www.nongnu.org/awale/index.html
arch = x86_64
arch = i686
@@ -11,7 +11,7 @@ pkgbase = awale
depends = sdl
depends = tcl
depends = tk
- source = http://http://nongnu.askapache.com/awale/awale-1.6.tar.gz
+ source = http://nongnu.askapache.com/awale/awale-1.6.tar.gz
md5sums = 9e7dcfcc5a658a1c97a7c7e7a679cc33
pkgname = awale
diff --git a/PKGBUILD b/PKGBUILD
index 0e1f3d5423ce..420753dd1f36 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Geballin - Guillaume Ballin <macniaque at free dot fr>
pkgname=awale
pkgver=1.6
-pkgrel=2
+pkgrel=3
pkgdesc="A free version of the classic african reflexion game."
url="http://www.nongnu.org/awale/index.html"
arch=('x86_64' 'i686')
@@ -13,7 +13,7 @@ conflicts=()
replaces=()
backup=()
install=
-source=("http://http://nongnu.askapache.com/awale/${pkgname}-${pkgver}.tar.gz")
+source=("http://nongnu.askapache.com/awale/${pkgname}-${pkgver}.tar.gz")
md5sums=('9e7dcfcc5a658a1c97a7c7e7a679cc33'
)