Date: Monday, December 6, 2021 @ 20:48:51
  Author: arojas
Revision: 430759

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2021-12-06 20:48:40 UTC (rev 430758)
+++ PKGBUILD    2021-12-06 20:48:51 UTC (rev 430759)
@@ -1,28 +0,0 @@
-# Maintainer: Gaetan Bisson <[email protected]>
-
-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
-}

Copied: libuninameslist/repos/extra-x86_64/PKGBUILD (from rev 430758, 
libuninameslist/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2021-12-06 20:48:51 UTC (rev 430759)
@@ -0,0 +1,28 @@
+# 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
+}

Reply via email to