summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarl Schwan2020-01-23 22:07:24 +0100
committerCarl Schwan2020-01-23 22:07:24 +0100
commit00a723063b1d042b4cb1e522798a4a849434d369 (patch)
tree88848e274d4a9b8fd7e707805f874cddc5f0c704 /PKGBUILD
parent0f26c058ebb44a1485fcb6433c63a5085b5b05d8 (diff)
downloadaur-webnovel-manager-git.tar.gz
fix: upstream url
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 289200697d28..5b02e3913a3b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@ pkgver=v1.3.r0.gf4e4b90
pkgrel=1
pkgdesc="Webnovel reader"
arch=('any')
-url="https://github.com/ognarb/webnovel-manager"
+url="https://gitlab.com/ognarb/webnovel-manager"
license=('GPL3')
depends=('python' 'python-pyqt5' 'python-requests' 'python-fuzzywuzzy' 'python-click' 'python-beautifulsoup4')
makedepends=('git' 'python-setuptools')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
-source=("git+https://github.com/ognarb/webnovel-manager.git")
+source=("git+https://gitlab.com/ognarb/webnovel-manager.git")
sha256sums=('SKIP')
pkgver() {