summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEric Bailey2017-11-16 20:51:02 -0500
committerEric Bailey2017-11-16 20:51:02 -0500
commit84d8538facb002668bdcee75d1789b83ac7e67b3 (patch)
treef77b56e35831f5ede63b7fb01d27aa02e6248fd9 /PKGBUILD
parent2d2abdd735fff7af14eb0f4e501e51e2e8fec599 (diff)
downloadaur-84d8538facb002668bdcee75d1789b83ac7e67b3.tar.gz
update upstream URL
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 3 insertions, 6 deletions
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() {