summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormarco442018-03-17 13:04:05 +0100
committermarco442018-03-17 13:04:05 +0100
commit923068c87876043c6338d1e9f57bebaaf23abe62 (patch)
treec90fce4f99ef2fb3b52f3c7e7849ac78d3fe57b8
parent5a29113a365ca6a31a0f06c3389edd68eb5da649 (diff)
downloadaur-923068c87876043c6338d1e9f57bebaaf23abe62.tar.gz
Update to keep up with powa-team change
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d3dc0c850c97..137bb5f7f9b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Sat Mar 17 12:04:03 UTC 2018
pkgbase = pg_stat_kcache-git
pkgdesc = postgresql background worker to capture data
- pkgver = cc9477f
+ pkgver = 7740021
pkgrel = 1
url = https://github.com/dalibo/pg_stat_kcache
install = pg_stat_kcache-git.install
@@ -13,7 +15,7 @@ pkgbase = pg_stat_kcache-git
depends = postgresql
options = !emptydirs
options = !libtool
- source = git://github.com/dalibo/pg_stat_kcache.git
+ source = git://github.com/powa-team/pg_stat_kcache.git
md5sums = SKIP
pkgname = pg_stat_kcache-git
diff --git a/PKGBUILD b/PKGBUILD
index ccebe9da2956..b6b0a9f577d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Marco44 (Marc Cousin) <cousinmarc at gmail dot com>
pkgname=pg_stat_kcache-git
_gitname=pg_stat_kcache
-pkgver=cc9477f
+pkgver=7740021
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_stat_kcache.git')
+source=('git://github.com/powa-team/pg_stat_kcache.git')
md5sums=('SKIP')
install='pg_stat_kcache-git.install'