Skip to content
Snippets Groups Projects
Commit 21a94cc5 authored by Jan Alexander Steffens (heftig)'s avatar Jan Alexander Steffens (heftig)
Browse files

1.5.0-1

parent 81723224
No related branches found
Tags 1.5.2-1
No related merge requests found
# Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org> # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
pkgname=srt pkgname=srt
pkgver=1.4.4 pkgver=1.5.0
pkgrel=1 pkgrel=1
pkgdesc="Secure Reliable Transport library" pkgdesc="Secure Reliable Transport library"
url="https://www.srtalliance.org/" url="https://www.srtalliance.org/"
...@@ -9,17 +9,18 @@ arch=(x86_64) ...@@ -9,17 +9,18 @@ arch=(x86_64)
license=(MPL2) license=(MPL2)
depends=(openssl) depends=(openssl)
makedepends=(git cmake) makedepends=(git cmake)
_commit=8b32f3734ff6af7cc7b0fef272591cb80a2d1aae # tags/v1.4.4 options=(debug)
_commit=060c0d1a2af8082c053018fa6a6fe2dba67d71a8 # tags/v1.5.0
source=("git+https://github.com/Haivision/srt#commit=$_commit") source=("git+https://github.com/Haivision/srt#commit=$_commit")
b2sums=('SKIP') b2sums=('SKIP')
pkgver() { pkgver() {
cd $pkgname cd srt
git describe --tags | sed 's/^v//;s/-/+/g' git describe --tags | sed 's/^v//;s/[^-]*-g/r&/;s/-/+/g'
} }
prepare() { prepare() {
cd $pkgname cd srt
} }
build() { build() {
...@@ -42,7 +43,6 @@ check() { ...@@ -42,7 +43,6 @@ check() {
package() { package() {
DESTDIR="$pkgdir" cmake --install build DESTDIR="$pkgdir" cmake --install build
rm "$pkgdir"/usr/bin/{uriparser,utility}-test
} }
# vim:set ts=2 sw=2: # vim:set ts=2 sw=2:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment