summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHiroshi Hatake2015-12-29 17:30:43 +0900
committerHiroshi Hatake2015-12-29 17:30:43 +0900
commit6125efe690c69d3e9f8b965f3cdaf546f869f4ac (patch)
treeabfc1eff9a5141327bc97627d49a7862e8efe5c1
parent9eadb28698c71bfc9ada89e1b9035d634570f4be (diff)
downloadaur-6125efe690c69d3e9f8b965f3cdaf546f869f4ac.tar.gz
Tidy up
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c11be4e6de3f..438f704ea6fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pgroonga
pkgdesc = Fast fulltext search on PostgreSQL.
pkgver = 1.0.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/pgroonga/pgroonga
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 0953e3529c29..82365ef1212d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=pgroonga
pkgver=1.0.1
-pkgrel=2
+pkgrel=3
pkgdesc="Fast fulltext search on PostgreSQL."
arch=('i686' 'x86_64' 'armv7h')
url="https://github.com/pgroonga/pgroonga"
@@ -26,7 +26,7 @@ package() {
echo "-------------------------------------------------------------"
echo "*************************************************************"
echo "You need to upgrade EXTENSION pgroonga CASCADE, "
- echo "In more detail, please refer to the PGroonga site's ""upgrading instructions:"
+ echo "In more detail, please refer to the PGroonga site's upgrading instructions:"
echo "http://pgroonga.github.io/upgrade/"
}