summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Harrigan2019-09-21 16:18:21 +0100
committerDavid Harrigan2019-09-21 16:18:21 +0100
commitc98020ad55b29a15e3b0e152e3ea3e4e121d185a (patch)
tree302651cfb64e2bdd21fc5bcd3e6632b752c24285 /PKGBUILD
parent0d50ee3ffaff6223ead5def222d835d35f7e87ea (diff)
downloadaur-c98020ad55b29a15e3b0e152e3ea3e4e121d185a.tar.gz
Updated: pspg 2.0.4-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 7 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f533df64a4af..cdc34ad6a9ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,19 @@
-# Maintainer: Dmitri Goutnik <dg@syrec.org>
+# Maintainer: David Harrigan <dharrigan [@] gmail [dot] com>
+# Contributer: Dmitri Goutnik <dg@syrec.org>
pkgname=pspg
-pkgver=1.6.7
+pkgver=2.0.4
pkgrel=1
pkgdesc='Tabular data pager designed to be used with psql'
-arch=('i686' 'x86_64')
+arch=('x86_64')
url="https://github.com/okbob/pspg"
license=('BSD')
depends=('readline')
conflicts=('pspg-git')
+
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('d100f8057b203f2e0a29d0b084f72edd62df0976a14c61a554a965f6ef5b846d')
+
+sha256sums=('6711a96ede9a2fd4afb849693929a5ef422e731652e63a35706e8a1811e78975')
build() {
cd ${pkgname}-${pkgver}