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

Ionuț Mircea Bîru ioni at nymeria.archlinux.org
Thu Apr 25 16:51:27 UTC 2013


    Date: Thursday, April 25, 2013 @ 18:51:27
  Author: ioni
Revision: 183624

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-04-25 16:51:06 UTC (rev 183623)
+++ PKGBUILD	2013-04-25 16:51:27 UTC (rev 183624)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=hunspell-ro
-pkgver=3.3.7
-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=('32fe2743feeae0af7d239883dbb7a68f')
-
-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 183623, hunspell-ro/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-04-25 16:51:27 UTC (rev 183624)
@@ -0,0 +1,29 @@
+# $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
+}




More information about the arch-commits mailing list