diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-08-15 20:36:15 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-08-15 20:37:07 +0200 |
commit | 017c5a6313e69c120267c9a92b087e00fd91b8dd (patch) | |
tree | d26115324111e29b4e667b678c75dc90c989e6ea /community/vte3 | |
parent | 05656f78400694aa92e7ace41ed675903f04f941 (diff) | |
download | aports-017c5a6313e69c120267c9a92b087e00fd91b8dd.tar.bz2 aports-017c5a6313e69c120267c9a92b087e00fd91b8dd.tar.xz |
community/vte3: rebuild against pcre2 10.30
Diffstat (limited to 'community/vte3')
-rw-r--r-- | community/vte3/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/vte3/APKBUILD b/community/vte3/APKBUILD index 8a5766e354..8da65149ad 100644 --- a/community/vte3/APKBUILD +++ b/community/vte3/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=vte3 pkgver=0.48.3 -pkgrel=0 +pkgrel=1 pkgdesc="Virtual Terminal Emulator library" url="https://developer.gnome.org/vte/" arch="all" |