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

Antonio Rojas arojas at archlinux.org
Sat Feb 27 10:17:43 UTC 2021


    Date: Saturday, February 27, 2021 @ 10:17:43
  Author: arojas
Revision: 408893

archrelease: copy trunk to extra-x86_64

Added:
  libdatrie/repos/extra-x86_64/PKGBUILD
    (from rev 408892, libdatrie/trunk/PKGBUILD)
Deleted:
  libdatrie/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-27 10:17:35 UTC (rev 408892)
+++ PKGBUILD	2021-02-27 10:17:43 UTC (rev 408893)
@@ -1,26 +0,0 @@
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-# Contributor: Chaiwat Suttipongsakul <cwt114 at gmail.com>
-
-pkgname=libdatrie
-pkgver=0.2.12
-pkgrel=2
-pkgdesc="Implementation of double-array structure for representing trie, as proposed by Junichi Aoe."
-url="https://linux.thai.net/projects/datrie"
-license=('LGPL')
-arch=('x86_64')
-depends=('glibc')
-options=('!emptydirs')
-source=(https://linux.thai.net/pub/thailinux/software/libthai/${pkgname}-${pkgver}.tar.xz)
-md5sums=('b2243d583e25925200c134fad9f2fb50')
-sha256sums=('452dcc4d3a96c01f80f7c291b42be11863cd1554ff78b93e110becce6e00b149')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: libdatrie/repos/extra-x86_64/PKGBUILD (from rev 408892, libdatrie/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-02-27 10:17:43 UTC (rev 408893)
@@ -0,0 +1,26 @@
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Chaiwat Suttipongsakul <cwt114 at gmail.com>
+
+pkgname=libdatrie
+pkgver=0.2.13
+pkgrel=1
+pkgdesc="Implementation of double-array structure for representing trie, as proposed by Junichi Aoe."
+url="https://linux.thai.net/projects/datrie"
+license=('LGPL')
+arch=('x86_64')
+depends=('glibc')
+options=('!emptydirs')
+source=(https://linux.thai.net/pub/thailinux/software/libthai/${pkgname}-${pkgver}.tar.xz)
+md5sums=('e26b5aa008b5f3588ab38d2dce9e9325')
+sha256sums=('12231bb2be2581a7f0fb9904092d24b0ed2a271a16835071ed97bed65267f4be')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list