[arch-commits] Commit in aspell-it/repos/community-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu May 31 02:29:00 UTC 2018


    Date: Thursday, May 31, 2018 @ 02:29:00
  Author: felixonmars
Revision: 333893

archrelease: copy trunk to community-x86_64

Added:
  aspell-it/repos/community-x86_64/PKGBUILD
    (from rev 333892, aspell-it/trunk/PKGBUILD)
Deleted:
  aspell-it/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-31 02:28:38 UTC (rev 333892)
+++ PKGBUILD	2018-05-31 02:29:00 UTC (rev 333893)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: Eric Johnson <eric at coding-zone.com>
-
-pkgname=aspell-it
-pkgver=2.2_20050523
-pkgrel=5
-pkgdesc="Italian dictionary for aspell"
-arch=('i686' 'x86_64')
-url="http://aspell.net/"
-license=('GPL')
-depends=('aspell')
-source=("ftp://ftp.gnu.org/gnu/aspell/dict/it/aspell6-it-${pkgver}-0.tar.bz2")
-md5sums=('b1217299a0b67d1e121494d7ec18a88d')
-
-build() {
-  cd "${srcdir}/aspell6-it-${pkgver}-0"
-
-  ./configure
-  make
-}
-
-package() {
-  cd "${srcdir}/aspell6-it-${pkgver}-0"
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: aspell-it/repos/community-x86_64/PKGBUILD (from rev 333892, aspell-it/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-31 02:29:00 UTC (rev 333893)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Eric Johnson <eric at coding-zone.com>
+
+pkgname=aspell-it
+pkgver=2.2_20050523
+pkgrel=6
+pkgdesc="Italian dictionary for aspell"
+arch=('x86_64')
+url="http://aspell.net/"
+license=('GPL')
+depends=('aspell')
+source=("ftp://ftp.gnu.org/gnu/aspell/dict/it/aspell6-it-${pkgver}-0.tar.bz2")
+sha512sums=('2a2ccdbb8bb52e8e08525a40f985c1a2987c00d5e9fd39f57b8dc8689f3503f63751efe9ae4bec45fc5efea64666cd64abbda3e437ad0819f15b5a96987cda5a')
+
+build() {
+  cd "${srcdir}/aspell6-it-${pkgver}-0"
+
+  ./configure
+  make
+}
+
+package() {
+  cd "${srcdir}/aspell6-it-${pkgver}-0"
+
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list