diff --git a/srcpkgs/python3-raven/template b/srcpkgs/python3-raven/template index ea4b615479e..243b2c5aefb 100644 --- a/srcpkgs/python3-raven/template +++ b/srcpkgs/python3-raven/template @@ -1,7 +1,7 @@ # Template file for 'python3-raven' pkgname=python3-raven version=6.10.0 -revision=5 +revision=6 wrksrc="raven-${version}" build_style=python3-module hostmakedepends="python3-setuptools" @@ -17,6 +17,6 @@ conflicts="python-raven>=0" post_install() { # use system ca-certificates rm -f ${DESTDIR}/${py3_sitelib}/raven/data/cacert.pem - ln -sf /etc/ssl/cert.pem ${DESTDIR}/${py3_sitelib}/raven/data/cacert.pem + ln -sf /etc/ssl/certs.pem ${DESTDIR}/${py3_sitelib}/raven/data/cacert.pem vlicense LICENSE }