summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeng Xu2015-10-09 12:02:58 -0700
committerNeng Xu2015-10-09 12:02:58 -0700
commit89e62e9db1d0384f404442cc9103d40a6b7a7f03 (patch)
treec69f6397201a50819f7d481725dfbc7ecaf3e3c1
parent1d07af694042eb99cb2c3deaf3965c1c661f013f (diff)
downloadaur-89e62e9db1d0384f404442cc9103d40a6b7a7f03.tar.gz
2.1.3
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 425a8550f212..b9a1a82372e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = orientdb-community
pkgdesc = The Graph-Document NoSQL - Community Edition
- pkgver = 2.0.11
+ pkgver = 2.1.3
pkgrel = 1
url = http://www.orientdb.org
install = orientdb-community.install
@@ -13,10 +13,9 @@ pkgbase = orientdb-community
conflicts = orientdb-git
conflicts = orientdb-graphed-git
conflicts = orientdb-graphed
- source = https://github.com/orientechnologies/orientdb/archive/2.0.11.tar.gz
+ source = https://github.com/orientechnologies/orientdb/archive/2.1.3.tar.gz
source = orientdb.service
- md5sums = eef9f697acb44f9ce1d8e4b475e2b84f
+ md5sums = 8f5454b58dff94b15c380979e81e9387
md5sums = 687903eba3737f9733bf1c45c4e68e6d
pkgname = orientdb-community
-
diff --git a/PKGBUILD b/PKGBUILD
index 1ea702d141b2..682e5ae650e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
pkgname=orientdb-community
## PKGBUILD:pkgver is not allowed to contain colons, hyphens or whitespace
-pkgversion=2.0.11
+pkgversion=2.1.3
#pkgrc=rc2
pkgrc=
#pkgsuffix=-$pkgrc
@@ -45,7 +45,7 @@ changelog=""
source=("https://github.com/orientechnologies/orientdb/archive/${pkgversion}${pkgsuffix}.tar.gz"
'orientdb.service')
-md5sums=('eef9f697acb44f9ce1d8e4b475e2b84f'
+md5sums=('8f5454b58dff94b15c380979e81e9387'
'687903eba3737f9733bf1c45c4e68e6d')
#prepare() {}
@@ -98,4 +98,3 @@ package() {
install -m644 "${srcdir}"/orientdb.service "${pkgdir}"/usr/lib/systemd/system/
}
-