Date: Friday, April 29, 2016 @ 15:17:27
  Author: jlichtblau
Revision: 172718

upgpkg: billreminder 0.4.0-7 pacman hooks part 1 rebuild

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

----------------------+
 PKGBUILD             |    7 +++----
 billreminder.install |   15 ---------------
 2 files changed, 3 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2016-04-29 12:59:16 UTC (rev 172717)
+++ PKGBUILD    2016-04-29 13:17:27 UTC (rev 172718)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer: Jaroslav Lichtblau <dragonl...@aur.archlinus.org>
+# Maintainer: Jaroslav Lichtblau <svetlemo...@archlinus.org>
 # Contributor: Thomas Dziedzic < gostrc at gmail >
 # Contributor: Daniel J Griffiths <ghost1...@archlinux.us>
 # Contributor: Hugo Doria <h...@archlinux.org>
@@ -6,15 +6,14 @@
 
 pkgname=billreminder
 pkgver=0.4.0
-pkgrel=6
+pkgrel=7
 pkgdesc="Small and quick accounting application designed to allow for easy 
tracking of bills"
 arch=('any')
-url="http://billreminder.gnulinuxbrasil.org/";
+url="http://ftp.acc.umu.se/pub/GNOME/sources/billreminder/";
 license=('GPL3')
 depends=('python2-dbus' 'desktop-file-utils' 'pygtk' 'python2-xdg'
          'xdg-utils' 'python2-gconf' 'python2-sqlalchemy' 'hicolor-icon-theme')
 makedepends=('intltool')
-install=$pkgname.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
 sha256sums=('6a89584a1c90f661a7954a0c5c8bd392b8e2712d6cfd759fb6e588548ac8ff4e')
 

Deleted: billreminder.install
===================================================================
--- billreminder.install        2016-04-29 12:59:16 UTC (rev 172717)
+++ billreminder.install        2016-04-29 13:17:27 UTC (rev 172718)
@@ -1,15 +0,0 @@
-post_install() {
-  gconfpkg --install billreminder
-
-  update-desktop-database -q
-  which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource 
forceupdate || true
-}
-
-pre_remove() {
-  gconfpkg --uninstall billreminder
-}
-
-post_remove() {
-  update-desktop-database -q
-  which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource 
forceupdate || true
-}

Reply via email to