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

Antonio Rojas arojas at archlinux.org
Fri Nov 27 21:12:42 UTC 2015


    Date: Friday, November 27, 2015 @ 22:12:42
  Author: arojas
Revision: 252008

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-11-27 21:12:12 UTC (rev 252007)
+++ PKGBUILD	2015-11-27 21:12:42 UTC (rev 252008)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=hunspell-ro
-pkgver=3.3.8
-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=('e1119143f58ff7a3f552f857ecb07be2')
-
-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 252007, hunspell-ro/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-11-27 21:12:42 UTC (rev 252008)
@@ -0,0 +1,29 @@
+# $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
+}



More information about the arch-commits mailing list