summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Sun2020-09-01 12:56:11 -0400
committerAndrew Sun2020-09-01 12:56:11 -0400
commit7a561c0fe91e9522b12b6ae9a31baa21642d6752 (patch)
treee781d6ce95a7014bae131263cad927040201de32 /PKGBUILD
parentf22a46ae6db7d3860d253e2d43298a9669746478 (diff)
downloadaur-7a561c0fe91e9522b12b6ae9a31baa21642d6752.tar.gz
2.3.8
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 69f271253b11..102a995c9bf3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
pkgname=lib32-unixodbc
-pkgver=2.3.7
-pkgrel=2
+pkgver=2.3.8
+pkgrel=1
pkgdesc='ODBC is an open specification for providing application developers with a predictable API with which to access Data Sources'
arch=('x86_64')
url='http://www.unixodbc.org/'
@@ -14,7 +14,7 @@ license=('GPL2' 'LGPL2.1')
depends=('lib32-libltdl' 'unixodbc')
makedepends=('gcc-multilib' 'lib32-gcc-libs')
source=("http://www.unixodbc.org/unixODBC-${pkgver}.tar.gz")
-sha256sums=('45f169ba1f454a72b8fcbb82abd832630a3bf93baa84731cf2949f449e1e3e77')
+sha256sums=('85372b9cd2cdfea3983c3958ab11ca1513ea091a263d82105e5da043379e48a5')
build() {
cd ${srcdir}/unixODBC-${pkgver}