summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJose Lopes2023-07-12 09:07:56 +0100
committerJose Lopes2023-07-12 09:07:56 +0100
commit3c7cc11b88868a6d71298cf4fa099ca1a2bc01ef (patch)
tree8effdc88881c7c3dbd4806ffa45e1661dbf05e16
parenta7b56db0a663dbe76b7ff48740173158fca8db71 (diff)
downloadaur-3c7cc11b88868a6d71298cf4fa099ca1a2bc01ef.tar.gz
Change dependency icu to ic72
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d0e326871650..4af833232066 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = blink
pkgdesc = Fully featured, easy to use SIP client with a Qt based UI
pkgver = 5.5.1
- pkgrel = 1
+ pkgrel = 2
url = https://icanblink.com
arch = aarch64
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = blink
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
- depends = icu
+ depends = icu72
depends = libvncserver
depends = python-application
depends = python-eventlib
diff --git a/PKGBUILD b/PKGBUILD
index 9e0a43cdfeec..a2e4300b256e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
_pkgname=blink-qt
pkgname=blink
pkgver=5.5.1
-pkgrel=1
+pkgrel=2
pkgdesc='Fully featured, easy to use SIP client with a Qt based UI'
arch=('aarch64' 'x86_64')
url='https://icanblink.com'
license=('GPL-3+')
makedepends=('python-build' 'python-installer' 'python-wheel')
depends=(
- 'icu'
+ 'icu72'
'libvncserver'
'python-application'
'python-eventlib'