summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Schulte2019-04-12 23:03:31 -0400
committerEric Schulte2019-04-12 23:03:31 -0400
commita6b2ac2ee876a948c1e9362b2b37e8c41ccd639e (patch)
tree6088785975896215d7c1a6ae446f630738f6f0b0
parent77cc9c522be974a0c064768628be9cd447ffa0b4 (diff)
downloadaur-a6b2ac2ee876a948c1e9362b2b37e8c41ccd639e.tar.gz
Remove Python2 dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 32795d5875c0..c78c1bb29209 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = gtirb-git
pkgdesc = GrammaTech Intermediate Representation for Binaries
- pkgver = v0.1.0.r115.g8e9c4f3
+ pkgver = v0.1.0.r118.g94f7146
pkgrel = 1
url = https://github.com/grammatech/gtirb
arch = x86_64
license = MIT
makedepends = git
makedepends = cmake
+ makedepends = graphviz
optdepends = boost: build against system boost
provides = gtirb
source = git://github.com/grammatech/gtirb.git
diff --git a/PKGBUILD b/PKGBUILD
index 1a196b985ba7..86bc490d73bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,9 +10,8 @@ url="https://github.com/grammatech/gtirb"
license=('MIT')
optdepends=('boost: build against system boost')
depends=()
-# python2 --- to build the docs
# graphviz -- to build the docs
-makedepends=('git' 'cmake' 'python2' 'graphviz')
+makedepends=('git' 'cmake' 'graphviz')
provides=('gtirb')
source=('git://github.com/grammatech/gtirb.git')
sha512sums=('SKIP')