Date: Wednesday, May 10, 2023 @ 21:02:47
  Author: arojas
Revision: 477072

archrelease: copy trunk to extra-x86_64

Added:
  m17n-lib/repos/extra-x86_64/PKGBUILD
    (from rev 477071, m17n-lib/trunk/PKGBUILD)
  m17n-lib/repos/extra-x86_64/keys/
Deleted:
  m17n-lib/repos/extra-x86_64/PKGBUILD
  m17n-lib/repos/extra-x86_64/keys/

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-10 21:02:36 UTC (rev 477071)
+++ PKGBUILD    2023-05-10 21:02:47 UTC (rev 477072)
@@ -1,34 +0,0 @@
-# Maintainer: Gaetan Bisson <[email protected]>
-# Contributor: Camille Moncelier <[email protected]>
-
-pkgname=m17n-lib
-pkgver=1.8.0
-pkgrel=13
-pkgdesc='Multilingual text processing library (runtimes)'
-url='https://www.nongnu.org/m17n/'
-arch=('x86_64')
-license=('GPL')
-depends=('libxft' 'm17n-db' 'fribidi' 'libthai' 'libxml2' 'gd' 'libotf')
-makedepends=('anthy' 'ispell')
-optdepends=('anthy: to use the anthy input method'
-            'ispell: to use the ispell input method')
-options=('!makeflags' '!emptydirs')
-validpgpkeys=('D68584F9B40A6502FD7C53015F592A4029890630')
-source=("https://download.savannah.gnu.org/releases/m17n/${pkgname}-${pkgver}.tar.gz";)
-sha256sums=('78bacae7451822dfff62482ce4f9433c5ae82846e4c64b590541e29e800fe64a')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i 's/freetype-config/pkg-config freetype2/' configure
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: m17n-lib/repos/extra-x86_64/PKGBUILD (from rev 477071, 
m17n-lib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-05-10 21:02:47 UTC (rev 477072)
@@ -0,0 +1,34 @@
+# Maintainer: Gaetan Bisson <[email protected]>
+# Contributor: Camille Moncelier <[email protected]>
+
+pkgname=m17n-lib
+pkgver=1.8.1
+pkgrel=1
+pkgdesc='Multilingual text processing library (runtimes)'
+url='https://www.nongnu.org/m17n/'
+arch=('x86_64')
+license=('GPL')
+depends=('libxft' 'm17n-db' 'fribidi' 'libthai' 'libxml2' 'gd' 'libotf')
+makedepends=('anthy' 'ispell')
+optdepends=('anthy: to use the anthy input method'
+            'ispell: to use the ispell input method')
+options=('!makeflags' '!emptydirs')
+validpgpkeys=('D68584F9B40A6502FD7C53015F592A4029890630')
+source=("https://download.savannah.gnu.org/releases/m17n/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('6c68ef30cb9bf90b4e8127d8b389a183db7fda445e26487e1f70181720b65b05')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i 's/freetype-config/pkg-config freetype2/' configure
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Reply via email to