summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormarco442018-03-17 13:03:14 +0100
committermarco442018-03-17 13:03:14 +0100
commitad1cfc8ac9b9d1197c684311164d90a042933daf (patch)
tree78f9fe06b6a54ae240e483708aff5556b672ab27 /PKGBUILD
parent763c482e905601977e4cd3953865031b4fe4a4a8 (diff)
downloadaur-ad1cfc8ac9b9d1197c684311164d90a042933daf.tar.gz
Change to keep up with the powa-team change
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aff7dc6ada93..0be04079580a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Marco44 (Marc Cousin) <cousinmarc at gmail dot com>
pkgname=pg_qualstats-git
_gitname=pg_qualstats
-pkgver=b749f80
+pkgver=dd6fbf4
pkgrel=1
pkgdesc="postgresql background worker to capture data"
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
@@ -11,7 +11,7 @@ depends=('postgresql')
builddepends=()
makedepends=(git)
options=(!emptydirs !libtool)
-source=('git://github.com/dalibo/pg_qualstats.git')
+source=('git://github.com/powa-team/pg_qualstats.git')
md5sums=('SKIP')
install='pg_qualstats-git.install'