summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHiroshi Hatake2018-11-11 18:51:47 +0900
committerHiroshi Hatake2018-11-11 18:51:47 +0900
commit1e9ac98a15dcdfeebc2e367c6f3aa277d1169b2b (patch)
tree67a33b668fcedb8cb376823ee26d25d40ed08114
parent0e8a988b1fd1e6419356b176bdac1ab5c2bb46e4 (diff)
downloadaur-1e9ac98a15dcdfeebc2e367c6f3aa277d1169b2b.tar.gz
pgroonga 2.1.6-4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a794e79a1f00..c581e307b5e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Sun Nov 11 09:46:01 UTC 2018
+# Sun Nov 11 09:51:20 UTC 2018
pkgbase = pgroonga
pkgdesc = Fast fulltext search on PostgreSQL.
pkgver = 2.1.6
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/pgroonga/pgroonga
arch = i686
arch = x86_64
arch = armv7h
arch = aarch64
license = custom:PostgreSQL
+ makedepends = postgresql
depends = groonga
- depends = postgresql
source = http://packages.groonga.org/source/pgroonga/pgroonga-2.1.6.tar.gz
sha1sums = c3bc3fa13d9a5227b1a38140a15ef2e74567f6c5
diff --git a/PKGBUILD b/PKGBUILD
index dfc447f2e83a..e3f28d039811 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
pkgname=pgroonga
pkgver=2.1.6
-pkgrel=3
+pkgrel=4
pkgdesc="Fast fulltext search on PostgreSQL."
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
url="https://github.com/pgroonga/pgroonga"
license=('custom:PostgreSQL')
source=("http://packages.groonga.org/source/pgroonga/$pkgname-$pkgver.tar.gz")
-depends=('groonga' 'postgresql')
+depends=('groonga')
+makedepends=('postgresql')
build() {
cd $srcdir/$pkgname-$pkgver