Skip to content

Commit

Permalink
archrelease: copy trunk to extra-x86_64
Browse files Browse the repository at this point in the history
git-svn-id: file:///srv/repos/svn-packages/svn@375964 eb2447ed-0c53-47e4-bac8-5bc4a241df78
  • Loading branch information
dvzrv committed Feb 20, 2020
1 parent 8d45684 commit 2b33b5a
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions alsa-plugins/repos/extra-x86_64/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,23 +1,25 @@
# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
# Maintainer: David Runge <[email protected]>
# Contributor: Jan Alexander Steffens (heftig) <[email protected]>
# Contributor: Sergej Pupykin <[email protected]>
# Contributor: Daniel Ehlers <[email protected]>

pkgname=alsa-plugins
pkgver=1.2.1
pkgrel=5
pkgver=1.2.2
pkgrel=1
pkgdesc="Additional ALSA plugins"
arch=(x86_64)
url="https://www.alsa-project.org"
license=(LGPL2.1)
depends=(glibc alsa-lib)
makedepends=(dbus jack libpulse libsamplerate speexdsp)
depends=(glibc)
makedepends=(alsa-lib dbus jack libavtp libpulse libsamplerate speexdsp)
optdepends=('dbus: for maemo plugin'
'jack: for pcm_jack plugin'
'libavtp: for pcm_aaf plugin'
'libsamplerate: for rate_samplerate plugin'
'libpulse: for conf_pulse, ctl_pulse and pcm_pulse plugins'
'speexdsp: for pcm_speex and rate_speexrate plugins')
source=("https://www.alsa-project.org/files/pub/plugins/$pkgname-$pkgver.tar.bz2")
sha256sums=('4d94de7ad41734b8604a652521200bb6554fcf0c2c00fdbd302b1710d76548da')
sha256sums=('1c0f06450c928d711719686c9dbece2d480184f36fab11b8f0534cb7b41e337d')

prepare() {
cd $pkgname-$pkgver
Expand Down

0 comments on commit 2b33b5a

Please sign in to comment.