summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Harrigan2019-09-21 16:18:21 +0100
committerDavid Harrigan2019-09-21 16:18:21 +0100
commitc98020ad55b29a15e3b0e152e3ea3e4e121d185a (patch)
tree302651cfb64e2bdd21fc5bcd3e6632b752c24285
parent0d50ee3ffaff6223ead5def222d835d35f7e87ea (diff)
downloadaur-c98020ad55b29a15e3b0e152e3ea3e4e121d185a.tar.gz
Updated: pspg 2.0.4-1
upstream release
-rw-r--r--.SRCINFO7
-rw-r--r--.gitignore25
-rw-r--r--PKGBUILD11
3 files changed, 35 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 38d2f96d09dd..0157e81f8c6d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
pkgbase = pspg
pkgdesc = Tabular data pager designed to be used with psql
- pkgver = 1.6.7
+ pkgver = 2.0.4
pkgrel = 1
url = https://github.com/okbob/pspg
- arch = i686
arch = x86_64
license = BSD
depends = readline
conflicts = pspg-git
- source = pspg-1.6.7.tar.gz::https://github.com/okbob/pspg/archive/1.6.7.tar.gz
- sha256sums = d100f8057b203f2e0a29d0b084f72edd62df0976a14c61a554a965f6ef5b846d
+ source = pspg-2.0.4.tar.gz::https://github.com/okbob/pspg/archive/2.0.4.tar.gz
+ sha256sums = 6711a96ede9a2fd4afb849693929a5ef422e731652e63a35706e8a1811e78975
pkgname = pspg
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..61f6a98822f2
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,25 @@
+### Vim ###
+# Swap
+[._]*.s[a-v][a-z]
+[._]*.sw[a-p]
+[._]s[a-rt-v][a-z]
+[._]ss[a-gi-z]
+[._]sw[a-p]
+
+# Session
+Session.vim
+
+# Temporary
+.netrwhist
+*~
+# Auto-generated tag files
+tags
+# Persistent undo
+[._]*.un~
+
+*.zip
+*.tar.gz
+*.xz
+pkg
+src
+tags.*
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}