From 3e381f3434fa337418e31163ef9e426f36915ede Mon Sep 17 00:00:00 2001 From: Joe Bo Run Date: Mon, 14 Aug 2023 00:14:20 +0300 Subject: [PATCH] upg less unixodbc --- less/PKGBUILD | 14 ++++---------- less/PKGBUILD-arch | 4 ++-- less/deps | 1 + unixodbc/PKGBUILD | 16 +++++++++------- unixodbc/PKGBUILD-arch | 6 +++--- unixodbc/time | 9 ++++++--- 6 files changed, 25 insertions(+), 25 deletions(-) diff --git a/less/PKGBUILD b/less/PKGBUILD index cfef424..9f3f7d1 100644 --- a/less/PKGBUILD +++ b/less/PKGBUILD @@ -6,7 +6,7 @@ #-----------------------------------------| DESCRIPTION |--------------------------------------- pkgname=less -pkgver=633 +pkgver=643 pkgrel=01 epoch=1 pkgdesc='A terminal based program for viewing text files' @@ -49,13 +49,7 @@ license=('GPL3') validpgpkeys=('AE27252BD6846E7D6EAE1DD6F153A7C833235259') # Mark Nudelman -sha256sums=(2f201d64b828b88af36dfe6cfdba3e0819ece2e446ebe6224813209aaefed04f # less-633.tar.gz - 08707590b9d350f66394430960971c776f48649c2d2b175f9b8f23acbde551f7) # less-633.tar.gz.sig +sha256sums=(2911b5432c836fa084c8a2e68f6cd6312372c026a58faaa98862731c8b6052e8 # less-643.tar.gz + 2aec0393a32dacd44cbd8a57ad21d842739f3262c6e02fa2d28abd105ea5e5cf) # less-643.tar.gz.sig - -# Note to packager: -ls -l *pkg.tar.lz -echo "you must rename this package to meet SF naming before you move to the repo" -mv $(ls -l $pkgname*pkg.tar.lz) $pkgname-$epoch_$pkgver-$pkgrel-$arch.pkg.tar.lz >pkg-mv.log - -## 5dea7d3f876493a9dbfa27a5c5a3976d4d83c180e3ccd18af47b98bf722b225b less-1:633-01-x86_64.pkg.tar.lz +## 100bcab42390634095d02f8e408079ec063934f75e814f1b8082cbc096c33d43 less-1:643-01-x86_64.pkg.tar.lz diff --git a/less/PKGBUILD-arch b/less/PKGBUILD-arch index 6d155a5..ffd6a56 100644 --- a/less/PKGBUILD-arch +++ b/less/PKGBUILD-arch @@ -3,7 +3,7 @@ # Contributor: judd pkgname=less -pkgver=633 +pkgver=643 pkgrel=1 epoch=1 pkgdesc='A terminal based program for viewing text files' @@ -14,7 +14,7 @@ depends=('glibc' 'ncurses' 'pcre2') validpgpkeys=('AE27252BD6846E7D6EAE1DD6F153A7C833235259') # Mark Nudelman source=("https://www.greenwoodsoftware.com/$pkgname/$pkgname-$pkgver.tar.gz" "$pkgname-$pkgver.tar.gz.sig::https://www.greenwoodsoftware.com/$pkgname/$pkgname-$pkgver.sig") -sha256sums=('2f201d64b828b88af36dfe6cfdba3e0819ece2e446ebe6224813209aaefed04f' +sha256sums=('2911b5432c836fa084c8a2e68f6cd6312372c026a58faaa98862731c8b6052e8' 'SKIP') prepare() { diff --git a/less/deps b/less/deps index 139597f..b28b04f 100644 --- a/less/deps +++ b/less/deps @@ -1,2 +1,3 @@ + diff --git a/unixodbc/PKGBUILD b/unixodbc/PKGBUILD index c56923d..4befb1d 100644 --- a/unixodbc/PKGBUILD +++ b/unixodbc/PKGBUILD @@ -1,17 +1,17 @@ #!/usr/bin/bash # JOBoRun : Jwm OpenBox Obarun RUNit -# Maintainer : Joe Bo Run +# Maintainer : Joe Bo Run # PkgSource : url="https://gittea.disroot.org/joborun-pkg/jobcore/$pkgname" +# Website : https://pozol.eu #-----------------------------------------| DESCRIPTION |--------------------------------------- pkgname=unixodbc -pkgver=2.3.11 +pkgver=2.3.12 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') 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) build() { @@ -32,10 +32,12 @@ package() { touch "$pkgdir"/etc/{odbc,odbcinst}.ini } -#---- license gpg-key sha256sums ---- +#---- arch license gpg-key & sha256sums ---- + +arch=(x86_64) license=('GPL2' 'LGPL2.1') -sha256sums=(d9e55c8e7118347e3c66c87338856dad1516b490fb7c756c1562a2c267c73b5c) # unixODBC-2.3.11.tar.gz - +sha256sums=(f210501445ce21bf607ba51ef8c125e10e22dffdffec377646462df5f01915ec) # unixODBC-2.3.12.tar.gz +## 989d92eaf5c17c6d1a05a4e465f688a992f5a8dcb736cec5976315f5e0dd3da9 unixodbc-2.3.12-01-x86_64.pkg.tar.lz diff --git a/unixodbc/PKGBUILD-arch b/unixodbc/PKGBUILD-arch index e22c624..62e65ef 100644 --- a/unixodbc/PKGBUILD-arch +++ b/unixodbc/PKGBUILD-arch @@ -3,16 +3,16 @@ # Contributor: Tom Newsom pkgname=unixodbc -pkgver=2.3.11 +pkgver=2.3.12 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') license=('GPL2' 'LGPL2.1') 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=('d9e55c8e7118347e3c66c87338856dad1516b490fb7c756c1562a2c267c73b5c') +sha256sums=('f210501445ce21bf607ba51ef8c125e10e22dffdffec377646462df5f01915ec') build() { cd unixODBC-${pkgver} diff --git a/unixodbc/time b/unixodbc/time index 1ce22df..3fc6ae4 100644 --- a/unixodbc/time +++ b/unixodbc/time @@ -1,3 +1,6 @@ -real 0m28.294s -user 1m2.677s -sys 0m6.780s + + +real 0m52.996s +user 0m47.921s +sys 0m7.479s +