diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template index ae38b20a417..c4dc2785068 100644 --- a/srcpkgs/removed-packages/template +++ b/srcpkgs/removed-packages/template @@ -1,7 +1,7 @@ # Template file for 'removed-packages' pkgname=removed-packages version=0.1 -revision=28 +revision=29 build_style=meta short_desc="Uninstalls packages removed from repository" maintainer="Piotr Wójcik " @@ -247,6 +247,7 @@ replaces=" nvidia340-dkms<=340.108_4 nvidia340-opencl<=340.108_4 nvidia340-libs<=340.108_4 + zou<=0.2.0_7 zuluplay<=1.1_1 zuluplay-devel<=1.1_1 " diff --git a/srcpkgs/zou/patches/libressl-2.9.patch b/srcpkgs/zou/patches/libressl-2.9.patch deleted file mode 100644 index 972aa2e28d4..00000000000 --- a/srcpkgs/zou/patches/libressl-2.9.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- Cargo.toml.orig 2018-10-30 00:19:23.713512967 +0100 -+++ Cargo.toml 2018-10-30 00:20:02.501175591 +0100 -@@ -46,3 +46,7 @@ - lto = false - debug-assertions = true - panic = 'unwind' -+ -+ -+[patch.crates-io] -+openssl-sys = {git = 'https://github.com/jnbr/rust-openssl', rev = "5675404012996556db6bef9f8589536241561699"} diff --git a/srcpkgs/zou/template b/srcpkgs/zou/template deleted file mode 100644 index e000cdc557d..00000000000 --- a/srcpkgs/zou/template +++ /dev/null @@ -1,23 +0,0 @@ -# Template file for 'zou' -pkgname=zou -version=0.2.0 -revision=6 -build_style=cargo -hostmakedepends="pkg-config" -makedepends="libressl-devel" -short_desc="Simple and fast download accelerator, written in Rust" -maintainer="Orphaned " -license="MIT" -homepage="https://github.com/k0pernicus/zou" -distfiles="https://github.com/k0pernicus/zou/archive/v${version}.tar.gz" -checksum=cb47cb1023991135c2ae168f436f3ddae497393d7ac3c8b15a174eef2a191f3f -broken="constraints force old openssl crate, incompatible with libressl" - -pre_build() { - cargo update - cargo update --package openssl-sys --precise 0.9.35 -} - -post_install() { - vlicense LICENSE -}