unixodbc: update to 2.3.2.
This commit is contained in:
parent
10d810cb1f
commit
422e385d93
1 changed files with 3 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'unixodbc'
|
||||
pkgname=unixodbc
|
||||
version=2.3.1
|
||||
revision=2
|
||||
version=2.3.2
|
||||
revision=1
|
||||
wrksrc="unixODBC-${version}"
|
||||
build_style=gnu-configure
|
||||
makedepends="libltdl-devel readline-devel>=6.3"
|
||||
|
@ -12,7 +12,7 @@ license="GPL-2, LGPL-2.1"
|
|||
homepage="http://www.unixodbc.org"
|
||||
update_site="http://www.unixodbc.org/download.html"
|
||||
distfiles="http://www.unixodbc.org/unixODBC-${version}.tar.gz"
|
||||
checksum=1f5be3edecff9e31072ef738ea1d8019594c4f0c2e3ab427e6eef153491db6a2
|
||||
checksum=9c3459742f25df5aa3c10a61429bde51a6d4f11552c03095f1d33d7eb02b5c9a
|
||||
|
||||
libodbc_package() {
|
||||
short_desc="ODBC library for Unix"
|
||||
|
@ -20,7 +20,6 @@ libodbc_package() {
|
|||
vmove "usr/lib/*.so.*"
|
||||
}
|
||||
}
|
||||
|
||||
unixodbc-devel_package() {
|
||||
short_desc="ODBC library for Unix - development files"
|
||||
depends="libodbc-${version}_${revision}"
|
||||
|
|
Loading…
Reference in a new issue