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

Antonio Rojas arojas at archlinux.org
Sat Apr 11 12:14:07 UTC 2020


    Date: Saturday, April 11, 2020 @ 12:14:06
  Author: arojas
Revision: 380120

archrelease: copy trunk to extra-x86_64

Added:
  aspell-en/repos/extra-x86_64/PKGBUILD
    (from rev 380119, aspell-en/trunk/PKGBUILD)
Deleted:
  aspell-en/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-11 12:13:41 UTC (rev 380119)
+++ PKGBUILD	2020-04-11 12:14:06 UTC (rev 380120)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=aspell-en
-pkgver=2018.04.16
-pkgrel=1
-pkgdesc="English dictionary for aspell"
-arch=('x86_64')
-url="http://aspell.net/"
-license=('custom')
-depends=('aspell')
-source=("ftp://ftp.gnu.org/gnu/aspell/dict/en/aspell6-en-$pkgver-0.tar.bz2")
-sha512sums=('70447f5f11a6a2d96e58376ac06e78add59e4eb237ca40ed0752f481dabe1a6e9e227fd20ba95a5612de1bb4357cd65760a31c94efe66f8499b9ed031e9846c2')
-
-build() {
-  cd "$srcdir/aspell6-en-$pkgver-0"
-  ./configure
-  make
-}
-
-package() {
-  cd "$srcdir/aspell6-en-$pkgver-0"
-  make DESTDIR="$pkgdir" install
-
-  install -D -m644 Copyright "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: aspell-en/repos/extra-x86_64/PKGBUILD (from rev 380119, aspell-en/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-04-11 12:14:06 UTC (rev 380120)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=aspell-en
+pkgver=2019.10.06
+pkgrel=1
+pkgdesc="English dictionary for aspell"
+arch=('x86_64')
+url="http://aspell.net/"
+license=('custom')
+depends=('aspell')
+source=("ftp://ftp.gnu.org/gnu/aspell/dict/en/aspell6-en-$pkgver-0.tar.bz2")
+sha512sums=('e16c76bd2da4515af6f1e3dbbc1c5f26fc3be550e022cbb5b741b867be2acc1359a8902af1b359f6c8cff38de01b9aa43a02153a5a6bc618296e75bf86020a6e')
+
+build() {
+  cd "$srcdir/aspell6-en-$pkgver-0"
+  ./configure
+  make
+}
+
+package() {
+  cd "$srcdir/aspell6-en-$pkgver-0"
+  make DESTDIR="$pkgdir" install
+
+  install -D -m644 Copyright "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list