summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHiroshi Hatake2021-10-03 16:24:31 +0900
committerHiroshi Hatake2021-10-03 16:24:31 +0900
commita6a2f70f40ed844da8edca6092d8fcd81c8b1a66 (patch)
tree1a64c74db75b871b58a7af5709147af356a40e61
parentc23ba21e284f3789468b392a8df08819d2048688 (diff)
downloadaur-a6a2f70f40ed844da8edca6092d8fcd81c8b1a66.tar.gz
pgroonga 2.3.1-2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD12
2 files changed, 13 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd66870bbaec..2760a634a798 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pgroonga
pkgdesc = Fast fulltext search on PostgreSQL.
pkgver = 2.3.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/pgroonga/pgroonga
arch = i686
arch = x86_64
@@ -13,7 +13,11 @@ pkgbase = pgroonga
makedepends = llvm
depends = groonga
source = http://packages.groonga.org/source/pgroonga/pgroonga-2.3.1.tar.gz
+ source = http://packages.groonga.org/source/pgroonga/pgroonga-2.3.1.tar.gz.asc
+ validpgpkeys = 2701F317CFCCCB975CADE9C2624CF77434839225
sha1sums = acc67973eb9b0ce15519cc4fe3cdb09be1be4534
+ sha1sums = SKIP
sha256sums = 832c8a0ab4735f207f528abfbac9e686bca09df6190bd9fc96a2e0af1714206c
+ sha256sums = SKIP
pkgname = pgroonga
diff --git a/PKGBUILD b/PKGBUILD
index ccd18bae4f0b..d73b9236d492 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,16 @@
pkgname=pgroonga
pkgver=2.3.1
-pkgrel=1
+pkgrel=2
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")
+source=("http://packages.groonga.org/source/pgroonga/$pkgname-$pkgver.tar.gz"
+ "http://packages.groonga.org/source/pgroonga/$pkgname-$pkgver.tar.gz.asc")
depends=('groonga')
makedepends=('postgresql' 'clang' 'llvm')
+validpgpkeys=(2701F317CFCCCB975CADE9C2624CF77434839225)
build() {
cd $srcdir/$pkgname-$pkgver
@@ -35,5 +37,7 @@ package() {
# Remove needless dotfiles
rm -rf "$pkgdir/.*"
}
-sha1sums=('acc67973eb9b0ce15519cc4fe3cdb09be1be4534')
-sha256sums=('832c8a0ab4735f207f528abfbac9e686bca09df6190bd9fc96a2e0af1714206c')
+sha1sums=('acc67973eb9b0ce15519cc4fe3cdb09be1be4534'
+ 'SKIP')
+sha256sums=('832c8a0ab4735f207f528abfbac9e686bca09df6190bd9fc96a2e0af1714206c'
+ 'SKIP')