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

Antonio Rojas arojas at archlinux.org
Sun Aug 7 11:33:17 UTC 2016


    Date: Sunday, August 7, 2016 @ 11:33:17
  Author: arojas
Revision: 185857

Hooks

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

----------------+
 PKGBUILD       |    5 ++---
 elinks.install |   11 -----------
 2 files changed, 2 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-08-07 11:31:29 UTC (rev 185856)
+++ PKGBUILD	2016-08-07 11:33:17 UTC (rev 185857)
@@ -8,15 +8,14 @@
 pkgname=elinks
 pkgver=0.13
 _commit="a3751107033599b835eaafa61177c8d4dda4b7ef"
-pkgrel=16
+pkgrel=17
 pkgdesc="An advanced and well-established feature-rich text mode web browser."
 arch=("i686" "x86_64")
 url="http://elinks.or.cz"
 license=('GPL')
 depends=('bzip2' 'expat>=2.0' 'gpm>=1.20.4' 'openssl' 'lua51' 'libidn' 'js185'
-	 'gc' 'tre' 'desktop-file-utils')
+	 'gc' 'tre')
 makedepends=('git')
-install=elinks.install
 source=("git+http://elinks.cz/elinks.git#commit=$_commit")
 md5sums=('SKIP')
 

Deleted: elinks.install
===================================================================
--- elinks.install	2016-08-07 11:31:29 UTC (rev 185856)
+++ elinks.install	2016-08-07 11:33:17 UTC (rev 185857)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}



More information about the arch-commits mailing list