summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarek Kubica2014-05-04 00:24:26 +0200
committerMarek Kubica2014-05-04 00:24:26 +0200
commitfb5c1d86db71698f81591f40e952effa5858000a (patch)
tree729cd8d616fe82efd6ae2c8f04095503792ef819
parent45f6a5dea4c90fee4bda6d9d7c15319ec7fc2067 (diff)
downloadaur-fb5c1d86db71698f81591f40e952effa5858000a.tar.gz
Updated for 0.4.4 upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 239ef74cafad..6dbc519db4dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ocaml-oasis
pkgdesc = Architecture for building OCaml libraries and applications.
- pkgver = 0.4.1
+ pkgver = 0.4.4
pkgrel = 1
url = http://oasis.forge.ocamlcore.org
arch = i686
@@ -20,8 +20,8 @@ pkgbase = ocaml-oasis
depends = glibc
depends = pcre
options = !strip
- source = http://forge.ocamlcore.org/frs/download.php/1355/oasis-0.4.1.tar.gz
- sha512sums = 34424f174794cc00de485660134e6358fda222a2d5bb29959be31dd8bdeacac9c37d2c3bdffd9c4ee3d53b05695e1e7580858198fcd088104e60f2c813401e23
+ source = http://forge.ocamlcore.org/frs/download.php/1391/oasis-0.4.4.tar.gz
+ sha512sums = 1abb6e01f93029c5d9af3422a0e93b215182577225ad949442a4b69d0904620c20547941bad96fb27ad0034a0a4b472b586aac2614e89f5faae3084b751ed3c8
pkgname = ocaml-oasis
diff --git a/PKGBUILD b/PKGBUILD
index b760021fe0c4..940b775f269a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Magnus Therning <magnus@therning.org>
pkgname=ocaml-oasis
-pkgver=0.4.1
+pkgver=0.4.4
pkgrel=1
pkgdesc='Architecture for building OCaml libraries and applications.'
arch=('i686' 'x86_64')
@@ -22,8 +22,8 @@ makedepends=('ocaml'
'ocaml-ocamlmod'
'ocaml-pcre'
'ocaml-expect>=0.0.3')
-source=("http://forge.ocamlcore.org/frs/download.php/1355/oasis-${pkgver}.tar.gz")
-sha512sums=('34424f174794cc00de485660134e6358fda222a2d5bb29959be31dd8bdeacac9c37d2c3bdffd9c4ee3d53b05695e1e7580858198fcd088104e60f2c813401e23')
+source=("http://forge.ocamlcore.org/frs/download.php/1391/oasis-${pkgver}.tar.gz")
+sha512sums=('1abb6e01f93029c5d9af3422a0e93b215182577225ad949442a4b69d0904620c20547941bad96fb27ad0034a0a4b472b586aac2614e89f5faae3084b751ed3c8')
options=(!strip)
build() {