summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2019-09-07 09:45:34 +0200
committerhaawda2019-09-07 09:45:34 +0200
commit6c799dcdcac932510c8f5c656a87c842a8a7f126 (patch)
tree9cc1e43dcf3cbb05e181e5b4e529ec133894d140 /PKGBUILD
parent584139b37af3e7694e7539f0a2190c4e83986c62 (diff)
downloadaur-6c799dcdcac932510c8f5c656a87c842a8a7f126.tar.gz
fix download url
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1175bb2709bb..0b9ac539ddd2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=icon
pkgver=951
-pkgrel=5
+pkgrel=6
pkgdesc="The Icon programming language"
url="http://www2.cs.arizona.edu/icon/"
arch=('i686' 'x86_64')
depends=('sh' 'libx11')
makedepends=('libxt')
license=('custom')
-source=("http://www.cs.arizona.edu/icon/ftp/packages/unix/icon-v${pkgver}src.tgz" LICENSE)
+source=("http://www2.cs.arizona.edu/icon/ftp/packages/unix/icon-v${pkgver}src.tgz" LICENSE)
md5sums=('8fdeb7c5408d9d9bf06bc5e7f4f54498'
'46e837548bf46e5b0db662322650eb4f')
build() {