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

Levente Polyak anthraxx at archlinux.org
Thu May 5 18:26:44 UTC 2016


    Date: Thursday, May 5, 2016 @ 20:26:43
  Author: anthraxx
Revision: 173852

upgpkg: scanmem 0.15.7-1

- upstream release
- replace install file with pacman hooks

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

-----------------+
 PKGBUILD        |    7 +++----
 scanmem.install |   23 -----------------------
 2 files changed, 3 insertions(+), 27 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-05 17:43:32 UTC (rev 173851)
+++ PKGBUILD	2016-05-05 18:26:43 UTC (rev 173852)
@@ -5,8 +5,8 @@
 # Contributor: Alexander De Sousa <archaur.xandy21 at spamgourmet.com>
 
 pkgname=scanmem
-pkgver=0.15.6
-pkgrel=3
+pkgver=0.15.7
+pkgrel=1
 pkgdesc="Memory scanner designed to isolate the address of an arbitrary variable in an executing process"
 url="https://github.com/scanmem/scanmem"
 arch=('i686' 'x86_64')
@@ -13,9 +13,8 @@
 license=('GPL3')
 depends=('gtk3' 'python-gobject' 'polkit')
 makedepends=('intltool')
-install=scanmem.install
 source=(${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('2367de35683a3b9debb8aacb15b418059d2a83f847528c707817fed7a96e8a17a712a7a13ff1526363f20c00d5c64560d488bc62e40677369d731561ac6dad72')
+sha512sums=('05ce976282aac9a9e34f3a40c9258cd8970b14891fe2e61c4e9029f3bfcf8ce4d21231b71b1c598f9e3b46d69db7d3363edd6ed199f4c3f3015497438043d052')
 
 build() {
   cd ${pkgname}-${pkgver}

Deleted: scanmem.install
===================================================================
--- scanmem.install	2016-05-05 17:43:32 UTC (rev 173851)
+++ scanmem.install	2016-05-05 18:26:43 UTC (rev 173852)
@@ -1,23 +0,0 @@
-update_cache() {
-  if [ -x usr/bin/xdg-icon-resource ]; then
-    xdg-icon-resource forceupdate --theme hicolor > /dev/null 2>&1
-  fi
-
-  if [ -x usr/bin/update-desktop-database ]; then
-    usr/bin/update-desktop-database -q
-  fi
-}
-
-post_install() {
-  update_cache
-}
-
-post_upgrade() {
-  update_cache
-}
-
-post_remove() {
-  update_cache
-}
-
-# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list