[arch-commits] Commit in libuninameslist/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Gaëtan Bisson
bisson at archlinux.org
Mon Apr 27 06:14:38 UTC 2020
Date: Monday, April 27, 2020 @ 06:14:37
Author: bisson
Revision: 381654
archrelease: copy trunk to extra-x86_64
Added:
libuninameslist/repos/extra-x86_64/PKGBUILD
(from rev 381653, libuninameslist/trunk/PKGBUILD)
Deleted:
libuninameslist/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 56 ++++++++++++++++++++++++++++----------------------------
1 file changed, 28 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-27 06:14:16 UTC (rev 381653)
+++ PKGBUILD 2020-04-27 06:14:37 UTC (rev 381654)
@@ -1,28 +0,0 @@
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-
-pkgname=libuninameslist
-pkgver=20190701
-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=('168b0d0877f275c1622fd075e6a1d072c52113dcf5da530536a2f2803ebb89a1')
-
-prepare() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- autoreconf -i
- automake --foreign -Wall
-}
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
-}
Copied: libuninameslist/repos/extra-x86_64/PKGBUILD (from rev 381653, libuninameslist/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-27 06:14:37 UTC (rev 381654)
@@ -0,0 +1,28 @@
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=libuninameslist
+pkgver=20200413
+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')
+
+prepare() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ autoreconf -i
+ automake --foreign -Wall
+}
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list