summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2022-08-10 22:06:57 +0200
committerDaniel Peukert2022-08-10 22:06:57 +0200
commitbbb33ba9ae67ef51994351d29e7ea68d9989f145 (patch)
tree41cbc4dde994cf71224a3d8bc7bbb69e9888842d
parentc1cc91b47efd5933cd9686abe40701d9c1c18a6b (diff)
downloadaur-bbb33ba9ae67ef51994351d29e7ea68d9989f145.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 686e241a8cc2..6ebff44cf53f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-uucd
pkgdesc = Unicode character database decoder for OCaml
pkgver = 14.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://erratique.ch/software/uucd
arch = x86_64
arch = i686
@@ -17,7 +17,7 @@ pkgbase = ocaml-uucd
makedepends = ocaml-xmlm
depends = ocaml>=4.01.0
options = !strip
- source = ocaml-uucd-14.0.0-1.tar.gz::https://github.com/dbuenzli/uucd/archive/v14.0.0.tar.gz
+ source = ocaml-uucd-14.0.0-2.tar.gz::https://github.com/dbuenzli/uucd/archive/v14.0.0.tar.gz
sha512sums = 4f52c83c9eab3a111f917a89b11a39ac46f3b6d63b381c0caaa41a2d68d9271a9d9d844de348e176b3059f8185d0149fd3700fd7faf944787fd506cbc2e02f96
pkgname = ocaml-uucd
diff --git a/PKGBUILD b/PKGBUILD
index 197a880cdf74..36185a91c5a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_projectname='uucd'
pkgname="ocaml-$_projectname"
pkgver='14.0.0'
-pkgrel='1'
+pkgrel='2'
pkgdesc='Unicode character database decoder for OCaml'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://erratique.ch/software/$_projectname"