summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2018-11-28 01:34:43 +0000
committerGrey Christoforo2018-11-28 01:34:43 +0000
commitddc12c3a6d5c13d6ae0915c7f1b8d019d5f2bf68 (patch)
treee815879f3a645747cb05bee77460012406da58d4
parent110e30e6da8e75b6dd3d16b5165543ec3f45f1dd (diff)
downloadaur-ddc12c3a6d5c13d6ae0915c7f1b8d019d5f2bf68.tar.gz
fix dep
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a6d2f6758e1..a40d72cc54d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-serpent-ai-git
pkgdesc = Game Agent Framework. Helping you create AIs / Bots to play any game you own!
- pkgver = r254.7c66954
+ pkgver = r256.621b774
pkgrel = 1
url = https://github.com/greyltc/SerpentAI
arch = any
@@ -17,6 +17,7 @@ pkgbase = python-serpent-ai-git
depends = python-crossbar
depends = tesseract
depends = tesseract-data-eng
+ depends = python-redis
depends = redis
depends = python-aioredis
depends = python-kivy
@@ -27,7 +28,8 @@ pkgbase = python-serpent-ai-git
depends = python-sneakysnek-git
depends = python-mss
depends = python-tesserocr
- source = git://github.com/greyltc/SerpentAI.git
+ depends = cython
+ source = git+file:///home/grey/git/SerpentAI
md5sums = SKIP
pkgname = python-serpent-ai-git
diff --git a/PKGBUILD b/PKGBUILD
index 42c02b08ed95..007cac6ff32c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
pkgname=python-serpent-ai-git
_module='SerpentAI'
-pkgver=r254.7c66954
+pkgver=r256.621b774
pkgrel=1
pkgdesc="Game Agent Framework. Helping you create AIs / Bots to play any game you own!"
url="https://github.com/greyltc/SerpentAI"
-depends=(python opencv python-scikit-image python-xlib python-numpy python-scipy python-h5py-openmpi python-scikit-learn python-crossbar tesseract tesseract-data-eng redis python-aioredis python-kivy python-pyautogui python-autobahn python-editdistance python-offshoot-git python-sneakysnek-git python-mss python-tesserocr)
+depends=(python opencv python-scikit-image python-xlib python-numpy python-scipy python-h5py-openmpi python-scikit-learn python-crossbar tesseract tesseract-data-eng python-redis redis python-aioredis python-kivy python-pyautogui python-autobahn python-editdistance python-offshoot-git python-sneakysnek-git python-mss python-tesserocr cython)
#TODO: python-tesserocr
makedepends=(python-setuptools)
license=('MIT')
arch=('any')
-source=("git://github.com/greyltc/SerpentAI.git")
+source=("git+file:///home/grey/git/SerpentAI")
+#source=("git://github.com/greyltc/SerpentAI.git")
md5sums=('SKIP')
pkgver() {