Skip to content
Snippets Groups Projects
Commit 24f69f5b authored by Jakub Jirutka's avatar Jakub Jirutka :flag_ua:
Browse files

main/pspg: upgrade to 5.0.2

parent c84a9dfe
No related branches found
No related tags found
No related merge requests found
# Contributor: Jakub Jirutka <jakub@jirutka.cz> # Contributor: Jakub Jirutka <jakub@jirutka.cz>
# Maintainer: Jakub Jirutka <jakub@jirutka.cz> # Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=pspg pkgname=pspg
pkgver=5.0.0 pkgver=5.0.2
pkgrel=1 pkgrel=0
pkgdesc="A unix pager optimized for psql" pkgdesc="A unix pager optimized for psql"
url="https://github.com/okbob/pspg" url="https://github.com/okbob/pspg"
arch="all" arch="all"
options="!check" # there is no tests options="!check" # there is no tests
license="BSD-2-Clause" license="BSD-2-Clause"
makedepends="automake autoconf postgresql-dev ncurses-dev readline-dev" makedepends="automake autoconf postgresql-dev ncurses-dev readline-dev"
source="$pkgname-$pkgver.tar.gz::https://github.com/okbob/pspg/archive/$pkgver.tar.gz" source="https://github.com/okbob/pspg/archive/$pkgver/$pkgname-$pkgver.tar.gz
$pkgname-9d55a76.patch::https://github.com/okbob/pspg/commit/9d55a76ffcedb0dc49310194a62834b381a227a2.patch
"
prepare() { prepare() {
default_prepare default_prepare
...@@ -31,5 +33,6 @@ package() { ...@@ -31,5 +33,6 @@ package() {
} }
sha512sums=" sha512sums="
4f49c49e32eebaa0f9fb0a00eb6bf13e1146dd904bcb5e71f09f7670b081bacc1c975b45608bc63ab33793a2d83e3ef3d52e6add46eee0c1196c91634f96364a pspg-5.0.0.tar.gz c6e832020061db3fb942fb4df33063f4da2535dca7e2db0bde4b2542d549ce3d4dee08dc5a24d0dea929325f3185f5e1197c9c968f69febf526b59f49fbb0c7d pspg-5.0.2.tar.gz
dcf5e849867a6877c5e9c864f4a24d69f414809c5286e692a6df9e99398685b3da71906285b4476a636475e3d66732329cb61d159448e0d7d37f1b9cde42fdf7 pspg-9d55a76.patch
" "
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment