summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorzxp198210052024-01-29 15:20:55 +0800
committerzxp198210052024-01-29 15:20:55 +0800
commit7fc507b95c841d6262b73edaf007d056a6cdfd52 (patch)
treebaa257ec7fdd3297658ac989334061889402dbde /PKGBUILD
parente4123746f6efe0c3594617a9e8804bf60390b3a2 (diff)
downloadaur-7fc507b95c841d6262b73edaf007d056a6cdfd52.tar.gz
fix errors
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eaf21e031477..5630743ddd95 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgname=fukayo-bin
_appname=Fukayo
pkgver=0.13.0
_electronversion=24
-pkgrel=5
+pkgrel=6
pkgdesc="A desktop application to read your favorite manga/manhwa/manhua from your favorite websites."
arch=('x86_64')
url="https://github.com/JiPaix/Fukayo"
@@ -12,12 +12,9 @@ conflicts=("${pkgname%-bin}")
provides=("${pkgname%-bin}=${pkgver}")
depends=(
"electron${_electronversion}"
- 'libx11'
- 'gdk-pixbuf2'
- 'libxext'
+ 'dbus-glib'
'libdbusmenu-glib'
'gtk2'
- 'dbus-glib'
'java-runtime'
)
makedepends=(
@@ -30,7 +27,7 @@ source=(
)
sha256sums=('f982a5dc87485a30ac82f8c77dd400733ee192aa8d34f28fb59f06b7205a7861'
'c3fb2affb5fa8ed0b1866d379461e7e0c845ac7011f67aa7410cfe080f8d753a'
- '5ce46265f0335b03568aa06f7b4c57c5f8ffade7a226489ea39796be91a511bf')
+ '1d3f21d54a2d9d1a53661bd91c2afd00df79b0ce4057a66b4c953febfc464cd8')
build() {
sed -e "s|@electronversion@|${_electronversion}|g" \
-e "s|@appname@|${pkgname%-bin}|g" \