summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAustin Haedicke2017-11-25 11:17:26 -0500
committerAustin Haedicke2017-11-25 11:17:26 -0500
commit4d50a0c30b8122077cff6996cf34c725daaaae20 (patch)
tree9dfd1a62943cda966e4038e01ee255053d01de98
parenta5c862166a76085d2b426c7966246ff17c7f94e9 (diff)
downloadaur-4d50a0c30b8122077cff6996cf34c725daaaae20.tar.gz
python 2 compatible
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a87c02039b81..4cdb46c8ebe5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=dnd-tools
pkgver=84718f4
pkgrel=1
pkgdesc='Interactive CLI tools for Dungeons and Dragons 5e'
-depends=('python>=3.6')
+depends=('python')
makedepends=('git' 'python')
arch=('i686' 'x86_64')
url='https://github.com/savagezen/dnd-tools'