summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 2 insertions, 10 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bcb22f52f71e..c5f28a7d95dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=pgroonga
-pkgver=1.0.0
+pkgver=1.0.1
pkgrel=1
pkgdesc="Fast fulltext search on PostgreSQL."
arch=('i686' 'x86_64' 'armv7h')
@@ -24,14 +24,6 @@ package() {
echo "sudo -u postgres -H psql --command 'CREATE DATABASE pgroonga_test'"
echo "sudo -u postgres -H psql -d pgroonga_test --command 'CREATE EXTENSION pgroonga'"
echo "-------------------------------------------------------------"
- echo "*************************************************************"
- echo " NOTICE "
- echo "*************************************************************"
- echo "You need to run DROP EXTENSION pgroonga CASCADE, "
- echo "upgrade PGroonga binary, run CREATE EXTENSION pgroonga and "
- echo "create indexes again to upgrade to 1.0.0 from older versions."
- echo "In more detail, please see the PGroonga site's news."
- echo "http://pgroonga.github.io/news/"
}
-sha1sums=('0004229351976c532cdb5777170098be5645e644')
+sha1sums=('568bb21e9b468baa2e40b19048ce64e7847d2438')