aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-06-10 06:27:32 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-06-10 06:27:43 -0300
commita8d376ec4a8450a912f8d27c0ee6299b6a31d601 (patch)
tree986af408f281b6a8a0695257e3ee220fbb4e663a
parent7601af850c1e1bbd0a5f0d188e9f8bfd70596f3d (diff)
downloadaports-a8d376ec4a8450a912f8d27c0ee6299b6a31d601.tar.bz2
aports-a8d376ec4a8450a912f8d27c0ee6299b6a31d601.tar.xz
testing/pg_cron: upgrade to 1.1.4
-rw-r--r--testing/pg_cron/APKBUILD12
1 files changed, 3 insertions, 9 deletions
diff --git a/testing/pg_cron/APKBUILD b/testing/pg_cron/APKBUILD
index 6a3b7d6853..9633a4963d 100644
--- a/testing/pg_cron/APKBUILD
+++ b/testing/pg_cron/APKBUILD
@@ -1,38 +1,32 @@
# Contributor: G.J.R. Timmer <gjr.timmer@gmail.com>
# Maintainer: G.J.R. Timmer <gjr.timmer@gmail.com>
pkgname=pg_cron
-pkgver=1.0.2
+pkgver=1.1.4
pkgrel=0
pkgdesc="Cron-based scheduler for PostgreSQL 9.5+"
url="https://github.com/citusdata/pg_cron"
arch="all"
-license="custom"
+license="PostgreSQL"
depends="postgresql"
makedepends="postgresql-dev"
install="$pkgname.post-install"
source="$pkgname-$pkgver.tar.gz::https://github.com/citusdata/$pkgname/archive/v${pkgver}.tar.gz"
-builddir="$srcdir/$pkgname-$pkgver"
options="!check" # no tests provided
prepare() {
default_prepare
- cd "$builddir"
-
# Remove -Werror from Makefile
# Required to compile on alpine, to ignore compilation warnings
sed "s/-Werror //" -i Makefile
}
build() {
- cd "$builddir"
make
}
package() {
- cd "$builddir"
-
make DESTDIR="$pkgdir" install
install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
}
-sha512sums="78e0f75c50e593b2430e3b96099cb92600f0bd0716c1bd89abc03d598daae8670db539dbdb0211bdb12ebd6cd044435bbb1862cb3162c06de448560c5bdfd474 pg_cron-1.0.2.tar.gz"
+sha512sums="1b63f5f3aa690fce1c35143078dbcdd8708a09bf97c8c2065cea01f6388918f6e7c9821d08fbfd91dff30f65c5edb8487fa0a4038fe42326b5c73de438252846 pg_cron-1.1.4.tar.gz"