summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgéballin2023-11-30 23:24:55 +0100
committergéballin2023-11-30 23:24:55 +0100
commitce5380afc010e89f96dd982d123750c506efd7ab (patch)
tree34f31bfd605a6e8f364756d3192e9720cac10a9c /PKGBUILD
parentfcf3756677b8c6ed2b27eeed01ef50a41d535344 (diff)
downloadaur-awale.tar.gz
Correct the source url.
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
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'
)