aboutsummaryrefslogtreecommitdiffstats
path: root/testing/boinc
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-11-07 07:53:26 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-11-07 16:46:16 +0000
commit364718997f574d0b203d42e3073a3aa56350a2e3 (patch)
tree4bc8cb0ebb9bc44fd706a360cfca713a71af8674 /testing/boinc
parent63ff4a5e4e52c354f680899664fa1543f0f9df19 (diff)
downloadaports-364718997f574d0b203d42e3073a3aa56350a2e3.tar.bz2
aports-364718997f574d0b203d42e3073a3aa56350a2e3.tar.xz
testing/boinc: rebuild against openssl 1.1
Diffstat (limited to 'testing/boinc')
-rw-r--r--testing/boinc/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/boinc/APKBUILD b/testing/boinc/APKBUILD
index 773bced235..0cd80687e8 100644
--- a/testing/boinc/APKBUILD
+++ b/testing/boinc/APKBUILD
@@ -3,7 +3,7 @@
pkgname=boinc
pkgver=7.12.1
_pkgver=${pkgver%.*}
-pkgrel=1
+pkgrel=2
pkgdesc="Open-source software for volunteer computing and grid computing."
url="https://boinc.berkeley.edu/"
arch="all"
@@ -12,7 +12,7 @@ license="LGPL-3.0-or-later"
depends="bash procps shadow"
depends_dev=""
makedepends="$depends_dev automake autoconf curl-dev docbook2x freeglut-dev
- glu-dev libjpeg-turbo-dev libnotify-dev libressl-dev libtool
+ glu-dev libjpeg-turbo-dev libnotify-dev openssl-dev libtool
libxi-dev libxmu-dev libxscrnsaver-dev m4 mesa-dev pkgconf
sqlite-dev wxgtk-dev"
install="$pkgname.pre-install"