summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2022-09-15 18:14:48 +0200
committerDaniel Peukert2022-09-15 18:14:48 +0200
commit4bd1addf79481520955c52718cdfc6c1bea6740e (patch)
tree6c009b558bfcb6d6ffa500efff2c41466f208da1
parentbbb33ba9ae67ef51994351d29e7ea68d9989f145 (diff)
downloadaur-4bd1addf79481520955c52718cdfc6c1bea6740e.tar.gz
Update ocaml-uucd to 15.0.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6ebff44cf53f..22592c67068e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-uucd
pkgdesc = Unicode character database decoder for OCaml
- pkgver = 14.0.0
- pkgrel = 2
+ pkgver = 15.0.0
+ pkgrel = 1
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-2.tar.gz::https://github.com/dbuenzli/uucd/archive/v14.0.0.tar.gz
- sha512sums = 4f52c83c9eab3a111f917a89b11a39ac46f3b6d63b381c0caaa41a2d68d9271a9d9d844de348e176b3059f8185d0149fd3700fd7faf944787fd506cbc2e02f96
+ source = ocaml-uucd-15.0.0-1.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 36185a91c5a1..a2883a8380aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Daniel Peukert <daniel@peukert.cc>
_projectname='uucd'
pkgname="ocaml-$_projectname"
-pkgver='14.0.0'
-pkgrel='2'
+pkgver='15.0.0'
+pkgrel='1'
pkgdesc='Unicode character database decoder for OCaml'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://erratique.ch/software/$_projectname"
@@ -11,7 +11,7 @@ depends=('ocaml>=4.01.0')
makedepends=('ocamlbuild' 'ocaml-findlib' 'ocaml-topkg>=1.0.3' 'opam' 'ocaml-xmlm')
options=('!strip')
source=("$pkgname-$pkgver-$pkgrel.tar.gz::https://github.com/dbuenzli/$_projectname/archive/v$pkgver.tar.gz")
-sha512sums=('4f52c83c9eab3a111f917a89b11a39ac46f3b6d63b381c0caaa41a2d68d9271a9d9d844de348e176b3059f8185d0149fd3700fd7faf944787fd506cbc2e02f96')
+sha512sums=('771d877e2d1a61b0db637c4ff7b1e820786739226254facec2bdac97fd7b9f6ac9ed5041d310e425b941bfcc47912c806d0d2db4168a69fb0bd418c0025817bb')
_sourcedirectory="$_projectname-$pkgver"