[arch-commits] Commit in scanmem/repos (4 files)

Levente Polyak anthraxx at archlinux.org
Fri Aug 4 08:59:02 UTC 2017


    Date: Friday, August 4, 2017 @ 08:59:01
  Author: anthraxx
Revision: 248136

archrelease: copy trunk to community-i686, community-x86_64

Added:
  scanmem/repos/community-i686/PKGBUILD
    (from rev 248135, scanmem/trunk/PKGBUILD)
  scanmem/repos/community-x86_64/PKGBUILD
    (from rev 248135, scanmem/trunk/PKGBUILD)
Deleted:
  scanmem/repos/community-i686/PKGBUILD
  scanmem/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   72 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   35 ---------------------
 community-x86_64/PKGBUILD |   35 ---------------------
 3 files changed, 72 insertions(+), 70 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-08-04 08:58:53 UTC (rev 248135)
+++ community-i686/PKGBUILD	2017-08-04 08:59:01 UTC (rev 248136)
@@ -1,35 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Michael P <ptchinster at archlinux.us>
-# Contributor: Aaron Griffin <aaron at archlinux.org>
-# Contributor: Elmo Todurov <todurov at gmail.com>
-# Contributor: Alexander De Sousa <archaur.xandy21 at spamgourmet.com>
-
-pkgname=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=('468cd48e7dd4413d5e34f0722073cc122a2594f265f28f063d3fa49169ef18e7b01106bacb46ab0618bce88ac87fa33e609c581bfd87423189177c6d27ebedff')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  ./autogen.sh
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --enable-gui --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: scanmem/repos/community-i686/PKGBUILD (from rev 248135, scanmem/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-08-04 08:59:01 UTC (rev 248136)
@@ -0,0 +1,36 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Michael P <ptchinster at archlinux.us>
+# Contributor: Aaron Griffin <aaron at archlinux.org>
+# Contributor: Elmo Todurov <todurov at gmail.com>
+# Contributor: Alexander De Sousa <archaur.xandy21 at spamgourmet.com>
+
+pkgname=scanmem
+pkgver=0.16.1
+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)
+sha256sums=('6eb8b843a34ef70f0d8f42f1d3aff779ae4cf7fde468ba4728519f45908b765b')
+sha512sums=('5e0a97e020a8a392aed75e2654cc6bcfad68590b9caab43444e57c3180be45ce1269f5acb02355bee57ff8bb5b9349b4f65e0fe96655206a812ea645796b153b')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  ./autogen.sh
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --enable-gui --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-08-04 08:58:53 UTC (rev 248135)
+++ community-x86_64/PKGBUILD	2017-08-04 08:59:01 UTC (rev 248136)
@@ -1,35 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Michael P <ptchinster at archlinux.us>
-# Contributor: Aaron Griffin <aaron at archlinux.org>
-# Contributor: Elmo Todurov <todurov at gmail.com>
-# Contributor: Alexander De Sousa <archaur.xandy21 at spamgourmet.com>
-
-pkgname=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=('468cd48e7dd4413d5e34f0722073cc122a2594f265f28f063d3fa49169ef18e7b01106bacb46ab0618bce88ac87fa33e609c581bfd87423189177c6d27ebedff')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  ./autogen.sh
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --enable-gui --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: scanmem/repos/community-x86_64/PKGBUILD (from rev 248135, scanmem/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-08-04 08:59:01 UTC (rev 248136)
@@ -0,0 +1,36 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Michael P <ptchinster at archlinux.us>
+# Contributor: Aaron Griffin <aaron at archlinux.org>
+# Contributor: Elmo Todurov <todurov at gmail.com>
+# Contributor: Alexander De Sousa <archaur.xandy21 at spamgourmet.com>
+
+pkgname=scanmem
+pkgver=0.16.1
+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)
+sha256sums=('6eb8b843a34ef70f0d8f42f1d3aff779ae4cf7fde468ba4728519f45908b765b')
+sha512sums=('5e0a97e020a8a392aed75e2654cc6bcfad68590b9caab43444e57c3180be45ce1269f5acb02355bee57ff8bb5b9349b4f65e0fe96655206a812ea645796b153b')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  ./autogen.sh
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --enable-gui --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list