diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-09-19 09:04:52 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-09-19 09:13:18 +0000 |
commit | 91abd3eee0c0e92a9634671370bb0b154d1736ee (patch) | |
tree | 2e9e73b17b866913f59f7e58c25e0a713ef347eb /main/rxvt-unicode | |
parent | 5447327088bd1d3d797d8760daf18c3de73f23c7 (diff) | |
download | aports-91abd3eee0c0e92a9634671370bb0b154d1736ee.tar.bz2 aports-91abd3eee0c0e92a9634671370bb0b154d1736ee.tar.xz |
main/rxvt-unicode: rebuild against perl 5.26
fixes #7855
Diffstat (limited to 'main/rxvt-unicode')
-rw-r--r-- | main/rxvt-unicode/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/rxvt-unicode/APKBUILD b/main/rxvt-unicode/APKBUILD index 60d8e01904..8634c14b87 100644 --- a/main/rxvt-unicode/APKBUILD +++ b/main/rxvt-unicode/APKBUILD @@ -4,7 +4,7 @@ # Maintainer: William Pitcock <nenolod@dereferenced.org> pkgname=rxvt-unicode pkgver=9.22 -pkgrel=1 +pkgrel=2 pkgdesc="rxvt fork with improved unicode support" arch=all url="http://software.schmorp.de/pkg/rxvt-unicode.html" |