aboutsummaryrefslogtreecommitdiffstats
path: root/community/tg
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2016-10-08 13:17:55 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2016-10-10 12:04:45 +0000
commit4b1026492f34326234fe09d0a0f01f3533961ff7 (patch)
tree7d6094815111205ca1a8ac6a0ffcdd997fb81a5b /community/tg
parentba2b9dc16f3f154935ac692a00d40e147dc9b484 (diff)
downloadaports-4b1026492f34326234fe09d0a0f01f3533961ff7.tar.bz2
aports-4b1026492f34326234fe09d0a0f01f3533961ff7.tar.xz
community/tg: rebuild against libressl
Diffstat (limited to 'community/tg')
-rw-r--r--community/tg/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/tg/APKBUILD b/community/tg/APKBUILD
index be1b4ebd10..046a733562 100644
--- a/community/tg/APKBUILD
+++ b/community/tg/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
pkgname=tg
pkgver=1.3.1
-pkgrel=2
+pkgrel=3
tglver=2.0.1
tlparserver=0_git20151118
pkgdesc="Command line Telegram client"
@@ -10,7 +10,7 @@ url="https://github.com/vysheng/tg"
arch="all"
license="GPL3"
depends=""
-depends_dev="readline-dev openssl-dev libconfig-dev libevent-dev jansson-dev lua5.2-dev"
+depends_dev="readline-dev libressl-dev libconfig-dev libevent-dev jansson-dev lua5.2-dev"
makedepends="$depends_dev zlib-dev grep"
subpackages=""
provides="telegram-cli"