summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2022-08-10 21:54:32 +0200
committerDaniel Peukert2022-08-10 21:54:32 +0200
commit3c9142b742bf721dd57d11b8d4360001598b1038 (patch)
treeecf11ca57e5510b73a81eccf396874adc9e4a8fb
parentfe84ba141c8e451e57ac6a2874f06214f9ccec40 (diff)
downloadaur-3c9142b742bf721dd57d11b8d4360001598b1038.tar.gz
ocaml 4.14.0 bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3de57fcc9ffc..7d2890855bbf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-fileutils
pkgdesc = OCaml API to manipulate real files and filenames
pkgver = 0.6.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/gildor478/ocaml-fileutils
arch = x86_64
arch = i686
@@ -15,7 +15,7 @@ pkgbase = ocaml-fileutils
depends = ocaml>=4.03.0
depends = ocaml-stdlib-shims
options = !strip
- source = ocaml-fileutils-0.6.3-1.tar.gz::https://github.com/gildor478/ocaml-fileutils/archive/v0.6.3.tar.gz
+ source = ocaml-fileutils-0.6.3-2.tar.gz::https://github.com/gildor478/ocaml-fileutils/archive/v0.6.3.tar.gz
source = fix-ounit-name.diff
sha512sums = 491c01347714b9caf69e184be7e031d82d3602b91ce52c5c995b25897090d9af79b2ae058ff92b91ab31b44dd1fdf15fbe1a428d2f3a50872d3f0f7689a64e8c
sha512sums = e68fcb4cd54603573d7175579d7d78045d5b9faf6c3c3dc149f5d6908e301e6518bad41a8793df666b3441331d275040342e5bcb6012851e884b9eeca8f028d9
diff --git a/PKGBUILD b/PKGBUILD
index 8a9567cb5425..9bdd59beeeaf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
# Contributor: crave <crave@infinity>
pkgname='ocaml-fileutils'
pkgver='0.6.3'
-pkgrel='1'
+pkgrel='2'
pkgdesc='OCaml API to manipulate real files and filenames'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/gildor478/$pkgname"