[arch-commits] Commit in libdatrie/repos (4 files)
Jan de Groot
jgc at archlinux.org
Thu Feb 12 12:01:02 UTC 2015
Date: Thursday, February 12, 2015 @ 13:01:02
Author: jgc
Revision: 231330
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
libdatrie/repos/extra-i686/PKGBUILD
(from rev 231329, libdatrie/trunk/PKGBUILD)
libdatrie/repos/extra-x86_64/PKGBUILD
(from rev 231329, libdatrie/trunk/PKGBUILD)
Deleted:
libdatrie/repos/extra-i686/PKGBUILD
libdatrie/repos/extra-x86_64/PKGBUILD
-----------------------+
/PKGBUILD | 52 ++++++++++++++++++++++++++++++++++++++++++++++++
extra-i686/PKGBUILD | 26 ------------------------
extra-x86_64/PKGBUILD | 26 ------------------------
3 files changed, 52 insertions(+), 52 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2015-02-12 12:00:53 UTC (rev 231329)
+++ extra-i686/PKGBUILD 2015-02-12 12:01:02 UTC (rev 231330)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-# Contributor: Chaiwat Suttipongsakul <cwt114 at gmail.com>
-
-pkgname=libdatrie
-pkgver=0.2.6
-pkgrel=1
-pkgdesc="Implementation of double-array structure for representing trie, as proposed by Junichi Aoe."
-url="http://linux.thai.net/projects/datrie"
-license=('LGPL')
-arch=('i686' 'x86_64')
-depends=('glibc')
-options=('!emptydirs')
-source=(http://linux.thai.net/pub/thailinux/software/libthai/${pkgname}-${pkgver}.tar.xz)
-md5sums=('e253eb2433045f6e224c7fa44f9796e1')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr --disable-static
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
-}
Copied: libdatrie/repos/extra-i686/PKGBUILD (from rev 231329, libdatrie/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-02-12 12:01:02 UTC (rev 231330)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Chaiwat Suttipongsakul <cwt114 at gmail.com>
+
+pkgname=libdatrie
+pkgver=0.2.8
+pkgrel=1
+pkgdesc="Implementation of double-array structure for representing trie, as proposed by Junichi Aoe."
+url="http://linux.thai.net/projects/datrie"
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('glibc')
+options=('!emptydirs')
+source=(http://linux.thai.net/pub/thailinux/software/libthai/${pkgname}-${pkgver}.tar.xz)
+md5sums=('fc25a7bf5ec7405e30ae1512a8e2226c')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ ./configure --prefix=/usr --disable-static
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2015-02-12 12:00:53 UTC (rev 231329)
+++ extra-x86_64/PKGBUILD 2015-02-12 12:01:02 UTC (rev 231330)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-# Contributor: Chaiwat Suttipongsakul <cwt114 at gmail.com>
-
-pkgname=libdatrie
-pkgver=0.2.6
-pkgrel=1
-pkgdesc="Implementation of double-array structure for representing trie, as proposed by Junichi Aoe."
-url="http://linux.thai.net/projects/datrie"
-license=('LGPL')
-arch=('i686' 'x86_64')
-depends=('glibc')
-options=('!emptydirs')
-source=(http://linux.thai.net/pub/thailinux/software/libthai/${pkgname}-${pkgver}.tar.xz)
-md5sums=('e253eb2433045f6e224c7fa44f9796e1')
-
-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 231329, libdatrie/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2015-02-12 12:01:02 UTC (rev 231330)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Chaiwat Suttipongsakul <cwt114 at gmail.com>
+
+pkgname=libdatrie
+pkgver=0.2.8
+pkgrel=1
+pkgdesc="Implementation of double-array structure for representing trie, as proposed by Junichi Aoe."
+url="http://linux.thai.net/projects/datrie"
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('glibc')
+options=('!emptydirs')
+source=(http://linux.thai.net/pub/thailinux/software/libthai/${pkgname}-${pkgver}.tar.xz)
+md5sums=('fc25a7bf5ec7405e30ae1512a8e2226c')
+
+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