summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgit user2023-10-31 20:19:28 +0100
committergit user2023-10-31 20:19:28 +0100
commitfbee3614d664c2ed9d6e7a366c6b65d7ac8f1a42 (patch)
treeb7cc35966ffaf82077b73f1e0d49ec3658e9fda1
parent941b85228eed19acedad907bcf74af7f53434c16 (diff)
downloadaur-tinyalsa-git.tar.gz
Upstream version bump.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b2592592e83..d449ae30d1f6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = tinyalsa-git
pkgdesc = A small library to interface with ALSA in the Linux kernel.
- pkgver = 2.0.0+45.r582.20220803.4fbaeef
- pkgrel = 3
+ pkgver = 2.0.0+54.r591.20230918.f78ed25
+ pkgrel = 1
url = https://github.com/tinyalsa/tinyalsa
arch = x86_64
license = custom
makedepends = cmake
makedepends = git
depends = glibc
- provides = tinyalsa=2.0.0+45.r582.20220803.4fbaeef
+ provides = tinyalsa=2.0.0+54.r591.20230918.f78ed25
conflicts = tinyalsa
source = tinyalsa::git+https://github.com/tinyalsa/tinyalsa.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 3bfc88f582bd..17ca18d809eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_pkgname='tinyalsa'
pkgname="${_pkgname}-git"
-pkgver=2.0.0+45.r582.20220803.4fbaeef
-pkgrel=3
+pkgver=2.0.0+54.r591.20230918.f78ed25
+pkgrel=1
pkgdesc='A small library to interface with ALSA in the Linux kernel.'
arch=('x86_64')
url="https://github.com/${_pkgname}/${_pkgname}"