summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormarco442018-03-17 13:05:40 +0100
committermarco442018-03-17 13:05:40 +0100
commit37490d581e8402977409ab3ad39cf4a798626de1 (patch)
tree4f38dc6617f7cb39d871b9e69ebb13e209de01cf
parentbc170ce5f21a2794bba5d9871db230e1ae72e844 (diff)
downloadaur-37490d581e8402977409ab3ad39cf4a798626de1.tar.gz
Update to keep up with HypoPG team change
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c51a30c25760..295d207af241 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,10 @@
+# Generated by mksrcinfo v8
+# Sat Mar 17 12:05:36 UTC 2018
pkgbase = hypopg-git
pkgdesc = postgresql background worker to capture data
- pkgver = b78049e
+ pkgver = 0de9755
pkgrel = 1
- url = https://github.com/dalibo/hypopg
+ url = https://github.com/HypoPG/hypopg
install = hypopg-git.install
arch = i686
arch = x86_64
@@ -13,7 +15,7 @@ pkgbase = hypopg-git
depends = postgresql
options = !emptydirs
options = !libtool
- source = git://github.com/dalibo/hypopg.git
+ source = git://github.com/HypoPG/hypopg.git
md5sums = SKIP
pkgname = hypopg-git
diff --git a/PKGBUILD b/PKGBUILD
index 6094eb918024..d6f3692814cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Marco44 (Marc Cousin) <cousinmarc at gmail dot com>
pkgname=hypopg-git
_gitname=hypopg
-pkgver=b78049e
+pkgver=0de9755
pkgrel=1
pkgdesc="postgresql background worker to capture data"
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
-url="https://github.com/dalibo/hypopg"
+url="https://github.com/HypoPG/hypopg"
license=('BSD')
depends=('postgresql')
builddepends=()
makedepends=(git)
options=(!emptydirs !libtool)
-source=('git://github.com/dalibo/hypopg.git')
+source=('git://github.com/HypoPG/hypopg.git')
md5sums=('SKIP')
install='hypopg-git.install'