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

Johannes Löthberg demize at archlinux.org
Wed Dec 20 18:58:39 UTC 2017


    Date: Wednesday, December 20, 2017 @ 18:58:37
  Author: demize
Revision: 275054

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-20 18:58:22 UTC (rev 275053)
+++ PKGBUILD	2017-12-20 18:58:37 UTC (rev 275054)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski <barthalion at gmail.com>
-# Contributor: Jaroslaw Swierczynski <swiergot at aur.archlinux.org>
-# Contributor: Arkadiusz Laczynski <alaczynski at gmail.com>
-# Contributor: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-
-pkgname=aspell-pl
-pkgver=20160809
-pkgrel=1
-pkgdesc='Polish dictionary for aspell'
-arch=('i686' 'x86_64')
-url="http://www.sjp.pl/slownik/en/"
-license=('GPL' 'LGPL' 'MPL' 'CC SA' 'Apache')
-depends=('aspell')
-source=(http://sjp.pl/slownik/ort/sjp-aspell6-pl-6.0_$pkgver-0.tar.bz2)
-md5sums=('16fa56c2ae72cdb165a596bcabfe0ba4')
-
-build() {
-  cd aspell6-pl-6.0_$pkgver-0
-
-  ./configure
-  make
-}
-
-package() {
-  cd aspell6-pl-6.0_$pkgver-0
-
-  make DESTDIR="$pkgdir" install
-}

Copied: aspell-pl/repos/community-x86_64/PKGBUILD (from rev 275053, aspell-pl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-12-20 18:58:37 UTC (rev 275054)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: Bartłomiej Piotrowski <barthalion at gmail.com>
+# Contributor: Jaroslaw Swierczynski <swiergot at aur.archlinux.org>
+# Contributor: Arkadiusz Laczynski <alaczynski at gmail.com>
+# Contributor: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+
+pkgname=aspell-pl
+pkgver=20171220
+pkgrel=1
+pkgdesc='Polish dictionary for aspell'
+arch=('x86_64')
+url="http://www.sjp.pl/slownik/en/"
+license=('GPL' 'LGPL' 'MPL' 'CC SA' 'Apache')
+depends=('aspell')
+source=(https://sources.archlinux.org/other/community/aspell-pl/sjp-aspell6-pl-6.0_$pkgver-0.tar.bz2)
+md5sums=('cc1636ad87dbe08508a57d497000963f')
+
+build() {
+  cd aspell6-pl-6.0_$pkgver-0
+
+  ./configure
+  make
+}
+
+package() {
+  cd aspell6-pl-6.0_$pkgver-0
+
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list