aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCeleste <20312-Celeste@users.gitlab.alpinelinux.org>2024-04-25 03:39:58 +0000
committerJakub Jirutka <jakub@jirutka.cz>2024-04-25 12:10:03 +0000
commit65b4ad8910ae85bf3ff3657fa00925efed2e6940 (patch)
tree12bbc2f214a8bdaa98029004f237578f33ddbf04
parent9126deb52b4b641c148c715492587d3068de0a6c (diff)
community/pgimportdoc: upgrade to 0.1.4HEADmaster
-rw-r--r--community/pgimportdoc/APKBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/community/pgimportdoc/APKBUILD b/community/pgimportdoc/APKBUILD
index 999b262cac5..2d7974bd7bd 100644
--- a/community/pgimportdoc/APKBUILD
+++ b/community/pgimportdoc/APKBUILD
@@ -1,14 +1,14 @@
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=pgimportdoc
-pkgver=0.1.3
-pkgrel=5
+pkgver=0.1.4
+pkgrel=0
pkgdesc="CLI tool for import XML, TEXT and BYTEA documents to PostgreSQL"
url="https://github.com/okbob/pgimportdoc"
arch="all"
license="BSD-2-Clause"
makedepends="readline-dev libxml2-dev postgresql-dev zlib-dev"
-source="$pkgname-$pkgver.tar.gz::https://github.com/okbob/$pkgname/archive/$pkgver.tar.gz"
+source="$pkgname-$pkgver.tar.gz::https://github.com/okbob/pgimportdoc/archive/$pkgver.tar.gz"
build() {
make USE_PGXS=1 all
@@ -22,4 +22,6 @@ package() {
make USE_PGXS=1 DESTDIR="$pkgdir" install
}
-sha512sums="86da2296de6a6be7663dc40b8bd56c74b334830d97fb78e23e7dc9caf7c88303cd24958587db8afab29aafc7dcd7d131e64237fb675afb7e06ab7d8c66da0d40 pgimportdoc-0.1.3.tar.gz"
+sha512sums="
+99f4af48304476a4d666e85024095c4c25bb131793fe16ca5f57bd5f99baeacd3802a549d4619c7b1e500550e50ef38a22e7b7e4176d59d64f5f80aeb4b6254d pgimportdoc-0.1.4.tar.gz
+"