blob: 8846182057a8c3cb8e9628dddf69b9f4e4030fc3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Maintainer: LinusDierheimer <Linus@Dierheimer.de>
pkgname=ppds-meta
pkgver=1.0.0
pkgrel=1
pkgdesc="Collection of foomatic and gutenprints ppds files"
arch=("any")
url="https://aur.archlinux.org/packages/ppds-meta"
license=("GPL")
depends=(
"foomatic-db-engine"
"foomatic-db"
"foomatic-db-ppds"
"foomatic-db-nonfree"
"foomatic-db-nonfree-ppds"
"gutenprint"
"foomatic-db-gutenprint-ppds"
)
source=()
sha512sums=()
|