aboutsummaryrefslogtreecommitdiffstats
path: root/community/postgresql-plpgsql_check/APKBUILD
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2018-10-29 00:06:06 +0100
committerJakub Jirutka <jakub@jirutka.cz>2018-10-29 00:38:50 +0100
commit8a52721a28056a8163eb5df54530ba90bdcd8996 (patch)
tree466ef12dcd602ced7fde6b354ca70a689eae3cfc /community/postgresql-plpgsql_check/APKBUILD
parent5d4f447e08558a7e469ad1faa1ec262fd1585066 (diff)
downloadaports-8a52721a28056a8163eb5df54530ba90bdcd8996.tar.bz2
aports-8a52721a28056a8163eb5df54530ba90bdcd8996.tar.xz
community/postgresql-plpgsql_check: patch for postgresql 11.0
Diffstat (limited to 'community/postgresql-plpgsql_check/APKBUILD')
-rw-r--r--community/postgresql-plpgsql_check/APKBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/community/postgresql-plpgsql_check/APKBUILD b/community/postgresql-plpgsql_check/APKBUILD
index f0b23cfd7c..19c6e6c8cd 100644
--- a/community/postgresql-plpgsql_check/APKBUILD
+++ b/community/postgresql-plpgsql_check/APKBUILD
@@ -3,14 +3,16 @@
pkgname=postgresql-plpgsql_check
_pkgname=plpgsql_check
pkgver=1.2.3
-pkgrel=0
+pkgrel=1
pkgdesc="Additional tools for plpgsql functions validation"
url="https://github.com/okbob/plpgsql_check"
arch="all"
license="BSD"
depends="postgresql"
makedepends="postgresql-dev"
-source="$_pkgname-$pkgver.tar.gz::https://github.com/okbob/$_pkgname/archive/v$pkgver.tar.gz"
+source="$_pkgname-$pkgver.tar.gz::https://github.com/okbob/$_pkgname/archive/v$pkgver.tar.gz
+ fix-for-postgresql-11-and-12.patch
+ "
builddir="$srcdir/$_pkgname-$pkgver"
options="!check" # XXX: installcheck requires running PostgreSQL
@@ -24,4 +26,5 @@ package() {
make USE_PGXS=1 DESTDIR="$pkgdir" install
}
-sha512sums="73c178f19540923394333404612779b692f932f9748085f9a41bd51535d19c15e87b04874f90f387aa197cf2f179e318b202203abd39f6e33e111fe2903e7998 plpgsql_check-1.2.3.tar.gz"
+sha512sums="73c178f19540923394333404612779b692f932f9748085f9a41bd51535d19c15e87b04874f90f387aa197cf2f179e318b202203abd39f6e33e111fe2903e7998 plpgsql_check-1.2.3.tar.gz
+7ee1624175549783e15872d9b3469b959f45d882a830b94b39da069c58d5aa9e75c49c9f52c3a5254ad1854777e9518465b456fcae090a8a5b4f999b32e5ecf0 fix-for-postgresql-11-and-12.patch"