summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
2 files changed, 5 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99f2064b4f06..895c6477bc55 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Mon Oct 16 01:19:29 UTC 2017
+# Fri Nov 17 01:50:57 UTC 2017
pkgbase = ocaml-biniou
pkgdesc = A binary data serialization format inspired by JSON
pkgver = 1.0.12
pkgrel = 1
- url = http://mjambon.com/biniou.html
+ url = https://github.com/mjambon/biniou
arch = i686
arch = x86_64
arch = armv7h
diff --git a/PKGBUILD b/PKGBUILD
index ee6d82bf181f..29c3018ca87d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,4 @@
-# Maintainer: Leonard de Ruijter <dev@systeemdenker.nl>
-# Contributor: Serge Zirukin <ftrvxmtrx@gmail.com>
-# Contributor: Sergei Lebedev <superbobry@gmail.com>
-# Contributor: Justin Davis <jrcd 83 at gmail>
+# Maintainer: nerflad <nerflad@gmail.com>
pkgname=ocaml-biniou
_oname=biniou
@@ -13,12 +10,12 @@ options=('!strip' '!makeflags' 'staticlibs')
license=('BSD')
depends=('glibc')
makedepends=('ocaml-easy-format' 'ocaml-findlib' 'ocamlbuild')
-url='http://mjambon.com/biniou.html'
+url=('https://github.com/mjambon/biniou')
source=("https://github.com/mjambon/${_oname}/archive/v${pkgver}.tar.gz")
sha256sums=('b946e720d94d524b95bb0401d9e47a971e9234df808fe5f12601140ab09ec686')
build() {
cd $srcdir/$_oname-$pkgver
- make && make doc
+ make && make doc
}
package() {