summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzhanghua0002022-04-03 23:52:32 +0800
committerzhanghua0002022-04-03 23:52:32 +0800
commit7e63d95c2729be18f3250a45ae8ea544a4cd346d (patch)
treed3125b18ef33022a503d0538dcaefe8054ce6537
parent22d2f89d12e4418bb20b88ca522fa184ac6cec18 (diff)
downloadaur-7e63d95c2729be18f3250a45ae8ea544a4cd346d.tar.gz
Update PKGBUILD to use electron 17
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ebb94b70c029..e64529418d61 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = icalingua++-git
pkgdesc = A Linux client for QQ and more(fork to upgrading)
- pkgver = 2.5.8.r12.g6f1611e
- pkgrel = 2
+ pkgver = 2.6.1.r0.g22bb7b2
+ pkgrel = 1
url = https://github.com/Icalingua-plus-plus/Icalingua-plus-plus
arch = aarch64
arch = x86_64
@@ -24,10 +24,10 @@ pkgbase = icalingua++-git
pkgname = icalingua++-git
pkgname = icalingua++-electron-git
- pkgdesc = A Linux client for QQ and more(fork to continue upgrading) with system electron
+ pkgdesc = A Linux client for QQ and more(fork to upgrading) with system electron
depends = ffmpeg
depends = libappindicator-gtk3
- depends = electron
+ depends = electron17
provides = electron-qq
provides = icalingua
provides = icalingua-electron
diff --git a/PKGBUILD b/PKGBUILD
index ecce09b3bae9..83788ee2ef4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: Clansty <i at gao4 dot pw>
pkgname=("icalingua++-git" "icalingua++-electron-git")
-pkgver=2.5.8.r12.g6f1611e
-pkgrel=2
+pkgver=2.6.1.r0.g22bb7b2
+pkgrel=1
pkgdesc='A Linux client for QQ and more(fork to upgrading)'
license=('AGPL')
depends=('ffmpeg' 'libappindicator-gtk3')
@@ -18,7 +18,7 @@ conflicts=('electron-qq' 'icalingua')
replaces=('electron-qq')
source=("Icalingua::git+${url}")
sha256sums=('SKIP')
-_electron=electron
+_electron=electron17
pkgver(){
cd "${srcdir}/Icalingua"