* update libltc to 1.3.2-2

This commit is contained in:
Alexander Baldeck 2024-08-02 02:25:13 +02:00
parent d727ed5253
commit 481532c2c8
3 changed files with 20 additions and 1 deletions

15
libltc/.SRCINFO Normal file
View File

@ -0,0 +1,15 @@
pkgbase = libltc
pkgdesc = Linear/Logitudinal Time Code (LTC) Library
pkgver = 1.3.2
pkgrel = 2
url = https://x42.github.io/libltc/
arch = x86_64
license = GPL3
makedepends = doxygen
depends = glibc
provides = libltc.so
source = https://github.com/x42/libltc/releases/download/v1.3.2/libltc-1.3.2.tar.gz
sha512sums = 3b29b7da1ad9f85c62068b927abec9b3963a77558b46b3ee7681f360642570935becedcf95436574a8a7b456c7e0b414131571d71c6903139f9e7565968278a6
b2sums = 8a6b3452245f72e918b4a105854d751ca66780ce4627aca54bb0d1342c5a1e77e614103da15037f71b89d44c62b35230a6240e42af287c442e6049c2ad9c85a6
pkgname = libltc

4
libltc/.nvchecker.toml Normal file
View File

@ -0,0 +1,4 @@
[libltc]
source = "git"
git = "https://github.com/x42/libltc.git"
prefix = "v"

View File

@ -5,7 +5,7 @@
pkgname=libltc
pkgver=1.3.2
pkgrel=1
pkgrel=2
pkgdesc="Linear/Logitudinal Time Code (LTC) Library"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url="https://x42.github.io/libltc/"