Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
eko5624 committed Jun 10, 2024
1 parent a48b946 commit 0a52e63
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1397,6 +1397,7 @@ jobs:
- name: Build
run: |
curl -OL https://github.com/${{ github.repository }}/releases/download/dev/openssl-dev-3.3.1-1-x86_64.pkg.tar.zst
curl -OL https://github.com/${{ github.repository }}/releases/download/dev/zlib-dev-2.1.6-1-x86_64.pkg.tar.zst
curl -OL https://github.com/${{ github.repository }}/releases/download/dev/zstd-dev-1.5.6-1-x86_64.pkg.tar.zst
pacman -U *.zst --noconfirm
cd libsrt-dev; makepkg-$COMPILER -sLf
Expand Down
2 changes: 1 addition & 1 deletion libsrt-dev/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pkgrel=1
pkgdesc='A transport protocol for ultra low (sub-second) latency live video and audio streaming'
arch=('x86_64')
url="https://www.srtalliance.org/"
makedepends=('openssl-dev')
makedepends=('openssl-dev' 'zlib-dev' 'zstd-dev')
license=('MPL')
source=("git+https://github.com/Haivision/srt.git")
md5sums=('SKIP')
Expand Down
2 changes: 1 addition & 1 deletion libssh-dev/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pkgrel=1
pkgdesc='Library for accessing ssh client services through C libraries'
arch=('x86_64')
url="https://www.libssh.org/"
makedepends=('zlib-dev' 'openssl-dev')
makedepends=('openssl-dev' 'zlib-dev' 'zstd-dev')
license=('LGPL')
options=('strip')
source=("git+https://gitlab.com/libssh/libssh-mirror.git")
Expand Down

0 comments on commit 0a52e63

Please sign in to comment.