summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Harrigan2023-11-14 09:46:13 +0000
committerDavid Harrigan2023-11-14 09:46:13 +0000
commit31fbd056b7ed946d8b81cc0b2c626646716670ee (patch)
tree99c9357e6d84b340fe60752a85063d72fbac1cb8
parent079a4821d067106723ef1ae93c9ddb977b69f7d6 (diff)
downloadaur-31fbd056b7ed946d8b81cc0b2c626646716670ee.tar.gz
upgpkg: pspg 5.8.1-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 91d41e758fba..d8fc9d339914 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pspg
pkgdesc = Tabular data pager designed to be used with psql
- pkgver = 5.8.0
+ pkgver = 5.8.1
pkgrel = 1
url = https://github.com/okbob/pspg
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = pspg
depends = ncurses
depends = readline
conflicts = pspg-git
- source = pspg-5.8.0.tar.gz::https://github.com/okbob/pspg/archive/5.8.0.tar.gz
- sha256sums = e1043e61aa18916f0c02627a32059e0f0d68f5050a38fc36ea578d517ebb12ce
+ source = pspg-5.8.1.tar.gz::https://github.com/okbob/pspg/archive/5.8.1.tar.gz
+ sha256sums = 57f086f91927e0c1c2cfe1660049d7bed03b075c742a40c16bea5702a22169d0
pkgname = pspg
diff --git a/PKGBUILD b/PKGBUILD
index 456afda18026..59523e3a4288 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributer: Dmitri Goutnik <dg@syrec.org>
pkgname=pspg
-pkgver=5.8.0
+pkgver=5.8.1
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=('e1043e61aa18916f0c02627a32059e0f0d68f5050a38fc36ea578d517ebb12ce')
+sha256sums=('57f086f91927e0c1c2cfe1660049d7bed03b075c742a40c16bea5702a22169d0')
build() {
cd ${pkgname}-${pkgver}