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

Jelle van der Waa jelle at archlinux.org
Mon Mar 28 08:37:56 UTC 2016


    Date: Monday, March 28, 2016 @ 10:37:55
  Author: jelle
Revision: 168679

Fix FS#44061

Remove recursive function in .install

Modified:
  xjadeo/trunk/PKGBUILD
  xjadeo/trunk/xjadeo.install

----------------+
 PKGBUILD       |    2 +-
 xjadeo.install |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-28 07:54:05 UTC (rev 168678)
+++ PKGBUILD	2016-03-28 08:37:55 UTC (rev 168679)
@@ -3,7 +3,7 @@
 
 pkgname=xjadeo
 pkgver=0.8.5
-pkgrel=2
+pkgrel=3
 pkgdesc="A simple video player that is synchronized to jack transport."
 arch=('i686' 'x86_64')
 url="http://xjadeo.sourceforge.net"

Modified: xjadeo.install
===================================================================
--- xjadeo.install	2016-03-28 07:54:05 UTC (rev 168678)
+++ xjadeo.install	2016-03-28 08:37:55 UTC (rev 168679)
@@ -2,7 +2,7 @@
   update-desktop-database -q
 }
 
-post_install() {
+post_upgrade() {
   post_install
 }
 



More information about the arch-commits mailing list