summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Harrigan2020-01-13 19:44:00 +0000
committerDavid Harrigan2020-01-13 19:44:00 +0000
commit38f34cf692b5cc7cc6c9817ba81415aede44a1f0 (patch)
treed6e0d9ff14fc1b20f49a0982f0e4967675d1d186
parent25528459e7d3b7aac5528de88b0e8cb70dd37879 (diff)
downloadaur-38f34cf692b5cc7cc6c9817ba81415aede44a1f0.tar.gz
upgpkg: pspg 2.6.5-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 06496c032f58..87faca51606b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = pspg
pkgdesc = Tabular data pager designed to be used with psql
- pkgver = 2.6.4
+ pkgver = 2.6.5
pkgrel = 1
url = https://github.com/okbob/pspg
arch = x86_64
license = BSD
depends = readline
conflicts = pspg-git
- source = pspg-2.6.4.tar.gz::https://github.com/okbob/pspg/archive/2.6.4.tar.gz
- sha256sums = 2d2b14a87056ce09625298de22629866c3c14aa55d46ea7ee627a682b9ea804e
+ source = pspg-2.6.5.tar.gz::https://github.com/okbob/pspg/archive/2.6.5.tar.gz
+ sha256sums = 8a3d8ffea6e3126a55dd2a95b136c9aeae8073bb41f044d9bfe3a79693e4982c
pkgname = pspg
diff --git a/PKGBUILD b/PKGBUILD
index e392b9c36fb2..ae7284dbaeae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributer: Dmitri Goutnik <dg@syrec.org>
pkgname=pspg
-pkgver=2.6.4
+pkgver=2.6.5
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=('2d2b14a87056ce09625298de22629866c3c14aa55d46ea7ee627a682b9ea804e')
+sha256sums=('8a3d8ffea6e3126a55dd2a95b136c9aeae8073bb41f044d9bfe3a79693e4982c')
build() {
cd ${pkgname}-${pkgver}