* update libuninameslist to 20240910-1

This commit is contained in:
Alexander Baldeck 2024-12-17 13:06:16 +01:00
parent f921aaadb1
commit e630fa218a
2 changed files with 11 additions and 7 deletions

View File

@ -1,11 +1,15 @@
pkgbase = libuninameslist
pkgdesc = Large, sparse array mapping each unicode code point to the annotation data for it
pkgver = 20221022
pkgrel = 2
pkgver = 20240910
pkgrel = 1
url = https://github.com/fontforge/libuninameslist
arch = x86_64
arch = powerpc64le
arch = powerpc64
arch = powerpc
arch = riscv64
license = custom
source = https://github.com/fontforge/libuninameslist/releases/download/20221022/libuninameslist-dist-20221022.tar.gz
sha256sums = 92c833936d653b2f205fb5e7ac82818311824dabdc7abdc2e81f07c3a0ea39bb
source = https://github.com/fontforge/libuninameslist/releases/download/20240910/libuninameslist-dist-20240910.tar.gz
sha256sums = e59aab324ca0a3a713fe85c09a56c40c680a8458438d90624597920b3ef0be26
pkgname = libuninameslist

View File

@ -2,14 +2,14 @@
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
pkgname=libuninameslist
pkgver=20221022
pkgrel=2.1
pkgver=20240910
pkgrel=1
pkgdesc='Large, sparse array mapping each unicode code point to the annotation data for it'
url='https://github.com/fontforge/libuninameslist'
license=('custom')
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
source=("https://github.com/fontforge/${pkgname}/releases/download/${pkgver}/${pkgname}-dist-${pkgver}.tar.gz")
sha256sums=('92c833936d653b2f205fb5e7ac82818311824dabdc7abdc2e81f07c3a0ea39bb')
sha256sums=('e59aab324ca0a3a713fe85c09a56c40c680a8458438d90624597920b3ef0be26')
prepare() {
cd ${pkgname}-${pkgver}