[arch-commits] Commit in hunspell-ro/repos/extra-any (PKGBUILD PKGBUILD)

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


    Date: Thursday, May 31, 2018 @ 02:50:34
  Author: felixonmars
Revision: 325313

archrelease: copy trunk to extra-any

Added:
  hunspell-ro/repos/extra-any/PKGBUILD
    (from rev 325312, hunspell-ro/trunk/PKGBUILD)
Deleted:
  hunspell-ro/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-31 02:50:17 UTC (rev 325312)
+++ PKGBUILD	2018-05-31 02:50:34 UTC (rev 325313)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=hunspell-ro
-pkgver=3.3.10
-pkgrel=1
-pkgdesc="Romanian dictionary for Hunspell"
-arch=('any')
-url="http://sourceforge.net/projects/rospell/"
-license=('LGPL' 'GPL' 'MPL')
-depends=('hunspell')
-source=(http://downloads.sourceforge.net/rospell/ro_RO.$pkgver.zip)
-md5sums=('e888a52b5c868c3f4f7c6a30e59d3a14')
-
-package() {
-  cd "$srcdir"
-  install -dm755 $pkgdir/usr/share/hunspell
-
-  install -D -m644 ro_RO.dic "$pkgdir/usr/share/hunspell/ro_RO.dic"
-  install -D -m644 ro_RO.aff "$pkgdir/usr/share/hunspell/ro_RO.aff"
-
- # the symlinks
-  install -dm755 $pkgdir/usr/share/myspell/dicts
-  pushd $pkgdir/usr/share/myspell/dicts
-    for file in $pkgdir/usr/share/hunspell/*; do
-      ln -sv /usr/share/hunspell/$(basename $file) .
-    done
-  popd
-}

Copied: hunspell-ro/repos/extra-any/PKGBUILD (from rev 325312, hunspell-ro/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-31 02:50:34 UTC (rev 325313)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=hunspell-ro
+pkgver=3.3.10
+pkgrel=2
+pkgdesc="Romanian dictionary for Hunspell"
+arch=('any')
+url="http://sourceforge.net/projects/rospell/"
+license=('LGPL' 'GPL' 'MPL')
+depends=('hunspell')
+source=(http://downloads.sourceforge.net/rospell/ro_RO.$pkgver.zip)
+sha512sums=('192d53fc087fb96306c46092a2b5cac9c28528f741c686d3b5e80c11c7bfdd16e1e406cfc1c32a99d72e2db01722e539b28c716379f38a3703e6954c8f9f2170')
+
+package() {
+  cd "$srcdir"
+  install -dm755 $pkgdir/usr/share/hunspell
+
+  install -D -m644 ro_RO.dic "$pkgdir/usr/share/hunspell/ro_RO.dic"
+  install -D -m644 ro_RO.aff "$pkgdir/usr/share/hunspell/ro_RO.aff"
+
+ # the symlinks
+  install -dm755 $pkgdir/usr/share/myspell/dicts
+  pushd $pkgdir/usr/share/myspell/dicts
+    for file in $pkgdir/usr/share/hunspell/*; do
+      ln -sv /usr/share/hunspell/$(basename $file) .
+    done
+  popd
+}



More information about the arch-commits mailing list