summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGoliathLabs2020-05-18 21:37:47 +0200
committerGoliathLabs2020-05-18 21:37:47 +0200
commite8c42505e6f0b21a96c3f6880c365414396310d9 (patch)
tree2f01ad7e21acc3e567a8dfa9d85fddc6369886d0
parent99b1c74b15677069b6a375f43f91753ab2cbe0b0 (diff)
downloadaur-ocaml-odn.tar.gz
Updated: ocaml 4.10.0 bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e2de74cc37b9..fd8722c77951 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = ocaml-odn
pkgdesc = OCaml data notation
pkgver = 0.0.11
- pkgrel = 1
- url = https://forge.ocamlcore.org/projects/odn
+ pkgrel = 3
+ url = https://github.com/gildor478/ocaml-data-notation
arch = i686
arch = x86_64
license = LGPL
diff --git a/PKGBUILD b/PKGBUILD
index c345b83181bd..da79c7c69747 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
-# Maintainer: Marek Kubica <marek@xivilization.net>
+# Maintainer: Felix Golatofski <contact@xdfr.de>
+# Contributor: Marek Kubica <marek@xivilization.net>
# Contributor: Serge Zirukin <ftrvxmtrx@gmail.com>
# Contributor: Sergei Lebedev <superbobry@gmail.com>
# Contributor: Magnus Therning <magnus@therning.org>
@@ -6,11 +7,10 @@
pkgname=ocaml-odn
_pkgname=ocaml-data-notation
pkgver=0.0.11
-pkgrel=1
+pkgrel=3
pkgdesc="OCaml data notation"
arch=('i686' 'x86_64')
-url="https://forge.ocamlcore.org/projects/odn"
-# LGPL + linking exception
+url="https://github.com/gildor478/ocaml-data-notation"
license=('LGPL')
depends=('ocaml>=3.12' 'ocaml-type-conv>=3.0.4' 'ocaml-fileutils')
makedepends=('ocaml-findlib' 'ocaml-ounit')