* update unixodbc to 2.3.12-2
This commit is contained in:
parent
10ae2d58a2
commit
2291dcddd4
17
unixodbc/.SRCINFO
Normal file
17
unixodbc/.SRCINFO
Normal file
@ -0,0 +1,17 @@
|
||||
pkgbase = unixodbc
|
||||
pkgdesc = ODBC is an open specification for providing application developers with a predictable API with which to access Data Sources
|
||||
pkgver = 2.3.12
|
||||
pkgrel = 2
|
||||
url = http://www.unixodbc.org/
|
||||
arch = x86_64
|
||||
license = GPL-2.0-or-later
|
||||
license = LGPL-2.1-or-later
|
||||
depends = readline
|
||||
depends = libltdl
|
||||
depends = glibc
|
||||
backup = etc/odbc.ini
|
||||
backup = etc/odbcinst.ini
|
||||
source = ftp://ftp.unixodbc.org/pub/unixODBC/unixODBC-2.3.12.tar.gz
|
||||
sha256sums = f210501445ce21bf607ba51ef8c125e10e22dffdffec377646462df5f01915ec
|
||||
|
||||
pkgname = unixodbc
|
4
unixodbc/.nvchecker.toml
Normal file
4
unixodbc/.nvchecker.toml
Normal file
@ -0,0 +1,4 @@
|
||||
[unixodbc]
|
||||
source = "github"
|
||||
github = "lurcher/unixODBC"
|
||||
use_max_tag = true
|
@ -5,13 +5,13 @@
|
||||
|
||||
pkgname=unixodbc
|
||||
pkgver=2.3.12
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="ODBC is an open specification for providing application developers with a predictable API with which to access Data Sources"
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
license=('GPL2' 'LGPL2.1')
|
||||
license=('GPL-2.0-or-later' 'LGPL-2.1-or-later')
|
||||
url="http://www.unixodbc.org/"
|
||||
backup=('etc/odbc.ini' 'etc/odbcinst.ini')
|
||||
depends=('readline' 'libltdl')
|
||||
depends=('readline' 'libltdl' 'glibc')
|
||||
source=(ftp://ftp.unixodbc.org/pub/unixODBC/unixODBC-$pkgver.tar.gz)
|
||||
sha256sums=('f210501445ce21bf607ba51ef8c125e10e22dffdffec377646462df5f01915ec')
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user