summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-05-22 12:57:43 +0200
committerDaniel Peukert2023-05-22 12:57:43 +0200
commitc75a964901f3527de724f9dc106dcd571db7c81c (patch)
tree409af48bb2279824ff51b2f4ac6ebaa400088d05
parentc99f67e075085f356f914cd73834c1e84a52a5be (diff)
downloadaur-c75a964901f3527de724f9dc106dcd571db7c81c.tar.gz
Bump ocaml packages
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 96cda9179ee3..2c54bb3dac3f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-fileutils
pkgdesc = OCaml API to manipulate real files and filenames
pkgver = 0.6.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/gildor478/ocaml-fileutils
arch = x86_64
arch = i486
@@ -16,7 +16,7 @@ pkgbase = ocaml-fileutils
depends = ocaml-seq
depends = ocaml-stdlib-shims
options = !strip
- source = ocaml-fileutils-0.6.4-1.tar.gz::https://github.com/gildor478/ocaml-fileutils/archive/v0.6.4.tar.gz
+ source = ocaml-fileutils-0.6.4-2.tar.gz::https://github.com/gildor478/ocaml-fileutils/archive/v0.6.4.tar.gz
sha512sums = fed41c0c98bd9a2dde18335f0c7fd721b609f936001424eff200bca058146af55134f1d245b143bd211ece37bc036b3308528b193a6b578735b27891181f07e1
pkgname = ocaml-fileutils
diff --git a/PKGBUILD b/PKGBUILD
index 1f417a55cd1e..db729da48835 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
# Contributor: crave <crave@infinity>
pkgname='ocaml-fileutils'
pkgver='0.6.4'
-pkgrel='1'
+pkgrel='2'
pkgdesc='OCaml API to manipulate real files and filenames'
arch=('x86_64' 'i486' 'i686' 'pentium4' 'armv7h' 'aarch64')
url="https://github.com/gildor478/$pkgname"