summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoranthraxx2016-08-18 00:51:53 +0200
committeranthraxx2016-08-18 00:51:53 +0200
commitf34e63fb475b7de7a6b5a473948f7cbbea5e73e3 (patch)
tree27a0191245a748d28272d42981530952a5bb45b7
parentc01d4fec2cbf6ee8da76c5df7d25c80bd12bd2d3 (diff)
downloadaur-peda-git.tar.gz
upgpkg: peda-git 1.1.82.b7c7d7a-1 (whitespace fix)
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 41386248ed25..b37cdbe4c036 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Jun 3 21:52:00 UTC 2016
+# Wed Aug 17 22:51:53 UTC 2016
pkgbase = peda-git
pkgdesc = Python Exploit Development Assistance for GDB
pkgver = 1.1.82.b7c7d7a
diff --git a/PKGBUILD b/PKGBUILD
index b4ef46cec428..27b399e0d4ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgdesc='Python Exploit Development Assistance for GDB'
url='https://github.com/longld/peda'
arch=('any')
license=('custom:Creative Commons')
-depends=( 'gdb' 'binutils' 'nasm' 'python-six')
+depends=('gdb' 'binutils' 'nasm' 'python-six')
makedepends=('git')
provides=('peda')
conflicts=('peda')