summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 16438fae4981..8c80d9296a27 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Andrew O'Neill <andrew at meanjollies dot com>
pkgname=crate
-pkgver=2.3.11
+pkgver=3.0.2
pkgrel=1
-pkgdesc="Shared nothing, fully searchable, document oriented cluster datastore."
+pkgdesc='Shared nothing, fully searchable, document oriented cluster datastore.'
arch=('x86_64')
url='https://crate.io'
license=('custom:APACHE')
@@ -12,8 +12,8 @@ install='crate.install'
source=("https://cdn.crate.io/downloads/releases/${pkgname}-${pkgver}.tar.gz"
"${pkgname}.service"
"${pkgname}.env")
-sha256sums=('45c4b8994c3888fee830a8bf3e975aec8f992209f87865e0477a90b7567d8edb'
- '04b36b561498332b1b569e49b42d0bedf04141de07b7b16ff1b06072673cfd21'
+sha256sums=('ca6654c927110501f17e8491e1c6157118f55d6c53c200c2cda79702f139a1fd'
+ '04b36b561498332b1b569e49b42d0bedf04141de07b7b16ff1b06072673cfd21'
'6182b8d527d52de4fc80023827518b2e8d873afdda873ef6bd2ed92b91982f75')
backup=('etc/crate/crate.yml'
@@ -32,7 +32,7 @@ package() {
# Documentation
install -dm755 "${pkgdir}/usr/share/doc/${pkgname}/"
- cp LICENSE.txt "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+ cp LICENSE "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
cp NOTICE "${pkgdir}/usr/share/doc/${pkgname}/NOTICE"
cp CHANGES.txt "${pkgdir}/usr/share/doc/${pkgname}/CHANGES"