summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGoliathLabs2020-05-18 21:51:39 +0200
committerGoliathLabs2020-05-18 21:51:39 +0200
commit77de46bcde6f3ced930895b9fc180c39a7fc05ef (patch)
treecccd37a4d19e0c92d9020052a77a0b631b8df882 /PKGBUILD
parentfb22fea022d6a70a22d2ac0f9f659e079a9ef9ab (diff)
downloadaur-ocaml-typerex.tar.gz
Updated: ocaml 4.10.0 bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6cabe6567034..6f8ac161e0d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
# Maintainer: Serge Zirukin <ftrvxmtrx@gmail.com>
pkgname=ocaml-typerex
-pkgver=1.0.1
+pkgver=1.99.7b
+_pkgver=1.99.7-beta
pkgrel=2
pkgdesc="TypeRex is a powerful development environment for OCaml."
arch=("i686" "x86_64")
-url=("http://www.typerex.org/")
+url="http://www.typerex.org/"
license=("GPLv3")
depends=("emacs" "ocaml>=3.11.2")
-source=("http://www.typerex.org/pub/typerex-${pkgver}.tar.gz")
-md5sums=('7a9d91b64041231d7a0fc9cf462f0327')
+source=("https://www.typerex.org/pub/typerex/typerex.${_pkgver}.tar.gz")
+sha256sums=('1a11a2c9ee1663cf91b819eb638549209efa618d0a0b78e2827a8bdd405b2443')
build() {
cd "$srcdir/${pkgname/ocaml-/}-${pkgver}"