diff options
author | Ronald van Engelen | 2021-09-02 16:10:44 +0200 |
---|---|---|
committer | Ronald van Engelen | 2021-09-02 16:10:44 +0200 |
commit | 76444d0597e4df984e2763ba87648e7056bbae93 (patch) | |
tree | b18cdd775ffa6add1ea0b293735acfc919781f72 /PKGBUILD | |
parent | 000046eca8abcd868d99b883c3aa387d629219d7 (diff) | |
download | aur-76444d0597e4df984e2763ba87648e7056bbae93.tar.gz |
bumped minor revision
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ # Maintainer: Ronald van Engelen <ronalde+gitlab@lacocina.nl> pkgname=alsa-capabilities -pkgver=v2.0.6 +pkgver=v2.0.7 pkgrel=1 pkgdesc="List alsa output interfaces and their capabilities and properties" arch=(any) @@ -10,7 +10,7 @@ license=(GPL3) depends=(bash alsa-utils) options=(!emptydirs !makeflags zipman) source=($url/-/archive/$pkgver/alsa-capabilities-$pkgver.tar.gz) -sha256sums=('2d5061a838ab69a3d27c3aeb124617289b80aef1526e18ad501dba90be84b93d') +sha256sums=('227042506698949771352094992af5a6832f9ed376080966d8675e9fa9a56037') validpgpkeys=(4888EA1E1DD158ED3BC39838FBF05DDFC04DF16B) build() { |