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

Maxim Baz maximbaz at archlinux.org
Sun Dec 2 22:54:01 UTC 2018


    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
===================================================================
--- PKGBUILD	2018-12-02 22:53:25 UTC (rev 410807)
+++ PKGBUILD	2018-12-02 22:54:00 UTC (rev 410808)
@@ -1,27 +0,0 @@
-# $Id$
-#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=(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)
+++ PKGBUILD	2018-12-02 22:54:00 UTC (rev 410808)
@@ -0,0 +1,26 @@
+#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
+}



More information about the arch-commits mailing list