summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2018-06-03 23:10:09 +0200
committerNarrat2018-06-03 23:10:09 +0200
commitd5b1774317d495c4001dc2995c9d3457cf209159 (patch)
tree08b1fa6d4d3a60f5771ed3068d0aa51cab0d8cda
parent8dd9fbebad23cdbb8ac421711ea5101e21bb1eb7 (diff)
downloadaur-d5b1774317d495c4001dc2995c9d3457cf209159.tar.gz
cayley: update to binary 0.7.4
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e954cd0578a..ad312c978560 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,15 @@
-# Generated by mksrcinfo v8
-# Sun Feb 25 17:37:00 UTC 2018
pkgbase = cayley
pkgdesc = Cayley is an open-source graph inspired by the graph database behind Freebase and Google's Knowledge Graph.
- pkgver = 0.7.1
+ pkgver = 0.7.4
pkgrel = 1
url = https://cayley.io/
arch = i686
arch = x86_64
license = APACHE-2.0
- source_i686 = https://github.com/cayleygraph/cayley/releases/download/v0.7.1/cayley_0.7.1_linux_386.tar.gz
- sha256sums_i686 = ab1f32ca3501f8c86145c7ec7c29e44cc02c19adfdf511b347c3ff7bb47739b9
- source_x86_64 = https://github.com/cayleygraph/cayley/releases/download/v0.7.1/cayley_0.7.1_linux_amd64.tar.gz
- sha256sums_x86_64 = 77cbd2a3112ce4db414208839e7181b964d71a9495f21da06cbe7e2957c334f5
+ source_i686 = https://github.com/cayleygraph/cayley/releases/download/v0.7.4/cayley_0.7.4_linux_386.tar.gz
+ sha256sums_i686 = 90d181d2fe0cae0b8022e3ee0d218dbd865e48e4bdd87ec2918004b9d738e2d6
+ source_x86_64 = https://github.com/cayleygraph/cayley/releases/download/v0.7.4/cayley_0.7.4_linux_amd64.tar.gz
+ sha256sums_x86_64 = 7363420188bf8f0f437d42c0f4c3b0fdd35786527be27d9b619f0ab59f0ad64c
pkgname = cayley
diff --git a/PKGBUILD b/PKGBUILD
index 0d4137ea2783..e05a18b77b08 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,16 @@
-# Maintainer: Jian Zeng <anonymousknight96 AT gmail.com>
+# Contributor: Jian Zeng <anonymousknight96 AT gmail.com>
pkgname=cayley
-pkgver=0.7.1
+pkgver=0.7.4
pkgrel=1
pkgdesc="Cayley is an open-source graph inspired by the graph database behind Freebase and Google's Knowledge Graph."
arch=('i686' 'x86_64')
url='https://cayley.io/'
license=('APACHE-2.0')
-provide=('cayley')
source_x86_64=("https://github.com/cayleygraph/cayley/releases/download/v${pkgver}/cayley_${pkgver}_linux_amd64.tar.gz")
source_i686=("https://github.com/cayleygraph/cayley/releases/download/v${pkgver}/cayley_${pkgver}_linux_386.tar.gz")
-sha256sums_i686=('ab1f32ca3501f8c86145c7ec7c29e44cc02c19adfdf511b347c3ff7bb47739b9')
-sha256sums_x86_64=('77cbd2a3112ce4db414208839e7181b964d71a9495f21da06cbe7e2957c334f5')
+sha256sums_i686=('90d181d2fe0cae0b8022e3ee0d218dbd865e48e4bdd87ec2918004b9d738e2d6')
+sha256sums_x86_64=('7363420188bf8f0f437d42c0f4c3b0fdd35786527be27d9b619f0ab59f0ad64c')
if [ "$CARCH" == 'x86_64' ]; then
_dir="${pkgname}_${pkgver}_linux_amd64"