summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzzy-ac2021-11-08 22:19:18 +0800
committerzzy-ac2021-11-08 22:19:18 +0800
commit3d4b775bb1be299f1c919c70d7a55e49fea74ca4 (patch)
treef8f3c2976e917cff49fab634672de9b2decbec4d
parent64c74dd7c4cb4abeb6e904a9a73f21d5e970bc01 (diff)
downloadaur-font-editor.tar.gz
Creat Font-Editor
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1b2813c82fdf..dc3e1f4872a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = font-editor
pkgdesc = A Easy Font Editor
pkgver = 1
pkgrel = 2
- url = https://github.com/zzy-ac/
+ url = https://github.com/zzy-ac/fonteditor
arch = x86_64
license = GPL
depends = electron
diff --git a/PKGBUILD b/PKGBUILD
index 543e025a5e20..2c822956fb10 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgver=1
pkgrel=2
pkgdesc="A Easy Font Editor "
arch=(x86_64)
-url="https://github.com/zzy-ac/"
+url="https://github.com/zzy-ac/fonteditor"
license=('GPL')
depends=('electron')
source=("https://github.com/zzy-ac/fonteditor/raw/electron-pkg/font-editor.tar.gz")