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

Jaroslav Lichtblau jlichtblau at archlinux.org
Sat Nov 2 19:57:03 UTC 2019


    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
===================================================================
--- PKGBUILD	2019-11-02 19:56:54 UTC (rev 522173)
+++ PKGBUILD	2019-11-02 19:57:03 UTC (rev 522174)
@@ -1,26 +0,0 @@
-#Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-#Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
-
-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)
+++ PKGBUILD	2019-11-02 19:57:03 UTC (rev 522174)
@@ -0,0 +1,26 @@
+#Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+#Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
+
+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
+}



More information about the arch-commits mailing list