summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2020-09-01 12:56:11 -0400
committerAndrew Sun2020-09-01 12:56:11 -0400
commit7a561c0fe91e9522b12b6ae9a31baa21642d6752 (patch)
treee781d6ce95a7014bae131263cad927040201de32
parentf22a46ae6db7d3860d253e2d43298a9669746478 (diff)
downloadaur-7a561c0fe91e9522b12b6ae9a31baa21642d6752.tar.gz
2.3.8
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e44d7decb58c..caf5c6a73518 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lib32-unixodbc
pkgdesc = ODBC is an open specification for providing application developers with a predictable API with which to access Data Sources
- pkgver = 2.3.7
- pkgrel = 2
+ pkgver = 2.3.8
+ pkgrel = 1
url = http://www.unixodbc.org/
arch = x86_64
license = GPL2
@@ -10,8 +10,8 @@ pkgbase = lib32-unixodbc
makedepends = lib32-gcc-libs
depends = lib32-libltdl
depends = unixodbc
- source = http://www.unixodbc.org/unixODBC-2.3.7.tar.gz
- sha256sums = 45f169ba1f454a72b8fcbb82abd832630a3bf93baa84731cf2949f449e1e3e77
+ source = http://www.unixodbc.org/unixODBC-2.3.8.tar.gz
+ sha256sums = 85372b9cd2cdfea3983c3958ab11ca1513ea091a263d82105e5da043379e48a5
pkgname = lib32-unixodbc
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}