summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikos Toutountzoglou2024-04-27 12:22:42 +0200
committerNikos Toutountzoglou2024-04-27 12:22:42 +0200
commit3fc6f2361c24247fa6df86083ed1a510a4d35618 (patch)
treea5bd91babdf390cf1d54b714314862e413daf3d2
parenta415e6fcc8a2c3512816634720abaeabc8af48c8 (diff)
downloadaur-3fc6f2361c24247fa6df86083ed1a510a4d35618.tar.gz
Update
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b40a6d0544f7..a71a124b709c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = srt-xtransmit
pkgdesc = Secure Reliable Transport (SRT) transmission utility used for internal testing and performance evaluation.
pkgver = 0.1.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/maxsharabayko/srt-xtransmit
arch = x86_64
license = MPL2
@@ -11,7 +11,7 @@ pkgbase = srt-xtransmit
depends = srt
depends = gcc-libs
depends = openssl
- source = git+https://github.com/maxsharabayko/srt-xtransmit#commit=27186a694e075ed267c3ac463f55b956c0e7b17c
+ source = git+https://github.com/maxsharabayko/srt-xtransmit#commit=7e8858d88d5da22fa1a57727ca578a1bec376335
b2sums = SKIP
pkgname = srt-xtransmit
diff --git a/PKGBUILD b/PKGBUILD
index 0bf58b69e21e..470bb0f5351d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Maintainer: Nikos Toutountzoglou <nikos.toutou@gmail.com>
+# Maintainer: Nikos Toutountzoglou <nikos.toutou@protonmail.com>
pkgname=srt-xtransmit
pkgver=0.1.0
-pkgrel=2
+pkgrel=3
pkgdesc="Secure Reliable Transport (SRT) transmission utility used for internal testing and performance evaluation."
url="https://github.com/maxsharabayko/srt-xtransmit"
arch=(x86_64)
@@ -17,7 +17,7 @@ makedepends=(
git
ninja
)
-_commit=27186a694e075ed267c3ac463f55b956c0e7b17c # tags/v0.1.0
+_commit=7e8858d88d5da22fa1a57727ca578a1bec376335 # tags/v0.1.0
source=("git+https://github.com/maxsharabayko/srt-xtransmit#commit=$_commit")
b2sums=('SKIP')