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

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


    Date: Thursday, May 31, 2018 @ 02:31:27
  Author: felixonmars
Revision: 333901

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-31 02:31:07 UTC (rev 333900)
+++ PKGBUILD	2018-05-31 02:31:27 UTC (rev 333901)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Simo Leone <simo at archlinux.org>
-# Contributor: Rouslan Solomakhin <rouslan at localnet.com>
-
-pkgname=aspell-ru
-pkgver=0.99f7
-pkgrel=6
-pkgdesc="Russian dictionary for aspell"
-arch=('i686' 'x86_64') #We cannot use 'any' see FS#22443
-url="http://aspell.net/"
-license=('custom')
-depends=('aspell')
-source=(ftp://ftp.gnu.org/gnu/aspell/dict/ru/aspell6-ru-$pkgver-1.tar.bz2)
-md5sums=('c4c98eaa5e77ad3adccbc5c96cb57cb3')
-
-build() {
-  cd $srcdir/aspell6-ru-$pkgver-1
-  ./configure
-  make
-}
-
-package() {
-  cd $srcdir/aspell6-ru-$pkgver-1
-  make DESTDIR=$pkgdir install
-
-  install -D -m644 Copyright $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: aspell-ru/repos/community-x86_64/PKGBUILD (from rev 333900, aspell-ru/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-31 02:31:27 UTC (rev 333901)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer:
+# Contributor: Simo Leone <simo at archlinux.org>
+# Contributor: Rouslan Solomakhin <rouslan at localnet.com>
+
+pkgname=aspell-ru
+pkgver=0.99f7
+pkgrel=7
+pkgdesc="Russian dictionary for aspell"
+arch=('x86_64') #We cannot use 'any' see FS#22443
+url="http://aspell.net/"
+license=('custom')
+depends=('aspell')
+source=(ftp://ftp.gnu.org/gnu/aspell/dict/ru/aspell6-ru-$pkgver-1.tar.bz2)
+sha512sums=('789fe15f5502b54008a41f2afb5635dcb7bb0a36e61b300ee48b2429c339793f5c4808d6063f13f1f8455ce251912433890e7d01ca59d8b0924ecd2987ceb430')
+
+build() {
+  cd $srcdir/aspell6-ru-$pkgver-1
+  ./configure
+  make
+}
+
+package() {
+  cd $srcdir/aspell6-ru-$pkgver-1
+  make DESTDIR=$pkgdir install
+
+  install -D -m644 Copyright $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list