summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGrey Christoforo2018-11-29 14:33:02 +0000
committerGrey Christoforo2018-11-29 14:33:02 +0000
commit34357dcdbddab2fafdacccd41b957f257b6bce23 (patch)
treefab2505a67833482ace4e8c270889150a144f94e /PKGBUILD
parent7a41e8e0d1c5e1e4e1387c18048b58f82c5c743b (diff)
downloadaur-34357dcdbddab2fafdacccd41b957f257b6bce23.tar.gz
fix source
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
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() {