summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 93cbdf1d49de..1cbffbc7dbed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pspg
pkgdesc = Tabular data pager designed to be used with psql
- pkgver = 5.5.3
+ pkgver = 5.5.4
pkgrel = 1
url = https://github.com/okbob/pspg
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = pspg
depends = readline
depends = postgresql-libs
conflicts = pspg-git
- source = pspg-5.5.3.tar.gz::https://github.com/okbob/pspg/archive/5.5.3.tar.gz
- sha256sums = c5360f42af5f87f07c8cb894b2da622685d1d800022cf9d22bfa37f3f918447b
+ source = pspg-5.5.4.tar.gz::https://github.com/okbob/pspg/archive/5.5.4.tar.gz
+ sha256sums = 1ea5b0b8397a6ed169c6b33afbe617fe2c33820deff6395888c0c8ae2c115d30
pkgname = pspg
diff --git a/PKGBUILD b/PKGBUILD
index 8f17b024171a..90647af2ad51 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributer: Dmitri Goutnik <dg@syrec.org>
pkgname=pspg
-pkgver=5.5.3
+pkgver=5.5.4
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=('c5360f42af5f87f07c8cb894b2da622685d1d800022cf9d22bfa37f3f918447b')
+sha256sums=('1ea5b0b8397a6ed169c6b33afbe617fe2c33820deff6395888c0c8ae2c115d30')
build() {
cd ${pkgname}-${pkgver}