Date: Sunday, November 6, 2022 @ 00:04:41
Author: arojas
Revision: 460754
archrelease: copy trunk to extra-x86_64
Added:
libuninameslist/repos/extra-x86_64/PKGBUILD
(from rev 460753, libuninameslist/trunk/PKGBUILD)
Deleted:
libuninameslist/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 56 ++++++++++++++++++++++++++++----------------------------
1 file changed, 28 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-06 00:04:32 UTC (rev 460753)
+++ PKGBUILD 2022-11-06 00:04:41 UTC (rev 460754)
@@ -1,28 +0,0 @@
-# Maintainer: Gaetan Bisson <[email protected]>
-
-pkgname=libuninameslist
-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=('f5f69090de4a483721207a9df7de5327c13c812a1d23de074d8f0496bc2b740d')
-
-prepare() {
- cd ${pkgname}-${pkgver}
- autoreconf -i
- automake --foreign -Wall
-}
-
-build() {
- cd ${pkgname}-${pkgver}
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd ${pkgname}-${pkgver}
- make DESTDIR="${pkgdir}" install
-}
Copied: libuninameslist/repos/extra-x86_64/PKGBUILD (from rev 460753,
libuninameslist/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-06 00:04:41 UTC (rev 460754)
@@ -0,0 +1,28 @@
+# Maintainer: Gaetan Bisson <[email protected]>
+
+pkgname=libuninameslist
+pkgver=20221022
+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=('92c833936d653b2f205fb5e7ac82818311824dabdc7abdc2e81f07c3a0ea39bb')
+
+prepare() {
+ cd ${pkgname}-${pkgver}
+ autoreconf -i
+ automake --foreign -Wall
+}
+
+build() {
+ cd ${pkgname}-${pkgver}
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ make DESTDIR="${pkgdir}" install
+}