summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPellegrino Prevete2021-06-02 21:22:32 +0200
committerPellegrino Prevete2021-06-02 21:22:32 +0200
commitf2ebc946f0eed4ed273dd95f1b08aad62f67b647 (patch)
tree779c362718132550aba38d1865e7e5830ed73271
parent5881760751fb63a9dd5ceac35a377105e03003b7 (diff)
downloadaur-f2ebc946f0eed4ed273dd95f1b08aad62f67b647.tar.gz
fixed link
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f2fff1766de8..c32852c9a1b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = openvtuber
pkgdesc = Real-time face and gaze analyzation via deep neural networks.
pkgver = 1.0
pkgrel = 1
- url = https://github.com/tallero/pgpgram
+ url = https://github.com/1996scarlet/OpenVtuber
arch = any
license = GPL3
depends = npm
diff --git a/PKGBUILD b/PKGBUILD
index e23e2d776f84..c68b0ecaf5de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,14 @@ pkgver=1.0
pkgrel=1
pkgdesc='Real-time face and gaze analyzation via deep neural networks.'
arch=('any')
-url='https://github.com/tallero/pgpgram'
+url='https://github.com/1996scarlet/OpenVtuber'
license=('GPL3')
depends=('npm' 'python' 'python-bidict' 'python-engineio' 'python-opencv'
'python-socketio' 'python-tensorflow' 'python-websocket-client'
'yarn')
optdepends=()
makedepends=()
-source=("$pkgname::git+https://github.com/1996scarlet/OpenVtuber.git#tag=v$pkgver-2019")
+source=("$pkgname::git+$url.git#tag=v$pkgver-2019")
sha256sums=('SKIP')
build() {