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

2019-11-02 Thread Jaroslav Lichtblau via arch-commits
Date: Saturday, November 2, 2019 @ 19:57:03
  Author: jlichtblau
Revision: 522174

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-02 19:56:54 UTC (rev 522173)
+++ PKGBUILD2019-11-02 19:57:03 UTC (rev 522174)
@@ -1,26 +0,0 @@
-#Maintainer: Jaroslav Lichtblau 
-#Contributor: Angel 'angvp' Velasquez 
-
-pkgname=aspell-ca
-pkgver=2.3.0
-pkgrel=3
-pkgdesc="Catalan dictionary for aspell"
-arch=('x86_64')
-url="http://aspell.net/";
-license=('GPL2')
-depends=('aspell')
-source=(https://www.softcatala.org/pub/softcatala/aspell/$pkgver/aspell6-ca-$pkgver.tar.bz2)
-sha256sums=('61db978261c9edabadf9d247fdbecac284ee92980b1aea478f72facaae950c52')
-
-build() {
-  cd aspell6-ca-${pkgver}
-
-  ./configure
-  make
-}
-
-package() {
-  cd aspell6-ca-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: aspell-ca/repos/community-x86_64/PKGBUILD (from rev 522173, 
aspell-ca/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-02 19:57:03 UTC (rev 522174)
@@ -0,0 +1,26 @@
+#Maintainer: Jaroslav Lichtblau 
+#Contributor: Angel 'angvp' Velasquez 
+
+pkgname=aspell-ca
+pkgver=2.5.0
+pkgrel=1
+pkgdesc="Catalan dictionary for aspell"
+arch=('x86_64')
+url="https://www.softcatala.org/pub/softcatala/aspell/";
+license=('GPL2')
+depends=('aspell')
+source=(https://www.softcatala.org/pub/softcatala/aspell/$pkgver/aspell6-ca-$pkgver.tar.bz2)
+sha256sums=('98bf990b182c295d823df4f5da1c0333fa27c680346337c3d07e0575a243714d')
+
+build() {
+  cd aspell6-ca-${pkgver}
+
+  ./configure
+  make
+}
+
+package() {
+  cd aspell6-ca-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}


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

2018-12-02 Thread Maxim Baz via arch-commits
Date: Sunday, December 2, 2018 @ 22:54:00
  Author: maximbaz
Revision: 410808

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-02 22:53:25 UTC (rev 410807)
+++ PKGBUILD2018-12-02 22:54:00 UTC (rev 410808)
@@ -1,27 +0,0 @@
-# $Id$
-#Maintainer: Jaroslav Lichtblau 
-#Contributor: Angel 'angvp' Velasquez 
-
-pkgname=aspell-ca
-pkgver=2.3.0
-pkgrel=3
-pkgdesc="Catalan dictionary for aspell"
-arch=('x86_64')
-url="http://aspell.net/";
-license=('GPL2')
-depends=('aspell')
-source=(http://www.softcatala.org/pub/softcatala/aspell/$pkgver/aspell6-ca-$pkgver.tar.bz2)
-sha256sums=('61db978261c9edabadf9d247fdbecac284ee92980b1aea478f72facaae950c52')
-
-build() {
-  cd aspell6-ca-${pkgver}
-
-  ./configure
-  make
-}
-
-package() {
-  cd aspell6-ca-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: aspell-ca/repos/community-x86_64/PKGBUILD (from rev 410807, 
aspell-ca/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-02 22:54:00 UTC (rev 410808)
@@ -0,0 +1,26 @@
+#Maintainer: Jaroslav Lichtblau 
+#Contributor: Angel 'angvp' Velasquez 
+
+pkgname=aspell-ca
+pkgver=2.3.0
+pkgrel=3
+pkgdesc="Catalan dictionary for aspell"
+arch=('x86_64')
+url="http://aspell.net/";
+license=('GPL2')
+depends=('aspell')
+source=(https://www.softcatala.org/pub/softcatala/aspell/$pkgver/aspell6-ca-$pkgver.tar.bz2)
+sha256sums=('61db978261c9edabadf9d247fdbecac284ee92980b1aea478f72facaae950c52')
+
+build() {
+  cd aspell6-ca-${pkgver}
+
+  ./configure
+  make
+}
+
+package() {
+  cd aspell6-ca-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}


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

2018-06-04 Thread Antonio Rojas via arch-commits
Date: Monday, June 4, 2018 @ 18:42:38
  Author: arojas
Revision: 340421

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-04 18:42:17 UTC (rev 340420)
+++ PKGBUILD2018-06-04 18:42:38 UTC (rev 340421)
@@ -1,27 +0,0 @@
-# $Id$
-#Maintainer: Jaroslav Lichtblau 
-#Contributor: Angel 'angvp' Velasquez 
-
-pkgname=aspell-ca
-pkgver=2.3.0
-pkgrel=2
-pkgdesc="Catalan dictionary for aspell"
-arch=('i686' 'x86_64')
-url="http://aspell.net/";
-license=('GPL2')
-depends=('aspell')
-source=(http://www.softcatala.org/pub/softcatala/aspell/$pkgver/aspell6-ca-$pkgver.tar.bz2)
-sha256sums=('61db978261c9edabadf9d247fdbecac284ee92980b1aea478f72facaae950c52')
-
-build() {
-  cd aspell6-ca-${pkgver}
-
-  ./configure
-  make
-}
-
-package() {
-  cd aspell6-ca-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: aspell-ca/repos/community-x86_64/PKGBUILD (from rev 340420, 
aspell-ca/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-04 18:42:38 UTC (rev 340421)
@@ -0,0 +1,27 @@
+# $Id$
+#Maintainer: Jaroslav Lichtblau 
+#Contributor: Angel 'angvp' Velasquez 
+
+pkgname=aspell-ca
+pkgver=2.3.0
+pkgrel=3
+pkgdesc="Catalan dictionary for aspell"
+arch=('x86_64')
+url="http://aspell.net/";
+license=('GPL2')
+depends=('aspell')
+source=(http://www.softcatala.org/pub/softcatala/aspell/$pkgver/aspell6-ca-$pkgver.tar.bz2)
+sha256sums=('61db978261c9edabadf9d247fdbecac284ee92980b1aea478f72facaae950c52')
+
+build() {
+  cd aspell6-ca-${pkgver}
+
+  ./configure
+  make
+}
+
+package() {
+  cd aspell6-ca-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}