summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c74fdf13046..e3eefc9f5e8f 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 = r260.0e95c90
+ pkgver = r210.973af1a
pkgrel = 1
url = https://github.com/greyltc/SerpentAI
arch = any
@@ -28,7 +28,7 @@ pkgbase = python-serpent-ai-git
depends = python-mss
depends = python-tesserocr
depends = cython
- source = git+file:///home/grey/git/SerpentAI
+ source = git://github.com/greyltc/SerpentAI.git
md5sums = SKIP
pkgname = python-serpent-ai-git
diff --git a/PKGBUILD b/PKGBUILD
index bf34c0a6089d..132494e619e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=python-serpent-ai-git
_module='SerpentAI'
-pkgver=r260.0e95c90
+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"
@@ -8,8 +8,7 @@ depends=(python opencv python-scikit-image python-xlib python-numpy python-scipy
makedepends=(python-setuptools)
license=('MIT')
arch=('any')
-source=("git+file:///home/grey/git/SerpentAI")
-#source=("git://github.com/greyltc/SerpentAI.git")
+source=("git://github.com/greyltc/SerpentAI.git")
md5sums=('SKIP')
pkgver() {