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

Levente Polyak anthraxx at archlinux.org
Sun Dec 18 21:47:05 UTC 2016


    Date: Sunday, December 18, 2016 @ 21:47:04
  Author: anthraxx
Revision: 200222

upgpkg: scanmem 0.16-1

Modified:
  scanmem/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-18 21:39:36 UTC (rev 200221)
+++ PKGBUILD	2016-12-18 21:47:04 UTC (rev 200222)
@@ -5,20 +5,24 @@
 # Contributor: Alexander De Sousa <archaur.xandy21 at spamgourmet.com>
 
 pkgname=scanmem
-pkgver=0.15.8
-pkgrel=2
-pkgdesc="Memory scanner designed to isolate the address of an arbitrary variable in an executing process"
-url="https://github.com/scanmem/scanmem"
+pkgver=0.16
+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')
 license=('GPL3')
 depends=('gtk3' 'python-gobject' 'polkit')
 makedepends=('intltool')
 source=(${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('d43d6967105882db93f39ef80169904366969c7ad3a58798218a7b38cca650f3ef705304143e5afe938c0a1345dd9e3cc33e30888e96f4e2e1cf7519b38713da')
+sha512sums=('468cd48e7dd4413d5e34f0722073cc122a2594f265f28f063d3fa49169ef18e7b01106bacb46ab0618bce88ac87fa33e609c581bfd87423189177c6d27ebedff')
 
+prepare() {
+  cd ${pkgname}-${pkgver}
+  ./autogen.sh
+}
+
 build() {
   cd ${pkgname}-${pkgver}
-  ./autogen.sh
   ./configure --enable-gui --prefix=/usr
   make
 }



More information about the arch-commits mailing list