summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGoliathLabs2020-05-18 21:51:39 +0200
committerGoliathLabs2020-05-18 21:51:39 +0200
commit77de46bcde6f3ced930895b9fc180c39a7fc05ef (patch)
treecccd37a4d19e0c92d9020052a77a0b631b8df882
parentfb22fea022d6a70a22d2ac0f9f659e079a9ef9ab (diff)
downloadaur-77de46bcde6f3ced930895b9fc180c39a7fc05ef.tar.gz
Updated: ocaml 4.10.0 bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4570a04e52d9..9d6d5e07fd32 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ocaml-typerex
pkgdesc = TypeRex is a powerful development environment for OCaml.
- pkgver = 1.0.1
+ pkgver = 1.99.7b
pkgrel = 2
url = http://www.typerex.org/
arch = i686
@@ -8,8 +8,8 @@ pkgbase = ocaml-typerex
license = GPLv3
depends = emacs
depends = ocaml>=3.11.2
- source = http://www.typerex.org/pub/typerex-1.0.1.tar.gz
- md5sums = 7a9d91b64041231d7a0fc9cf462f0327
+ source = https://www.typerex.org/pub/typerex/typerex.1.99.7-beta.tar.gz
+ sha256sums = 1a11a2c9ee1663cf91b819eb638549209efa618d0a0b78e2827a8bdd405b2443
pkgname = ocaml-typerex
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}"