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

Antonio Rojas arojas at archlinux.org
Mon Jul 22 18:42:21 UTC 2019


    Date: Monday, July 22, 2019 @ 18:42:21
  Author: arojas
Revision: 358500

archrelease: copy trunk to extra-x86_64

Added:
  enchant/repos/extra-x86_64/PKGBUILD
    (from rev 358499, enchant/trunk/PKGBUILD)
Deleted:
  enchant/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-22 18:42:02 UTC (rev 358499)
+++ PKGBUILD	2019-07-22 18:42:21 UTC (rev 358500)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: dorphell <dorphell at archlinux.org>
-
-pkgname=enchant
-pkgver=2.2.4
-pkgrel=1
-pkgdesc="A wrapper library for generic spell checking"
-arch=('x86_64')
-url="https://abiword.github.io/enchant/"
-license=('LGPL')
-depends=('aspell' 'hunspell' 'hspell' 'libvoikko' 'glib2')
-makedepends=('git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/AbiWord/enchant/archive/v$pkgver.tar.gz")
-sha512sums=('71e9948a3e9a68d993b9617041d1d7b47591919ab1b13bee6e617586b536e8bed7eb4d923182e986fc96ee7f8e2e844d4ffdbd5f3070b5e1c3094f4351117ec0')
-
-prepare() {
-  cd $pkgname-$pkgver
-  ./bootstrap
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
-    --disable-static \
-    --disable-ispell \
-    --with-myspell-dir=/usr/share/myspell
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: enchant/repos/extra-x86_64/PKGBUILD (from rev 358499, enchant/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-07-22 18:42:21 UTC (rev 358500)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: dorphell <dorphell at archlinux.org>
+
+pkgname=enchant
+pkgver=2.2.5
+pkgrel=1
+pkgdesc="A wrapper library for generic spell checking"
+arch=('x86_64')
+url="https://abiword.github.io/enchant/"
+license=('LGPL')
+depends=('aspell' 'hunspell' 'hspell' 'libvoikko' 'glib2')
+makedepends=('git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/AbiWord/enchant/archive/v$pkgver.tar.gz")
+sha512sums=('7fde1e9effa2d6984c4dfbd09bb76fc343a99436ad73b219d1b0675eefc16cab820a464b29e2061ab4b48e617f6e3f55cf46c5168c25efdda5259fa2bfe35013')
+
+prepare() {
+  cd $pkgname-$pkgver
+  ./bootstrap
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+    --disable-static \
+    --disable-ispell \
+    --with-myspell-dir=/usr/share/myspell
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list