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

Antonio Rojas arojas at archlinux.org
Sun May 8 11:12:11 UTC 2016


    Date: Sunday, May 8, 2016 @ 13:12:11
  Author: arojas
Revision: 174305

Hooks

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

-------------+
 PKGBUILD    |    3 +--
 gpa.install |   11 -----------
 2 files changed, 1 insertion(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-08 11:07:01 UTC (rev 174304)
+++ PKGBUILD	2016-05-08 11:12:11 UTC (rev 174305)
@@ -6,13 +6,12 @@
 
 pkgname=gpa
 pkgver=0.9.9
-pkgrel=1
+pkgrel=2
 pkgdesc="A graphical user interface for the GnuPG"
 arch=('i686' 'x86_64')
 url="https://www.gnupg.org/related_software/gpa/"
 license=('GPL3')
 depends=('gpgme' 'gtk2' 'desktop-file-utils')
-install="$pkgname.install"
 source=("ftp://ftp.gnupg.org/gcrypt/gpa/gpa-$pkgver.tar.bz2")
 md5sums=('017b585d64f865cf31680e40fbf02cc0')
 

Deleted: gpa.install
===================================================================
--- gpa.install	2016-05-08 11:07:01 UTC (rev 174304)
+++ gpa.install	2016-05-08 11:12:11 UTC (rev 174305)
@@ -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