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

Felix Yan fyan at archlinux.org
Thu Apr 28 16:16:26 UTC 2016


    Date: Thursday, April 28, 2016 @ 18:16:25
  Author: fyan
Revision: 172421

upgpkg: ninja-ide 2.3-3

- Hooks rebuild (part 1)
- I dunno why the hash changed :/

Modified:
  ninja-ide/trunk/PKGBUILD
Deleted:
  ninja-ide/trunk/ninja-ide.install

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-28 16:10:23 UTC (rev 172420)
+++ PKGBUILD	2016-04-28 16:16:25 UTC (rev 172421)
@@ -7,7 +7,7 @@
 
 pkgname=ninja-ide
 pkgver=2.3
-pkgrel=2
+pkgrel=3
 pkgdesc="Cross-platform IDE focused on Python application development"
 arch=('any')
 url="http://ninja-ide.org/"
@@ -15,8 +15,7 @@
 depends=('python2-setuptools' 'python2-pyqt' 'python2-pyinotify')
 source=($pkgname-$pkgver.zip::https://github.com/ninja-ide/ninja-ide/archive/v$pkgver.zip
         ninja-ide.desktop)
-install=$pkgname.install
-sha256sums=('489fd2aede8fc16a1216a245e095f00865e0b91e8b0369f023041984f1b62a06'
+sha256sums=('463a801040afca7fae12c8d9935e907dc99d744544b42808ce59737b5609e975'
             '6cabe8ba0c1589feb4919f9de6e4b8bc0a692f5cb8c630f1e9c661aa19f22fdb')
 
 package() {

Deleted: ninja-ide.install
===================================================================
--- ninja-ide.install	2016-04-28 16:10:23 UTC (rev 172420)
+++ ninja-ide.install	2016-04-28 16:16:25 UTC (rev 172421)
@@ -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