[arch-commits] Commit in libuninameslist/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Sun Aug 30 10:21:33 UTC 2020


    Date: Sunday, August 30, 2020 @ 10:21:32
  Author: foutrelis
Revision: 394936

archrelease: copy trunk to extra-x86_64

Added:
  libuninameslist/repos/extra-x86_64/PKGBUILD
    (from rev 394935, libuninameslist/trunk/PKGBUILD)
Deleted:
  libuninameslist/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-30 10:21:28 UTC (rev 394935)
+++ PKGBUILD	2020-08-30 10:21:32 UTC (rev 394936)
@@ -1,28 +0,0 @@
-# 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
-}

Copied: libuninameslist/repos/extra-x86_64/PKGBUILD (from rev 394935, libuninameslist/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-08-30 10:21:32 UTC (rev 394936)
@@ -0,0 +1,28 @@
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=libuninameslist
+pkgver=20200413
+pkgrel=2
+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