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

Felix Yan felixonmars at archlinux.org
Thu May 31 02:28:24 UTC 2018


    Date: Thursday, May 31, 2018 @ 02:28:24
  Author: felixonmars
Revision: 333889

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-31 02:28:03 UTC (rev 333888)
+++ PKGBUILD	2018-05-31 02:28:24 UTC (rev 333889)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: György Balló <ballogy at freestart.hu>
-
-pkgname=aspell-hu
-pkgver=0.99.4.2
-pkgrel=4
-pkgdesc="Hungarian spellcheck dictionary for aspell"
-arch=('i686' 'x86_64')
-url="http://aspell.net/"
-license=('GPL')
-depends=('aspell')
-source=("ftp://ftp.gnu.org/gnu/aspell/dict/hu/aspell6-hu-${pkgver}-0.tar.bz2")
-md5sums=('4f4e1e98019a89d0ebf43ec59ae68254')
-
-build() {
-  cd "${srcdir}/aspell6-hu-${pkgver}-0"
-
-  ./configure
-  make
-}
-
-package() {
-  cd "${srcdir}/aspell6-hu-${pkgver}-0"
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: aspell-hu/repos/community-x86_64/PKGBUILD (from rev 333888, aspell-hu/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-31 02:28:24 UTC (rev 333889)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:
+# Contributor: György Balló <ballogy at freestart.hu>
+
+pkgname=aspell-hu
+pkgver=0.99.4.2
+pkgrel=5
+pkgdesc="Hungarian spellcheck dictionary for aspell"
+arch=('x86_64')
+url="http://aspell.net/"
+license=('GPL')
+depends=('aspell')
+source=("ftp://ftp.gnu.org/gnu/aspell/dict/hu/aspell6-hu-${pkgver}-0.tar.bz2")
+sha512sums=('95922401f2a8aeac61b117c464b4b83b8101fbe1e0ee758b3284a67c188348db55d900c2898eaa8639ee2db99c3b27e85f9677fc6a4d54caae57dd72101cb320')
+
+build() {
+  cd "${srcdir}/aspell6-hu-${pkgver}-0"
+
+  ./configure
+  make
+}
+
+package() {
+  cd "${srcdir}/aspell6-hu-${pkgver}-0"
+
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list