diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-03-24 09:44:13 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-03-28 09:46:02 +0000 |
commit | 8253e0a1bc5d29b219d9236a3b6ba1e026620631 (patch) | |
tree | ad46fda2760424f73a988e6d5aafe61908cfaef9 /community | |
parent | 802c4ae72bb32a38061101706e21a25cd1f192da (diff) | |
download | aports-8253e0a1bc5d29b219d9236a3b6ba1e026620631.tar.bz2 aports-8253e0a1bc5d29b219d9236a3b6ba1e026620631.tar.xz |
community/vte3: rebuild against icu 66.1
It links against it but icu-dev is not in the dependencies
Diffstat (limited to 'community')
-rw-r--r-- | community/vte3/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/vte3/APKBUILD b/community/vte3/APKBUILD index d162f6d5d9..bba12168dd 100644 --- a/community/vte3/APKBUILD +++ b/community/vte3/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=vte3 pkgver=0.60.1 -pkgrel=0 +pkgrel=1 pkgdesc="Virtual Terminal Emulator library" url="https://developer.gnome.org/vte/" arch="all" @@ -11,7 +11,7 @@ subpackages="$pkgname-dev $pkgname-lang" makedepends="pango-dev gtk+3.0-dev intltool ncurses-dev gobject-introspection-dev vala gnutls-dev linux-headers libxml2-utils pcre2-dev gperf - meson gtk-doc" + meson gtk-doc icu-dev" source="https://download.gnome.org/sources/vte/${pkgver%.*}/vte-$pkgver.tar.xz fix-W_EXITCODE.patch vte-ng.patch" |