diff options
author | J0WI <J0WI@users.noreply.github.com> | 2019-05-11 13:11:39 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-09-04 11:04:55 +0000 |
commit | d2b1236a0ad52fb96556da36fe9d280f71c39a13 (patch) | |
tree | b7680b7471d3b970ba93ae9dade0931d8f0ade00 /community/weechat | |
parent | 84c8011b02c90d1feb83d1dec55cbd0db54628dd (diff) | |
download | aports-d2b1236a0ad52fb96556da36fe9d280f71c39a13.tar.bz2 aports-d2b1236a0ad52fb96556da36fe9d280f71c39a13.tar.xz |
main/weechat: rebuild against ruby 2.6
Diffstat (limited to 'community/weechat')
-rw-r--r-- | community/weechat/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/weechat/APKBUILD b/community/weechat/APKBUILD index 2dc6498102..dbf3018086 100644 --- a/community/weechat/APKBUILD +++ b/community/weechat/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Leonardo Arena <rnalrd@alpinelinux.org> pkgname=weechat pkgver=2.5 -pkgrel=0 +pkgrel=1 pkgdesc="A fast, light, extensible ncurses-based chat client" url="https://weechat.org" arch="all" |