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

Jaroslav Lichtblau jlichtblau at archlinux.org
Fri Apr 29 11:38:05 UTC 2016


    Date: Friday, April 29, 2016 @ 13:38:05
  Author: jlichtblau
Revision: 172700

upgpkg: esmska 1.9-2 pacman hooks part 1 rebuild

Modified:
  esmska/trunk/PKGBUILD
  esmska/trunk/esmska.changelog
Deleted:
  esmska/trunk/esmska.install

------------------+
 PKGBUILD         |    3 +--
 esmska.changelog |    3 +++
 esmska.install   |   13 -------------
 3 files changed, 4 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-29 11:32:39 UTC (rev 172699)
+++ PKGBUILD	2016-04-29 11:38:05 UTC (rev 172700)
@@ -3,7 +3,7 @@
 
 pkgname=esmska
 pkgver=1.9
-pkgrel=1
+pkgrel=2
 pkgdesc="Program for sending SMS over the Internet"
 arch=('any')
 url="https://github.com/kparal/esmska"
@@ -10,7 +10,6 @@
 license=('AGPL' 'custom')
 depends=('java-runtime' 'desktop-file-utils')
 makedepends=('apache-ant')
-install=$pkgname.install
 changelog=$pkgname.changelog
 source=($pkgname-$pkgver.tar.gz::https://github.com/kparal/$pkgname/archive/v$pkgver.tar.gz)
 sha256sums=('f9dfcf0a16ec97c34bae04a1ccee23b2a034a7dd5ce1e4661d9d6b08b297b9ca')

Modified: esmska.changelog
===================================================================
--- esmska.changelog	2016-04-29 11:32:39 UTC (rev 172699)
+++ esmska.changelog	2016-04-29 11:38:05 UTC (rev 172700)
@@ -1,3 +1,6 @@
+2016-04-29 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* esmska 1.9-2 pacman hooks rebuild
+
 2015-11-28 Jaroslav Lichtblau <svetlemodry at archlinux.org>
 	* esmska 1.9-1
 

Deleted: esmska.install
===================================================================
--- esmska.install	2016-04-29 11:32:39 UTC (rev 172699)
+++ esmska.install	2016-04-29 11:38:05 UTC (rev 172700)
@@ -1,13 +0,0 @@
-post_install() {
-  echo -n "Updating desktop and mime database ..."
-  update-desktop-database -q
-  echo "done"
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}



More information about the arch-commits mailing list