summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2018-12-03 23:28:06 +0000
committerGrey Christoforo2018-12-03 23:28:06 +0000
commit08270677a970aa7af6f945cec8929217204a2a3d (patch)
tree10001666ca2006b2296c3e715a86371fa21e0485
parent345f9ffa26fdc8b92b07d3add2fff10d092b7d2f (diff)
downloadaur-08270677a970aa7af6f945cec8929217204a2a3d.tar.gz
fix dep name
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b605bed7f3ce..f4c7be6611b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = python-serpent-ai-git
license = MIT
makedepends = python-setuptools
depends = python
- depends = xwininfo
+ depends = xorg-xwininfo
depends = xdotool
depends = opencv
depends = python-spritex
diff --git a/PKGBUILD b/PKGBUILD
index 16f3dc51bd81..71e82a67d61e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgver=r210.973af1a
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 xwininfo xdotool opencv python-spritex python-scikit-image python-xlib python-numpy python-scipy python-h5py-openmpi python-scikit-learn 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)
+depends=(python xorg-xwininfo xdotool opencv python-spritex python-scikit-image python-xlib python-numpy python-scipy python-h5py-openmpi python-scikit-learn 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)
makedepends=(python-setuptools)
license=('MIT')
arch=('any')