suil: update to 0.6.4.
This commit is contained in:
parent
312f9aa679
commit
62d054a081
2 changed files with 4 additions and 5 deletions
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'suil-devel'.
|
||||
#
|
||||
depends="glibc-devel suil"
|
||||
noarch=yes
|
||||
depends="glibc-devel suil>=${version}"
|
||||
short_desc="${short_desc} - Development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, etc."
|
||||
|
||||
|
||||
do_install()
|
||||
{
|
||||
vmove usr/include usr
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'suil'
|
||||
pkgname=suil
|
||||
version=0.6.2
|
||||
version=0.6.4
|
||||
build_style=waf
|
||||
homepage="http://drobilla.net/software/suil/"
|
||||
distfiles="http://download.drobilla.net/${pkgname}-${version}.tar.bz2"
|
||||
|
@ -9,7 +9,7 @@ makedepends="python lv2 gtk+-devel qt-devel libstdc++-devel"
|
|||
short_desc="Lightweight C library for loading and wrapping LV2 plugin UIs"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
license="BSD-style"
|
||||
checksum=f77b2ac922f2d54697cac751ea4a1d5428f4e0e268f127f203c3298bbf0911e7
|
||||
checksum=42b13627e9c17b697871724d0312fa0e23bec3a146bba9f53311c24c0e17ff8a
|
||||
long_desc="
|
||||
Suil is a lightweight C library for loading and wrapping LV2 plugin UIs.
|
||||
|
||||
|
@ -27,4 +27,3 @@ long_desc="
|
|||
|
||||
subpackages="$pkgname-devel"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue