summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-05-22 13:05:18 +0200
committerDaniel Peukert2023-05-22 13:05:18 +0200
commitc161e41127388dfd0ac7fdef3f7490f7a1534b5a (patch)
tree2658476fd0bd7d1f96f078cb1dd15c749e5384cc
parent5ca4a9fee7a65e16a691a084d14c4351a39f3dc2 (diff)
downloadaur-c161e41127388dfd0ac7fdef3f7490f7a1534b5a.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 b3842031eb43..230949c38ca3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-uucd
pkgdesc = Unicode character database decoder for OCaml
pkgver = 15.0.0
- pkgrel = 2
+ pkgrel = 3
url = https://erratique.ch/software/uucd
arch = x86_64
arch = i486
@@ -17,7 +17,7 @@ pkgbase = ocaml-uucd
depends = ocaml>=4.01.0
depends = ocaml-xmlm
options = !strip
- source = ocaml-uucd-15.0.0-2.tar.gz::https://github.com/dbuenzli/uucd/archive/v15.0.0.tar.gz
+ source = ocaml-uucd-15.0.0-3.tar.gz::https://github.com/dbuenzli/uucd/archive/v15.0.0.tar.gz
sha512sums = 771d877e2d1a61b0db637c4ff7b1e820786739226254facec2bdac97fd7b9f6ac9ed5041d310e425b941bfcc47912c806d0d2db4168a69fb0bd418c0025817bb
pkgname = ocaml-uucd
diff --git a/PKGBUILD b/PKGBUILD
index 72debc7031e5..98eb3e7294ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_projectname='uucd'
pkgname="ocaml-$_projectname"
pkgver='15.0.0'
-pkgrel='2'
+pkgrel='3'
pkgdesc='Unicode character database decoder for OCaml'
arch=('x86_64' 'i486' 'i686' 'pentium4' 'armv7h' 'aarch64')
url="https://erratique.ch/software/$_projectname"