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

Antonio Rojas arojas at archlinux.org
Mon Jun 4 18:46:36 UTC 2018


    Date: Monday, June 4, 2018 @ 18:46:35
  Author: arojas
Revision: 340427

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-04 18:46:15 UTC (rev 340426)
+++ PKGBUILD	2018-06-04 18:46:35 UTC (rev 340427)
@@ -1,29 +0,0 @@
-# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
-# Contributor: jimmie <jimmiej at hotmail.com>
-# Contributor: swanson
-
-pkgname=aspell-sv
-pkgver=0.51
-pkgrel=1
-
-pkgdesc="Swedish dictionary for aspell"
-url="http://aspell.net/"
-license=('LGPL')
-arch=('i686' 'x86_64')
-
-depends=('aspell')
-
-source=("ftp://ftp.gnu.org/gnu/aspell/dict/sv/aspell-sv-$pkgver-0.tar.bz2")
-
-md5sums=('d180c781f8986ea0f65b6b18f02a494e')
-
-build() {
-  cd aspell-sv-"$pkgver"-0
-  ./configure
-  make
-}
-
-package() {
-  cd aspell-sv-"$pkgver"-0
-  make DESTDIR="$pkgdir" install
-}

Copied: aspell-sv/repos/community-x86_64/PKGBUILD (from rev 340426, aspell-sv/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-04 18:46:35 UTC (rev 340427)
@@ -0,0 +1,29 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: jimmie <jimmiej at hotmail.com>
+# Contributor: swanson
+
+pkgname=aspell-sv
+pkgver=0.51
+pkgrel=2
+
+pkgdesc="Swedish dictionary for aspell"
+url="http://aspell.net/"
+license=('LGPL')
+arch=('x86_64')
+
+depends=('aspell')
+
+source=("ftp://ftp.gnu.org/gnu/aspell/dict/sv/aspell-sv-$pkgver-0.tar.bz2")
+
+md5sums=('d180c781f8986ea0f65b6b18f02a494e')
+
+build() {
+  cd aspell-sv-"$pkgver"-0
+  ./configure
+  make
+}
+
+package() {
+  cd aspell-sv-"$pkgver"-0
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list