From e7232242afc2ea1e5c31812ec5d4b1b2ef636672 Mon Sep 17 00:00:00 2001 From: Joe Bo Run Date: Thu, 2 Jun 2022 21:02:21 +0300 Subject: [PATCH] upg elfutils unixodbc --- elfutils/PKGBUILD | 3 +-- elfutils/deps | 2 ++ unixodbc/PKGBUILD | 7 +++++-- unixodbc/PKGBUILD-arch | 5 +++-- unixodbc/deps | 1 + 5 files changed, 12 insertions(+), 6 deletions(-) diff --git a/elfutils/PKGBUILD b/elfutils/PKGBUILD index 39e66a1..f50f918 100644 --- a/elfutils/PKGBUILD +++ b/elfutils/PKGBUILD @@ -8,7 +8,7 @@ pkgbase=elfutils pkgname=(debuginfod elfutils libelf) pkgver=0.187 -pkgrel=01 +pkgrel=02 pkgdesc="Handle ELF object files and DWARF debugging information" arch=(x86_64) url="https://sourceware.org/elfutils/" @@ -17,7 +17,6 @@ makedepends=(bzip2 curl gcc-libs libarchive libmicrohttpd sqlite xz zlib zstd) options=(staticlibs) source=(https://sourceware.org/$pkgbase/ftp/$pkgver/$pkgbase-$pkgver.tar.bz2{,.sig}) - _pick() { local p="$1" f d; shift for f; do diff --git a/elfutils/deps b/elfutils/deps index 370d041..166f9da 100644 --- a/elfutils/deps +++ b/elfutils/deps @@ -2,3 +2,5 @@ gettext autoconf libmicrohttpd automake + + diff --git a/unixodbc/PKGBUILD b/unixodbc/PKGBUILD index a1249d7..c56923d 100644 --- a/unixodbc/PKGBUILD +++ b/unixodbc/PKGBUILD @@ -5,7 +5,7 @@ #-----------------------------------------| DESCRIPTION |--------------------------------------- pkgname=unixodbc -pkgver=2.3.9 +pkgver=2.3.11 pkgrel=01 pkgdesc="ODBC is an open specification for providing application developers with a predictable API with which to access Data Sources" arch=('x86_64') @@ -17,6 +17,7 @@ source=(ftp://ftp.unixodbc.org/pub/unixODBC/unixODBC-$pkgver.tar.gz) build() { cd unixODBC-${pkgver} ./configure --prefix=/usr --sysconfdir=/etc + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool make } @@ -35,4 +36,6 @@ package() { license=('GPL2' 'LGPL2.1') -sha256sums=(52833eac3d681c8b0c9a5a65f2ebd745b3a964f208fc748f977e44015a31b207) # unixODBC-2.3.9.tar.gz +sha256sums=(d9e55c8e7118347e3c66c87338856dad1516b490fb7c756c1562a2c267c73b5c) # unixODBC-2.3.11.tar.gz + + diff --git a/unixodbc/PKGBUILD-arch b/unixodbc/PKGBUILD-arch index f947bb6..e22c624 100644 --- a/unixodbc/PKGBUILD-arch +++ b/unixodbc/PKGBUILD-arch @@ -3,7 +3,7 @@ # Contributor: Tom Newsom pkgname=unixodbc -pkgver=2.3.9 +pkgver=2.3.11 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') @@ -12,11 +12,12 @@ url="http://www.unixodbc.org/" backup=('etc/odbc.ini' 'etc/odbcinst.ini') depends=('readline' 'libltdl') source=(ftp://ftp.unixodbc.org/pub/unixODBC/unixODBC-$pkgver.tar.gz) -sha256sums=('52833eac3d681c8b0c9a5a65f2ebd745b3a964f208fc748f977e44015a31b207') +sha256sums=('d9e55c8e7118347e3c66c87338856dad1516b490fb7c756c1562a2c267c73b5c') build() { cd unixODBC-${pkgver} ./configure --prefix=/usr --sysconfdir=/etc + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool make } diff --git a/unixodbc/deps b/unixodbc/deps index 8b13789..139597f 100644 --- a/unixodbc/deps +++ b/unixodbc/deps @@ -1 +1,2 @@ +