Date: Friday, September 16, 2022 @ 01:56:31
Author: grawlinson
Revision: 1303879
archrelease: copy trunk to community-any
Added:
pgcli/repos/community-any/PKGBUILD
(from rev 1303878, pgcli/trunk/PKGBUILD)
Deleted:
pgcli/repos/community-any/PKGBUILD
----------+
PKGBUILD | 111 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 56 insertions(+), 55 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-16 01:55:50 UTC (rev 1303878)
+++ PKGBUILD 2022-09-16 01:56:31 UTC (rev 1303879)
@@ -1,55 +0,0 @@
-# Maintainer: George Rawlinson <[email protected]>
-# Contributor: a821
-# Contributor: asm0dey <[email protected]>
-# Contributor: Sven-Hendrik Haase <[email protected]>
-
-pkgname=pgcli
-pkgver=3.4.1
-pkgrel=2
-pkgdesc='A command line interface for PostgreSQL with auto-completion and
syntax highlighting'
-url='https://www.pgcli.com/'
-arch=('any')
-license=('BSD')
-depends=(
- 'python'
- 'python-sqlparse'
- 'python-psycopg2'
- 'python-click'
- 'python-prompt_toolkit'
- 'python-configobj'
- 'python-pgspecial'
- 'python-setproctitle'
- 'python-cli_helpers'
- 'python-keyring'
- 'python-pygments'
- 'python-pendulum'
-)
-makedepends=('git' 'python-setuptools')
-_commit='a878d2a4ba917d191e2fa0460e73f2bb44e3346e'
-source=("$pkgname::git+https://github.com/dbcli/pgcli.git#commit=$_commit")
-b2sums=('SKIP')
-
-pkgver() {
- cd "$pkgname"
-
- git describe --tags | sed 's/^v//'
-}
-
-build() {
- cd "$pkgname"
-
- python setup.py build
-}
-
-check() {
- cd "$pkgname"
-
-}
-
-package() {
- cd "$pkgname"
-
- python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
- install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE.txt
-}
Copied: pgcli/repos/community-any/PKGBUILD (from rev 1303878,
pgcli/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-09-16 01:56:31 UTC (rev 1303879)
@@ -0,0 +1,56 @@
+# Maintainer: George Rawlinson <[email protected]>
+# Contributor: a821
+# Contributor: asm0dey <[email protected]>
+# Contributor: Sven-Hendrik Haase <[email protected]>
+
+pkgname=pgcli
+pkgver=3.5.0
+pkgrel=1
+pkgdesc='A command line interface for PostgreSQL with auto-completion and
syntax highlighting'
+url='https://www.pgcli.com/'
+arch=('any')
+license=('BSD')
+depends=(
+ 'python'
+ 'python-sqlparse'
+ 'python-psycopg'
+ 'python-click'
+ 'python-prompt_toolkit'
+ 'python-configobj'
+ 'python-pgspecial'
+ 'python-setproctitle'
+ 'python-cli_helpers'
+ 'python-keyring'
+ 'python-pygments'
+ 'python-pendulum'
+ 'python-setuptools'
+)
+makedepends=('git')
+_commit='c280f8e398662e43a1637c6918700f0883baea1c'
+source=("$pkgname::git+https://github.com/dbcli/pgcli.git#commit=$_commit")
+b2sums=('SKIP')
+
+pkgver() {
+ cd "$pkgname"
+
+ git describe --tags | sed 's/^v//'
+}
+
+build() {
+ cd "$pkgname"
+
+ python setup.py build
+}
+
+check() {
+ cd "$pkgname"
+
+}
+
+package() {
+ cd "$pkgname"
+
+ python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+ install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE.txt
+}