Skip to content
Snippets Groups Projects
Commit abd04eb5 authored by David Runge's avatar David Runge :chipmunk:
Browse files

Rebuild to switch to signed release tarballs.

Switch back to upstream provided release tarballs, which now come alongside detached PGP signatures \o/.
parent 765c075d
No related branches found
No related tags found
No related merge requests found
......@@ -3,16 +3,19 @@
pkgname=alsa-lib
pkgver=1.2.4
pkgrel=2
pkgrel=3
pkgdesc="An alternative implementation of Linux sound support"
arch=('x86_64')
url="https://www.alsa-project.org"
license=('LGPL2.1')
depends=('glibc' 'alsa-topology-conf' 'alsa-ucm-conf')
provides=('libasound.so' 'libatopology.so')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/alsa-project/${pkgname}/archive/v${pkgver}.tar.gz")
sha512sums=('2dc8d026e42d444e23feaff28cf87ece5577bcb61984d6c690c3a0c848f7206cb9c8838fccaf8e9ea58f32fce7f66a88da2381f8795d52f52662739da0414176')
b2sums=('9a412c45cb46f5d2cbeead353d92ae73977b5eeef8a5ee955dd86ab6defdd696fd154f277d54734f245607e33f8632b1d45b1f7072d0ee94445721960b020e34')
source=("https://www.alsa-project.org/files/pub/lib/${pkgname}-${pkgver}.tar.bz2"{,.sig})
sha512sums=('12086952dc8f16f1cb6946517858e17b1c3276aeda9ff5703a84bb38aa78eb4c4e9cb4485c5b3f21f174fdbd976b3bcbbc481e85cb2460652858490df51ae844'
'SKIP')
b2sums=('e1d5d9afe21dac693645274ae4ec8a607c9fcc9915ba4ebccfdb539d44b9353ba07529e2c8eaca119884b926d4467285313c945c9015a788101fe532064442db'
'SKIP')
validpgpkeys=('F04DF50737AC1A884C4B3D718380596DA6E59C91') # ALSA Release Team (Package Signing Key v1) <release@alsa-project.org>
prepare() {
cd "$pkgname-$pkgver"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment