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

Ionut Biru ibiru at archlinux.org
Sat Nov 5 16:28:05 UTC 2011


    Date: Saturday, November 5, 2011 @ 12:28:05
  Author: ibiru
Revision: 142175

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2011-11-05 16:27:40 UTC (rev 142174)
+++ PKGBUILD	2011-11-05 16:28:05 UTC (rev 142175)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=hunspell-ro
-pkgver=3.3.6
-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)
-md5sums=('c3bed9e92b83e5684e4ba8d4c0547993')
-
-build() {
-  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 142174, hunspell-ro/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2011-11-05 16:28:05 UTC (rev 142175)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=hunspell-ro
+pkgver=3.3.7
+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=('32fe2743feeae0af7d239883dbb7a68f')
+
+build() {
+  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