summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Trickey2020-08-18 16:43:28 +0100
committerDan Trickey2020-08-18 16:43:28 +0100
commitdaf3cf8381185c3269ce5b80130c6b179f86cf5c (patch)
tree473ce2fc19e0f527a5852690e06f90f4fc7de8be
parent11de94fe2a72447f07b27989955c1bc4e27047e5 (diff)
downloadaur-daf3cf8381185c3269ce5b80130c6b179f86cf5c.tar.gz
Updated to 0.8.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 722d83ce7660..d2f5370d6228 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,8 +10,8 @@ pkgbase = python-sbot
depends = python
depends = python-j5
optdepends = python-zoloto
- source = https://api.github.com/repos/sourcebots/sbot/tarball/v0.8.0
- sha512sums = f17637ee2ae6c6ac2b3ad5a1aecd3cc2258bf0612c26983c5de8429bab82f0bb742c1ef2b3690a4d2186f0bb341544b128cac23285bf2be17a97dea4b525b25b
+ source =
+ sha512sums =
pkgname = python-sbot
diff --git a/PKGBUILD b/PKGBUILD
index 13ddc57021d0..16816b09bfa4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,8 +11,8 @@ license=('MIT')
depends=('python' 'python-j5')
optdepends=('python-zoloto')
makedepends=('python-setuptools' 'python-dephell')
-source=("https://api.github.com/repos/sourcebots/sbot/tarball/v0.8.0")
-sha512sums=('f17637ee2ae6c6ac2b3ad5a1aecd3cc2258bf0612c26983c5de8429bab82f0bb742c1ef2b3690a4d2186f0bb341544b128cac23285bf2be17a97dea4b525b25b')
+source=("")
+sha512sums=('')
prepare() {
cd $(ls ${srcdir} | grep sbot)