summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorotreblan2020-02-27 07:10:50 -0500
committerotreblan2020-02-27 07:10:50 -0500
commitf086cd7e6e89a624519b4ea14e5211950db0e774 (patch)
tree0cb5154e17ec42b2ac8344a8e6531b5ed9109c5f
parent00d61171f8e20577114aa3a7038a58924a6935b8 (diff)
downloadaur-f086cd7e6e89a624519b4ea14e5211950db0e774.tar.gz
Now using upstream repo
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13637e541931..292849766dec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = ai-dungeon-cli-git
pkgdesc = Play ai dungeon on your terminal
- pkgver = r13.1bd650d
+ pkgver = r46.f253c37
pkgrel = 1
- url = https://github.com/idangur/ai-dungeon-cli
+ url = https://github.com/Eigenbahn/ai-dungeon-cli
arch = any
license = MIT
makedepends = python-setuptools
@@ -10,7 +10,7 @@ pkgbase = ai-dungeon-cli-git
depends = python-yaml
provides = ai-dungeon-cli
conflicts = ai-dungeon-cli
- source = ai-dungeon-cli-git::git+https://github.com/idangur/ai-dungeon-cli.git#branch=create-user-if-not-configured
+ source = ai-dungeon-cli-git::git+https://github.com/Eigenbahn/ai-dungeon-cli.git
sha256sums = SKIP
pkgname = ai-dungeon-cli-git
diff --git a/PKGBUILD b/PKGBUILD
index a9d5d14562fe..83ffd35e2c58 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Otreblan <otreblain@gmail.com>
pkgname=ai-dungeon-cli-git
-pkgver=r13.1bd650d
+pkgver=r46.f253c37
pkgrel=1
pkgdesc="Play ai dungeon on your terminal"
arch=('any')
-url="https://github.com/idangur/ai-dungeon-cli"
+url="https://github.com/Eigenbahn/ai-dungeon-cli"
license=('MIT')
groups=()
depends=("python-requests" "python-yaml")
@@ -19,7 +19,7 @@ backup=()
options=()
install=
changelog=
-source=("$pkgname::git+$url.git#branch=create-user-if-not-configured")
+source=("$pkgname::git+$url.git")
noextract=()
sha256sums=("SKIP")