mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
taglib-sharp: typofix - s/configure_ags/configure_args/
This commit is contained in:
parent
9cc3d33324
commit
99926a6d27
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'taglib-sharp'
|
# Template file for 'taglib-sharp'
|
||||||
pkgname=taglib-sharp
|
pkgname=taglib-sharp
|
||||||
version=2.1.0.0
|
version=2.1.0.0
|
||||||
revision=2
|
revision=3
|
||||||
distfiles="https://github.com/mono/taglib-sharp/archive/taglib-sharp-${version}.tar.gz"
|
distfiles="https://github.com/mono/taglib-sharp/archive/taglib-sharp-${version}.tar.gz"
|
||||||
checksum="8221fccfc2e834eebb24404f2c0ca26b2788af646a172266f89627a5d339bdec"
|
checksum="8221fccfc2e834eebb24404f2c0ca26b2788af646a172266f89627a5d339bdec"
|
||||||
build_style="gnu-configure"
|
build_style="gnu-configure"
|
||||||
configure_ags=" --disable-docs"
|
configure_args=" --disable-docs"
|
||||||
hostmakedepends="pkg-config automake"
|
hostmakedepends="pkg-config automake"
|
||||||
makedepends="mono"
|
makedepends="mono"
|
||||||
maintainer="Steven R <dev@styez.com>"
|
maintainer="Steven R <dev@styez.com>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue