summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 409a3f0ec2ff638f72ac5abbca7a4013b2a0c9a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Maintainer: begin-theadventure <begin-thecontact.ncncb at dralias dot com>

_newpkgname=deadbeef-plugin-jack-bin
pkgname=deadbeef-plugin-jack
pkgver=0.0.1
pkgrel=1
epoch=1
pkgdesc="metapackage - migrate to deadbeef-plugin-jack-bin"
url="https://aur.archlinux.org/packages/deadbeef-plugin-jack-bin"
arch=('x86_64')
license=('MIT')

package() {
  depends=("$_newpkgname")
}