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

upgpkg: 1.2.11-1

Remove unneeded patch.
parent 05b62d3f
No related branches found
No related tags found
No related merge requests found
.SRCINFO 0 → 100644
pkgbase = alsa-lib
pkgdesc = An alternative implementation of Linux sound support
pkgver = 1.2.11
pkgrel = 1
url = https://www.alsa-project.org
install = alsa-lib.install
arch = x86_64
license = LGPL-2.1-or-later
depends = alsa-topology-conf
depends = alsa-ucm-conf
depends = glibc
provides = libasound.so
provides = libatopology.so
source = https://www.alsa-project.org/files/pub/lib/alsa-lib-1.2.11.tar.bz2
source = https://www.alsa-project.org/files/pub/lib/alsa-lib-1.2.11.tar.bz2.sig
validpgpkeys = F04DF50737AC1A884C4B3D718380596DA6E59C91
sha512sums = 7bf2c541dff5262c0302a1c716ca10cdb5105f4e0ad48f3341c3c7e975b0c3ea835a298a05974c3e216a85912c368d8025ba3cdda3ff04a7683133ce5b2a286d
sha512sums = SKIP
b2sums = 7fb245ffbfb841bdd5cb9da08fb2ec0a4ce8d340d4d1461999aca558c67c16e7c596cd0bffab761b7b4549025b0fb25462fb352e6d3900fb42f00b47de58d34c
b2sums = SKIP
pkgname = alsa-lib
......@@ -2,8 +2,8 @@
# Contributor: judd <jvinet@zeroflux.org>
pkgname=alsa-lib
pkgver=1.2.10
pkgrel=2
pkgver=1.2.11
pkgrel=1
pkgdesc="An alternative implementation of Linux sound support"
arch=(x86_64)
url="https://www.alsa-project.org"
......@@ -19,20 +19,15 @@ provides=(
)
install=$pkgname.install
source=(
https://www.alsa-project.org/files/pub/lib/$pkgname-$pkgver.tar.bz2{,.sig}
$pkgname-1.2.10-config_header.patch::https://github.com/alsa-project/alsa-lib/commit/0e3dfb9f705ca78be34cd70fd59d67c431e29cc7.patch
$url/files/pub/lib/$pkgname-$pkgver.tar.bz2{,.sig}
)
sha512sums=('4ccbd1dc5a612044571c26290923009e4c3f7959b30a5d0bed47daa68bbefaff9059c4f0fa3bc16f22c1eed2d36f079139369f40243da5921ae4de02a4541939'
'SKIP'
'4c10050fb92da9c61e08eb742b60245314362bf8b7f5c34d5edade2f0bcaa0930c1d30267db0a95de2391c01a4aa59f5565423a1c41e42471f3dc9614b4d9b8a')
b2sums=('b2e4f8431e61f5bb56b2b5d124e67d5a68bbca3c647bebfa93f5e5ff092ec9ef3f6cb6315801fcd93e21151784814ff238d357313b8b44f32d4e7c9ee565388f'
'SKIP'
'73ce802cfcefed592d3820e4e8fdc2cfcb0666e60e07ede87f5581acf751e2c7552bc9347c1075552337047ec4c2cb64dbc92433d4e4b2e52cf6cad36f2679f2')
sha512sums=('7bf2c541dff5262c0302a1c716ca10cdb5105f4e0ad48f3341c3c7e975b0c3ea835a298a05974c3e216a85912c368d8025ba3cdda3ff04a7683133ce5b2a286d'
'SKIP')
b2sums=('7fb245ffbfb841bdd5cb9da08fb2ec0a4ce8d340d4d1461999aca558c67c16e7c596cd0bffab761b7b4549025b0fb25462fb352e6d3900fb42f00b47de58d34c'
'SKIP')
validpgpkeys=('F04DF50737AC1A884C4B3D718380596DA6E59C91') # ALSA Release Team (Package Signing Key v1) <release@alsa-project.org>
prepare() {
# fix crashes with 32bit applications: https://bugs.archlinux.org/task/79628
patch -Np1 -d $pkgname-$pkgver -i ../$pkgname-1.2.10-config_header.patch
cd $pkgname-$pkgver
autoreconf -fiv
}
......
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