summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGoliathLabs2020-05-18 21:19:49 +0200
committerGoliathLabs2020-05-18 21:19:49 +0200
commit226de3edbe0df06bc7a137a188585f8b560c919e (patch)
tree9af43da88b0d3bed15752b829d657e6d798b180a
parent4981f0ae5ac584adfe17b9ea6a8b6edc99b6c4b2 (diff)
downloadaur-226de3edbe0df06bc7a137a188585f8b560c919e.tar.gz
Updated: 2.2.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD11
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fada9bfe3df2..be5039865d92 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-atd
pkgver = 2.2.1
- pkgrel = 1
- url = https://github.com/mjambon/atd
+ pkgrel = 2
+ url = https://github.com/ahrefs/atd
arch = i686
arch = x86_64
license = BSD
@@ -16,7 +16,7 @@ pkgbase = ocaml-atd
depends = ocaml-yojson
depends = ocaml-re
options = !strip
- source = https://github.com/mjambon/atd/archive/2.2.1.tar.gz
+ source = https://github.com/ahrefs/atd/archive/2.2.1.tar.gz
md5sums = c4120ec4dd6a54d5c04a6b9d6ec942b3
pkgname = ocaml-atd
diff --git a/PKGBUILD b/PKGBUILD
index 6295660b055e..4d752b52412e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
-# Maintainer: Sean Anderson <seanga2@gmail.com>
+# Maintainer: Felix Golatofski <contact@xdfr.de>
+# Contributor: Sean Anderson <seanga2@gmail.com>
+
pkgname=('ocaml-atd' 'ocaml-atdgen' 'ocaml-atdgen-runtime' 'ocaml-atdgen-codec-runtime')
_oname=atd
pkgver=2.2.1
-pkgrel=1
-pkgdesc=""
+pkgrel=2
arch=('i686' 'x86_64')
-url="https://github.com/mjambon/atd"
+url="https://github.com/ahrefs/atd"
license=('BSD')
depends=('ocaml>=3.11'
'ocaml-menhir'
@@ -15,7 +16,7 @@ depends=('ocaml>=3.11'
'ocaml-re')
makedepends=('ocaml-findlib' 'dune>=2' 'opam' 'scala')
options=(!strip)
-source=("https://github.com/mjambon/${_oname}/archive/${pkgver}.tar.gz")
+source=("https://github.com/ahrefs/${_oname}/archive/${pkgver}.tar.gz")
md5sums=('c4120ec4dd6a54d5c04a6b9d6ec942b3')
_dune="dune $(getopt "j::" $MAKEOPTS 2>/dev/null | sed 's/--/\n/g' | head -n 1)"