summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Harrigan2020-01-14 03:55:07 +0000
committerDavid Harrigan2020-01-14 03:55:07 +0000
commit388a8f89dfbad0849a67bebca5153fe683e2eeb5 (patch)
treebb8bd8579eefc6ec7232982c11e8efc7e37c4e53
parent38f34cf692b5cc7cc6c9817ba81415aede44a1f0 (diff)
downloadaur-388a8f89dfbad0849a67bebca5153fe683e2eeb5.tar.gz
upgpkg: pspg 2.6.6-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 87faca51606b..7d3161e1c22f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = pspg
pkgdesc = Tabular data pager designed to be used with psql
- pkgver = 2.6.5
+ pkgver = 2.6.6
pkgrel = 1
url = https://github.com/okbob/pspg
arch = x86_64
license = BSD
depends = readline
conflicts = pspg-git
- source = pspg-2.6.5.tar.gz::https://github.com/okbob/pspg/archive/2.6.5.tar.gz
- sha256sums = 8a3d8ffea6e3126a55dd2a95b136c9aeae8073bb41f044d9bfe3a79693e4982c
+ source = pspg-2.6.6.tar.gz::https://github.com/okbob/pspg/archive/2.6.6.tar.gz
+ sha256sums = 2e353875557a0a09e2bf5e4c01f30175afd3e19bbf791e234731d32681c833ed
pkgname = pspg
diff --git a/PKGBUILD b/PKGBUILD
index ae7284dbaeae..464265d0c577 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributer: Dmitri Goutnik <dg@syrec.org>
pkgname=pspg
-pkgver=2.6.5
+pkgver=2.6.6
pkgrel=1
pkgdesc='Tabular data pager designed to be used with psql'
arch=('x86_64')
@@ -13,7 +13,7 @@ conflicts=('pspg-git')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('8a3d8ffea6e3126a55dd2a95b136c9aeae8073bb41f044d9bfe3a79693e4982c')
+sha256sums=('2e353875557a0a09e2bf5e4c01f30175afd3e19bbf791e234731d32681c833ed')
build() {
cd ${pkgname}-${pkgver}