summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakob Gahde2018-10-04 16:16:32 +0200
committerJakob Gahde2018-10-04 16:16:32 +0200
commit16b7a7f6d2b299099d59e74409cdac60fce3aa0e (patch)
tree1d58b30435ff56e960f471f91d2cd2fd7298130a
parentc94f38cb0c250849e25d5f4a96518e8a2172c4fe (diff)
downloadaur-16b7a7f6d2b299099d59e74409cdac60fce3aa0e.tar.gz
ocaml-migrate-parsetree 1.1.0-1: New version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aba07bd2047e..3b9124c3cd7b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Wed Jun 27 18:42:46 UTC 2018
pkgbase = ocaml-migrate-parsetree
pkgdesc = Convert OCaml parsetrees between different versions
- pkgver = 1.0.11
+ pkgver = 1.1.0
pkgrel = 1
url = https://github.com/ocaml-ppx/ocaml-migrate-parsetree
arch = i686
@@ -15,8 +13,8 @@ pkgbase = ocaml-migrate-parsetree
depends = ocaml-result
optdepends = ocamlbuild: For ocamlbuild plugin
options = !strip
- source = https://github.com/ocaml-ppx/ocaml-migrate-parsetree/archive/v1.0.11.tar.gz
- md5sums = f795da10d8c4982f7a48a50b10a99b24
+ source = https://github.com/ocaml-ppx/ocaml-migrate-parsetree/releases/download/v1.1.0/ocaml-migrate-parsetree-1.1.0.tbz
+ sha512sums = 23c61d1eae05d5090712038d58c807f2959172d37b0eaf0e43ed6f3fe9a7b52390ebace173350abb47bc3be17be5659f9a6d8751ae6e0794f540780a58711d01
pkgname = ocaml-migrate-parsetree
diff --git a/PKGBUILD b/PKGBUILD
index 18bb1048e1da..fd42d738488d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jakob Gahde <j5lx@fmail.co.uk>
pkgname=ocaml-migrate-parsetree
-pkgver=1.0.11
+pkgver=1.1.0
pkgrel=1
pkgdesc="Convert OCaml parsetrees between different versions"
arch=('i686' 'x86_64')
@@ -11,8 +11,8 @@ depends=('ocaml' 'ocaml-result')
optdepends=('ocamlbuild: For ocamlbuild plugin')
makedepends=('ocaml-findlib' 'dune' 'ocamlbuild')
options=('!strip')
-source=("https://github.com/ocaml-ppx/${pkgname}/archive/v${pkgver}.tar.gz")
-md5sums=('f795da10d8c4982f7a48a50b10a99b24')
+source=("https://github.com/ocaml-ppx/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tbz")
+sha512sums=('23c61d1eae05d5090712038d58c807f2959172d37b0eaf0e43ed6f3fe9a7b52390ebace173350abb47bc3be17be5659f9a6d8751ae6e0794f540780a58711d01')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"