diff options
author | Daniel Bermond | 2025-04-13 21:49:33 -0300 |
---|---|---|
committer | Daniel Bermond | 2025-04-13 21:49:33 -0300 |
commit | 6cc7eeb2a18a97cbe748ca97c3ab3a0f952dce6d (patch) | |
tree | ab790ed0ed1a4171169a176e203dbaea075080a6 | |
parent | 09ac9c697876563d1396283556e9c1a32e081e1f (diff) | |
download | aur-6cc7eeb2a18a97cbe748ca97c3ab3a0f952dce6d.tar.gz |
Update dependencies. Cosmetic changes.
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 9 |
2 files changed, 8 insertions, 7 deletions
@@ -1,15 +1,15 @@ pkgbase = qoa-git pkgdesc = Quite OK Audio (QOA) format and codec (git version) pkgver = r79.3c5af35 - pkgrel = 1 + pkgrel = 2 url = https://qoaformat.org/ arch = x86_64 license = MIT - makedepends = git - makedepends = glibc makedepends = dr_libs-git + makedepends = git makedepends = sokol-git depends = alsa-lib + depends = glibc provides = qoa conflicts = qoa source = git+https://github.com/phoboslab/qoa.git @@ -2,16 +2,17 @@ pkgname=qoa-git pkgver=r79.3c5af35 -pkgrel=1 +pkgrel=2 pkgdesc='Quite OK Audio (QOA) format and codec (git version)' arch=('x86_64') url='https://qoaformat.org/' license=('MIT') -depends=('alsa-lib') +depends=( + 'alsa-lib' + 'glibc') makedepends=( - 'git' - 'glibc' 'dr_libs-git' + 'git' 'sokol-git') provides=('qoa') conflicts=('qoa') |