[arch-commits] Commit in libuninameslist/trunk (PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Mon Dec 6 20:48:40 UTC 2021
Date: Monday, December 6, 2021 @ 20:48:40
Author: arojas
Revision: 430758
Update to 20211114
Modified:
libuninameslist/trunk/PKGBUILD
----------+
PKGBUILD | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-06 19:13:13 UTC (rev 430757)
+++ PKGBUILD 2021-12-06 20:48:40 UTC (rev 430758)
@@ -1,28 +1,28 @@
# Maintainer: Gaetan Bisson <bisson at archlinux.org>
pkgname=libuninameslist
-pkgver=20200413
-pkgrel=2
+pkgver=20211114
+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')
source=("https://github.com/fontforge/${pkgname}/releases/download/${pkgver}/${pkgname}-dist-${pkgver}.tar.gz")
-sha256sums=('5c0283b2e18d101e58b70a026119d66c9d3e749e4537def7799bba0bc8998f62')
+sha256sums=('f5f69090de4a483721207a9df7de5327c13c812a1d23de074d8f0496bc2b740d')
prepare() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- autoreconf -i
- automake --foreign -Wall
+ cd ${pkgname}-${pkgver}
+ autoreconf -i
+ automake --foreign -Wall
}
build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr
- make
+ cd ${pkgname}-${pkgver}
+ ./configure --prefix=/usr
+ make
}
package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
+ cd ${pkgname}-${pkgver}
+ make DESTDIR="${pkgdir}" install
}
More information about the arch-commits
mailing list