[arch-commits] Commit in aspell-nl/repos/extra-any (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Tue Jun 5 06:37:38 UTC 2018


    Date: Tuesday, June 5, 2018 @ 06:37:37
  Author: arojas
Revision: 325881

archrelease: copy trunk to extra-any

Added:
  aspell-nl/repos/extra-any/PKGBUILD
    (from rev 325880, aspell-nl/trunk/PKGBUILD)
Deleted:
  aspell-nl/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-05 06:37:17 UTC (rev 325880)
+++ PKGBUILD	2018-06-05 06:37:37 UTC (rev 325881)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Simo Leone <simo at archlinux.org>
-# Contributor: Tobias Kieslich <tobias at justdreams.de>
-
-pkgname=aspell-nl
-pkgver=0.50.2
-pkgrel=4
-pkgdesc="Dutch dictionary for aspell"
-arch=('any')
-url="http://aspell.net/"
-license=('custom')
-depends=('aspell')
-source=(ftp://ftp.gnu.org/gnu/aspell/dict/nl/$pkgname-0.50-2.tar.bz2)
-md5sums=('c3ef9fd7dc4c47d816eee9ef5149c76a')
-
-build() {
-  cd $srcdir/$pkgname-0.50-2
-  ./configure
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-0.50-2
-  make DESTDIR=$pkgdir install
-
-  install -D -m644 Copyright $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: aspell-nl/repos/extra-any/PKGBUILD (from rev 325880, aspell-nl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-05 06:37:37 UTC (rev 325881)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer:
+# Contributor: Simo Leone <simo at archlinux.org>
+# Contributor: Tobias Kieslich <tobias at justdreams.de>
+
+pkgname=aspell-nl
+pkgver=0.50.2
+pkgrel=5
+pkgdesc="Dutch dictionary for aspell"
+arch=('any')
+url="http://aspell.net/"
+license=('custom')
+depends=('aspell')
+source=(ftp://ftp.gnu.org/gnu/aspell/dict/nl/$pkgname-0.50-2.tar.bz2)
+md5sums=('c3ef9fd7dc4c47d816eee9ef5149c76a')
+
+build() {
+  cd $srcdir/$pkgname-0.50-2
+  ./configure
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-0.50-2
+  make DESTDIR=$pkgdir install
+
+  install -D -m644 Copyright $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list