summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Bouvier2024-01-18 14:53:57 +0100
committerAlexandre Bouvier2024-01-18 14:54:07 +0100
commit8a500bb04f7aa2dbb0185890300bede51525a473 (patch)
tree77771f7d2764d97f39620ffb2d463d8099a6ca86
parent75b02f35223788e665e97414a92ab0795ff08571 (diff)
downloadaur-cubeb-git.tar.gz
update to 0.2.r1506.gdd8a91f
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e58c234c657..04a84f6a7805 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cubeb-git
pkgdesc = Cross platform audio library
- pkgver = 0.2.r1448.g1ba9237
+ pkgver = 0.2.r1506.gdd8a91f
pkgrel = 1
url = https://github.com/mozilla/cubeb
arch = aarch64
@@ -9,7 +9,7 @@ pkgbase = cubeb-git
arch = i686
arch = pentium4
arch = x86_64
- license = custom:ISC
+ license = ISC
checkdepends = gtest
makedepends = alsa-lib
makedepends = cmake
@@ -25,7 +25,7 @@ pkgbase = cubeb-git
optdepends = jack: for JACK backend
optdepends = libpulse: for PulseAudio backend
optdepends = sndio: for sndio backend
- provides = cubeb=0.2.r1448.g1ba9237
+ provides = cubeb=0.2.r1506.gdd8a91f
provides = libcubeb.so
conflicts = cubeb
source = cubeb::git+https://github.com/mozilla/cubeb.git
diff --git a/PKGBUILD b/PKGBUILD
index b95a06679994..0629f8091947 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
# Contributor: Zion Nimchuk <zionnimchuk@gmail.com>
_pkgname=cubeb
pkgname=$_pkgname-git
-pkgver=0.2.r1448.g1ba9237
+pkgver=0.2.r1506.gdd8a91f
pkgrel=1
pkgdesc="Cross platform audio library"
arch=('aarch64' 'armv7h' 'i486' 'i686' 'pentium4' 'x86_64')
url="https://github.com/mozilla/cubeb"
-license=('custom:ISC')
+license=('ISC')
depends=('gcc-libs' 'glibc')
makedepends=(
'alsa-lib'