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

Levente Polyak anthraxx at archlinux.org
Sat Mar 12 18:48:09 UTC 2016


    Date: Saturday, March 12, 2016 @ 19:48:09
  Author: anthraxx
Revision: 166425

upgpkg: scanmem 0.15.6-1

Modified:
  scanmem/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++----------
 1 file changed, 3 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-12 18:27:22 UTC (rev 166424)
+++ PKGBUILD	2016-03-12 18:48:09 UTC (rev 166425)
@@ -5,7 +5,7 @@
 # Contributor: Alexander De Sousa <archaur.xandy21 at spamgourmet.com>
 
 pkgname=scanmem
-pkgver=0.15.5
+pkgver=0.15.6
 pkgrel=1
 pkgdesc="Memory scanner designed to isolate the address of an arbitrary variable in an executing process"
 url="https://github.com/scanmem/scanmem"
@@ -14,16 +14,9 @@
 depends=('pygtk' 'python-gobject' 'polkit')
 makedepends=('intltool')
 install=scanmem.install
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz
-        drop-gtk-update-icon.patch)
-sha512sums=('e9d5c63a89a30462a8ab65a5426d13d36324984ca341f737a65756ee7b27e5621810ec730dc3c46718ce90400b63b7540594110d177496b43b8fe2ced7618247'
-            '5df78e2dcdaf5c2bf355911f9851375ffeed819dd50bfdc47c5cb8096eaa9b7aa69b7852b937b782661e27d213d8543309dedd92ada38e225fd1375e3f12fe3c')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz)
+sha512sums=('2367de35683a3b9debb8aacb15b418059d2a83f847528c707817fed7a96e8a17a712a7a13ff1526363f20c00d5c64560d488bc62e40677369d731561ac6dad72')
 
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -Rp1 < "${srcdir}/drop-gtk-update-icon.patch"
-}
-
 build() {
   cd ${pkgname}-${pkgver}
   ./autogen.sh



More information about the arch-commits mailing list