summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoranthraxx2016-03-13 00:29:46 +0100
committeranthraxx2016-03-13 00:29:46 +0100
commita9d265d1016c36c871ac83d119edccb6590e9dbf (patch)
treedf69161fca5628995aa5bdfef90b10fc17555b16
parente9a13c0777402dbbce9dd0e44faa427ca94d683a (diff)
downloadaur-a9d265d1016c36c871ac83d119edccb6590e9dbf.tar.gz
upgpkg: scanmem-git 0.15.4.751.6a5e2e8-2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3918ecd49e2b..2d8777908b49 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Mar 12 12:29:33 UTC 2016
+# Sat Mar 12 23:29:46 UTC 2016
pkgbase = scanmem-git
pkgdesc = Memory scanner designed to isolate the address of an arbitrary variable in an executing process
pkgver = 0.15.4.751.6a5e2e8
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/scanmem/scanmem
install = scanmem.install
arch = i686
@@ -11,7 +11,7 @@ pkgbase = scanmem-git
license = GPL3
makedepends = git
makedepends = intltool
- depends = pygtk
+ depends = gtk3
depends = python-gobject
depends = polkit
provides = scanmem
diff --git a/PKGBUILD b/PKGBUILD
index cfe320d34b5d..229a66e36e2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=scanmem-git
pkgver=0.15.4.751.6a5e2e8
-pkgrel=1
+pkgrel=2
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')
provides=('scanmem')
conflicts=('scanmem')
-depends=('pygtk' 'python-gobject' 'polkit')
+depends=('gtk3' 'python-gobject' 'polkit')
makedepends=('git' 'intltool')
install=scanmem.install
source=(${pkgname}::git+https://github.com/scanmem/scanmem.git)