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

Antonio Rojas arojas at archlinux.org
Tue Jun 5 06:35:25 UTC 2018


    Date: Tuesday, June 5, 2018 @ 06:35:24
  Author: arojas
Revision: 325877

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-05 06:35:02 UTC (rev 325876)
+++ PKGBUILD	2018-06-05 06:35:24 UTC (rev 325877)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Simo Leone <simo at archlinux.org>
-# Contributor: Juan Pablo León <jp_leon at gmx.net>
-
-pkgname=aspell-es
-pkgver=1.11
-pkgrel=6
-pkgdesc="Spanish dictionary for aspell"
-arch=('i686' 'x86_64')
-url="http://aspell.net/"
-license=('GPL')
-depends=('aspell')
-source=(ftp://ftp.gnu.org/gnu/aspell/dict/es/aspell6-es-$pkgver-2.tar.bz2)
-md5sums=('8406336a89c64e47e96f4153d0af70c4')
-
-build() {
-  cd $srcdir/aspell6-es-$pkgver-2
-  ./configure 
-  make
-}
-
-package() {
-  cd $srcdir/aspell6-es-$pkgver-2
-  make DESTDIR=$pkgdir install 
-}

Copied: aspell-es/repos/extra-x86_64/PKGBUILD (from rev 325876, aspell-es/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-05 06:35:24 UTC (rev 325877)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer:
+# Contributor: Simo Leone <simo at archlinux.org>
+# Contributor: Juan Pablo León <jp_leon at gmx.net>
+
+pkgname=aspell-es
+pkgver=1.11
+pkgrel=7
+pkgdesc="Spanish dictionary for aspell"
+arch=('x86_64')
+url="http://aspell.net/"
+license=('GPL')
+depends=('aspell')
+source=(ftp://ftp.gnu.org/gnu/aspell/dict/es/aspell6-es-$pkgver-2.tar.bz2)
+md5sums=('8406336a89c64e47e96f4153d0af70c4')
+
+build() {
+  cd $srcdir/aspell6-es-$pkgver-2
+  ./configure 
+  make
+}
+
+package() {
+  cd $srcdir/aspell6-es-$pkgver-2
+  make DESTDIR=$pkgdir install 
+}



More information about the arch-commits mailing list