summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052023-08-11 18:33:00 +0800
committerzxp198210052023-08-11 18:33:00 +0800
commitae1cc3eb153700da34905fe2a20c39057b16fa8d (patch)
tree26fac31f96d76709ae95949b41793bbc95f1b155
parent40005d4c383266cc4af5ebf52e5145fc00dc7983 (diff)
downloadaur-ae1cc3eb153700da34905fe2a20c39057b16fa8d.tar.gz
fix errors
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a4c811b6dfe..bbf821f54cda 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = geekeditor-bin
pkgdesc = Immersive efficiency writing editor.极客编辑器是一款所见即所得(WYSIWYG)富文本沉浸式写作排版编辑器,注重高效创作,可多开文档编辑,同时支持Markdown语法输入及一键排版
pkgver = 1.4.9
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/geekeditor/geekeditor-releases
arch = x86_64
license = GPL3
@@ -31,7 +31,7 @@ pkgbase = geekeditor-bin
depends = sh
depends = hicolor-icon-theme
depends = libxkbcommon
- provides = geekeditor-1.4.9
+ provides = geekeditor=1.4.9
conflicts = geekeditor
source = geekeditor-1.4.9.deb::https://github.com/geekeditor/geekeditor-releases/releases/download/v1.4.9/geekeditor_1.4.9_amd64.deb
sha256sums = 99c69e953535adffd4edda3932d3f12acb206f104de3dddb15a04b656fda1a1a
diff --git a/PKGBUILD b/PKGBUILD
index 77fd72d4d3a7..be0142b6b986 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=geekeditor-bin
_appname=GeekEditor
pkgver=1.4.9
-pkgrel=3
+pkgrel=4
pkgdesc="Immersive efficiency writing editor.极客编辑器是一款所见即所得(WYSIWYG)富文本沉浸式写作排版编辑器,注重高效创作,可多开文档编辑,同时支持Markdown语法输入及一键排版"
arch=('x86_64')
url="https://github.com/geekeditor/geekeditor-releases"
license=('GPL3')
-provides=("${pkgname%-bin}-${pkgver}")
+provides=("${pkgname%-bin}=${pkgver}")
conflicts=("${pkgname%-bin}")
depends=('alsa-lib' 'gtk3' 'at-spi2-core' 'nss' 'libxfixes' 'libdrm' 'mesa' 'libxrandr' 'libxcomposite' 'nspr' 'glibc' 'libxext' 'cairo' \
'expat' 'gdk-pixbuf2' 'libx11' 'glib2' 'libxcb' 'gcc-libs' 'pango' 'libxdamage' 'dbus' 'libcups' 'sh' 'hicolor-icon-theme' 'libxkbcommon')