summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtto Sabart2021-12-11 22:09:06 +0100
committerOtto Sabart2021-12-11 22:09:06 +0100
commitd1fa257e94deb3c42c0f857996c2603a0d02e983 (patch)
treea275334602d800c4c8d9fd436568ab1c3789bcc6
parent31679e5af48a5bae797d71190bb481c1dbbf877e (diff)
downloadaur-d1fa257e94deb3c42c0f857996c2603a0d02e983.tar.gz
add missing libicu (icu) dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c4f88d48a05b..d248bf7b5826 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -63,6 +63,7 @@ pkgname = qubes-vm-core
depends = librsvg
depends = socat
depends = pacman-contrib
+ depends = icu
depends = python<3.10
optdepends = gnome-keyring
optdepends = gnome-settings-daemon
diff --git a/PKGBUILD b/PKGBUILD
index e606e251b3eb..1551b8288082 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -75,7 +75,7 @@ package_qubes-vm-core() {
gnome-packagekit imagemagick fakeroot notification-daemon dconf
zenity qubes-libvchan qubes-db-vm haveged python-gobject
python-dbus xdg-utils notification-daemon gawk sed procps-ng librsvg
- socat pacman-contrib
+ socat pacman-contrib icu
# Block updating if there is a major python update as the python API will be in the wrong PYTHONPATH
'python<3.10'
)