summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKamui2021-11-10 19:27:45 -0600
committerKamui2021-11-10 19:27:45 -0600
commit7e13d24af50da517b43bbf3ec1f5b153acf0ffda (patch)
treed9b89d8c37cb2769214a1fee8d0c51105c143eab
parent1b34b01057100a1b3821600151e9b11b7dfc650a (diff)
downloadaur-7e13d24af50da517b43bbf3ec1f5b153acf0ffda.tar.gz
update new repo location
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f417037c73c6..84c91f9f1108 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = gazou-git
pkgdesc = A Japanese OCR for linux
pkgver = 0.2.0
pkgrel = 1
- url = https://github.com/kamui-7/gazou
+ url = https://github.com/kamui-fin/gazou
arch = i686
arch = x86_64
license = GPL
@@ -13,7 +13,7 @@ pkgbase = gazou-git
depends = leptonica
depends = qt5-base
depends = qt5-x11extras
- source = gazou-git::git://github.com/kamui-7/gazou.git
+ source = gazou-git::git://github.com/kamui-fin/gazou.git
md5sums = SKIP
pkgname = gazou-git
diff --git a/PKGBUILD b/PKGBUILD
index 4738634dc04d..1eea967ca7c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@ pkgver=0.2.0
pkgrel=1
pkgdesc="A Japanese OCR application for linux"
arch=("i686" "x86_64")
-url="https://github.com/kamui-7/gazou"
+url="https://github.com/kamui-fin/gazou"
license=('GPL')
depends=("tesseract" "leptonica" "qt5-base" "qt5-x11extras")
makedepends=("cmake" "pkg-config" "git")
-source=("$pkgname::git://github.com/kamui-7/gazou.git")
+source=("$pkgname::git://github.com/kamui-fin/gazou.git")
md5sums=('SKIP')
prepare() {