summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorluka null2020-07-20 07:54:20 +0000
committerluka null2020-07-20 07:54:20 +0000
commit26fdcd1a27737f16bfb9fe66050dc40ffdef9796 (patch)
tree783bf0c7747e73afd8c1a392e4ef0d0112417584 /PKGBUILD
parentb33f08202b550d14ab307c7ff1a3bd5211a25479 (diff)
downloadaur-26fdcd1a27737f16bfb9fe66050dc40ffdef9796.tar.gz
updated to 1.3.6, switched to sha256sums, updated maintainer string
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dfdd58979d9e..e237184b69fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,15 @@
-# Maintainer: Alexey Kh <aur@devass.club>
+# maintainer: luka null <lukadevnull@vivaldi.net>
+# old maintainer: Alexey Kh <aur@devass.club>
pkgname=pg_rum
-pkgver=1.2.1
+pkgver=1.3.6
pkgrel=1
-pkgdesc='RUM access method - inverted index with additional information in posting lists'
+pkgdesc='RUM access method for PostgreSQL - inverted index with additional information in posting lists'
arch=('x86_64')
url='https://github.com/postgrespro/rum'
license=('custom:PostgreSQL')
depends=('postgresql')
source=("$url/archive/$pkgver.tar.gz")
+sha256sums=('75beb61b0ad1c253d1afb1c8f7a80e0f3996d3356b93a55faf9aad6fc5c8c0d9')
build()
{
@@ -22,6 +24,3 @@ package()
make USE_PGXS=1 DESTDIR="$pkgdir" install
}
-
-md5sums=('0190b2184659d171383db2cbcfb54d8b')
-