summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEric Bailey2018-01-03 02:29:07 -0500
committerEric Bailey2018-01-03 02:29:07 -0500
commit3c7af09c78ca1e5b3af7b7c62bde43e7957fa814 (patch)
treee99660793ee26452116fe55df25dd1e5bfdd3bc0 /PKGBUILD
parent93d74e6bf1e02aaa536ad04c7a28aaa8e3a1b6e2 (diff)
downloadaur-3c7af09c78ca1e5b3af7b7c62bde43e7957fa814.tar.gz
fix broken source link
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e70050f3c8d5..7a453d22d129 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,8 +18,8 @@ url="http://ounit.forge.ocamlcore.org"
depends=('ocaml')
makedepends=('ocaml-findlib' 'ocamlbuild')
options=('!strip')
-source=("http://forge.ocamlcore.org/frs/download.php/1258/$_pkgname-$pkgver.tar.gz")
-sha512sums=('e12c8fb534ef88de7a83a34e5a578060a90abfce601d8532408412a56e843f69b89cfd6ce69bd7c5519e9a04e306d46339e9b8f13975727a3458afe20cd776d0')
+source=("http://forge.ocamlcore.org/frs/download.php/1722/$_pkgname-$pkgver.tar.gz")
+sha512sums=('466ec1f691a81e0abd93f698c7328e6db4fa2d617d8f5262d9f18b57ede3d389a3ee122ed7bccc8dff20600826fbbae1d17dd88d7c1329562798792fae54417d')
build() {
cd "$srcdir/$_pkgname-$pkgver"