weechat: rebuild against perl>=5.20.2 due to libperl soname change.

This commit is contained in:
Juan RP 2015-02-15 13:46:52 +01:00
parent 267c5e075a
commit 27960f68eb

View File

@ -1,7 +1,7 @@
# Template file for 'weechat'
pkgname=weechat
version=1.1.1
revision=1
revision=2
lib32disabled=yes
build_style=cmake
configure_args="-DENABLE_MAN=ON -DPYTHON_EXECUTABLE=/usr/bin/python2.7 -DPYTHON_LIBRARY=/usr/lib/libpython2.7.so"
@ -18,7 +18,7 @@ checksum=810bf0584fd5888246797fc7f1bbc4facb064a4d1c5d91627a9c8c01cbce97b5
subpackages="weechat-aspell weechat-devel weechat-ruby weechat-python weechat-tcl weechat-lua"
if [ -z "$CROSS_BUILD" ]; then
makedepends+=" perl>=5.20"
makedepends+=" perl>=5.20.2"
subpackages+=" weechat-perl"
fi