[arch-commits] Commit in aspell/trunk (PKGBUILD aspell.install)

Felix Yan fyan at archlinux.org
Wed Apr 27 14:38:28 UTC 2016


    Date: Wednesday, April 27, 2016 @ 16:38:27
  Author: fyan
Revision: 266217

upgpkg: aspell 0.60.6.1-5

Hooks rebuild (part 1)

Modified:
  aspell/trunk/PKGBUILD
Deleted:
  aspell/trunk/aspell.install

----------------+
 PKGBUILD       |    3 +--
 aspell.install |   24 ------------------------
 2 files changed, 1 insertion(+), 26 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-27 14:32:36 UTC (rev 266216)
+++ PKGBUILD	2016-04-27 14:38:27 UTC (rev 266217)
@@ -8,7 +8,7 @@
 pkgname=aspell
 pkgver=0.60.6.1
 _pkgmajorver=0.60
-pkgrel=4
+pkgrel=5
 pkgdesc="A spell checker designed to eventually replace Ispell"
 arch=('i686' 'x86_64')
 url="http://aspell.net/"
@@ -15,7 +15,6 @@
 license=('LGPL')
 depends=('gcc-libs' 'ncurses')
 optdepends=('perl: to import old dictionaries')
-install=aspell.install
 source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
 md5sums=('e66a9c9af6a60dc46134fdacf6ce97d7')
 sha1sums=('ff1190db8de279f950c242c6f4c5d5cdc2cbdc49')

Deleted: aspell.install
===================================================================
--- aspell.install	2016-04-27 14:32:36 UTC (rev 266216)
+++ aspell.install	2016-04-27 14:38:27 UTC (rev 266217)
@@ -1,24 +0,0 @@
-infodir=usr/share/info
-filelist=(aspell.info aspell-dev.info)
-
-post_install() {
-  echo "==> aspell comes with no default dictionary"
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-    install-info $infodir/$file $infodir/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-    install-info $infodir/$file $infodir/dir 2> /dev/null
-  done
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-    install-info --delete $infodir/$file $infodir/dir 2> /dev/null
-  done
-}



More information about the arch-commits mailing list