summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTaha2015-09-08 16:33:00 -0400
committerTaha2015-09-08 16:33:00 -0400
commitf79c92c3c53c598875efc0755bb032b4f3ffe2ee (patch)
tree38f4b7591b6779153f01a30819526765fe02b495
parentddac6d8f33bf75479ccc742bd4f06b411e3cbcdf (diff)
downloadaur-f79c92c3c53c598875efc0755bb032b4f3ffe2ee.tar.gz
Updated to 1.7.0
-rw-r--r--PKGBUILD12
1 files changed, 5 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 83d06a3d2627..db631b9638f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,13 @@
-# Maintainer: Patryk Kowalczyk < patryk at kowalczyk dot ws>
-
pkgname=ocaml-extlib
-pkgver=1.6.1
-pkgrel=2
+pkgver=1.7.0
+pkgrel=1
pkgdesc="Extends the OCaml standard library"
arch=('i686' 'x86_64')
-url="http://code.google.com/p/ocaml-extlib/"
+url="https://github.com/ygrek/ocaml-extlib"
license=('LGPL')
depends=('ocaml')
makedepends=('ocaml-findlib' 'camlp4')
-source=(http://ocaml-extlib.googlecode.com/files/extlib-${pkgver}.tar.gz)
+source=(https://github.com/ygrek/ocaml-extlib/archive/${pkgver}.tar.gz)
options=('staticlibs')
build() {
@@ -39,4 +37,4 @@ package () {
mkdir -p $_DOCDIR
cp -r doc/* $_DOCDIR/
}
-md5sums=('5643237a6410dc915347956cff97df86')
+md5sums=('b50b02d9e40d35cc20c82d9c881a1bf6')