From 85b8efb24e38a8a54f6b9411ecf3a65cf277f357 Mon Sep 17 00:00:00 2001 From: sudacode Date: Tue, 11 Mar 2025 22:45:55 -0700 Subject: [PATCH] update repo url --- .SRCINFO | 2 +- PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index e736dc4..bfb3292 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -2,7 +2,7 @@ pkgbase = mokuro pkgdesc = Read Japanese manga inside browser with selectable text. pkgver = 0.2.2 pkgrel = 1 - url = https://pypi.org/project/mokuro/#history + url = https://github.com/kha-white/mokuro arch = any license = GPL3 makedepends = python-pip diff --git a/PKGBUILD b/PKGBUILD index 15d7ce7..080eb8f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,7 +5,7 @@ pkgver=0.2.2 pkgrel=1 pkgdesc="Read Japanese manga inside browser with selectable text. " arch=('any') -url="https://pypi.org/project/mokuro/#history" +url="https://github.com/kha-white/mokuro" license=('GPL3') depends=( 'python>=3.6'