Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages /
libmysofa
Commits:
2a595224 by Daniel Bermond at 2024-10-28T12:52:30-03:00
upgpkg: 1.3.3-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,16 +1,16 @@
pkgbase = libmysofa
pkgdesc = C library to read HRTFs if they are stored in the AES69-2015
SOFA format
- pkgver = 1.3.2
+ pkgver = 1.3.3
pkgrel = 1
url = https://github.com/hoene/libmysofa/
arch = x86_64
- license = BSD
+ license = BSD-3-Clause
checkdepends = nodejs
makedepends = cmake
makedepends = cunit
depends = zlib
provides = libmysofa.so
- source =
https://github.com/hoene/libmysofa/archive/v1.3.2/libmysofa-1.3.2.tar.gz
- sha256sums =
6c5224562895977e87698a64cb7031361803d136057bba35ed4979b69ab4ba76
+ source =
https://github.com/hoene/libmysofa/archive/v1.3.3/libmysofa-1.3.3.tar.gz
+ sha256sums =
a15f7236a2b492f8d8da69f6c71b5bde1ef1bac0ef428b94dfca1cabcb24c84f
pkgname = libmysofa
=====================================
PKGBUILD
=====================================
@@ -1,18 +1,18 @@
# Maintainer: Daniel Bermond <[email protected]>
pkgname=libmysofa
-pkgver=1.3.2
+pkgver=1.3.3
pkgrel=1
pkgdesc='C library to read HRTFs if they are stored in the AES69-2015 SOFA
format'
arch=('x86_64')
url='https://github.com/hoene/libmysofa/'
-license=('BSD')
+license=('BSD-3-Clause')
depends=('zlib')
makedepends=('cmake' 'cunit')
checkdepends=('nodejs')
provides=('libmysofa.so')
source=("https://github.com/hoene/libmysofa/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('6c5224562895977e87698a64cb7031361803d136057bba35ed4979b69ab4ba76')
+sha256sums=('a15f7236a2b492f8d8da69f6c71b5bde1ef1bac0ef428b94dfca1cabcb24c84f')
build() {
cmake \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libmysofa/-/commit/2a59522484939ef8db9d7dbe856e8f3d3164f5c0
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libmysofa/-/commit/2a59522484939ef8db9d7dbe856e8f3d3164f5c0
You're receiving this email because of your account on gitlab.archlinux.org.