summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD16
2 files changed, 14 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b875fbd44db..dfb432c31b46 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,15 @@
pkgbase = gibsonclient-git
- pkgdesc = Client for Gibson - a high efficiency, tree based memory cache server.
- pkgver = r29.2bd52b0
+ pkgdesc = Client for Gibson - a high efficiency, tree based memory cache server
+ pkgver = r31.99350d1
pkgrel = 1
- url = http://gibson-db.in/
- arch = i686
+ url = https://github.com/evilsocket/libgibsonclient
arch = x86_64
- license = BSD
+ license = BSD-3-Clause
makedepends = git
makedepends = cmake
- source = git://github.com/evilsocket/libgibsonclient
- source = git://github.com/antirez/linenoise
+ source = git+https://github.com/evilsocket/libgibsonclient
+ source = git+https://github.com/antirez/linenoise
sha1sums = SKIP
sha1sums = SKIP
pkgname = gibsonclient-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 8e1f5e8ceb0a..394948ef35c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
-# Maintainer: Anatol Pomozov <anatol.pomozov@gmail.com>
+# Contributor: Anatol Pomozov <anatol.pomozov@gmail.com>
pkgname=gibsonclient-git
-pkgver=r29.2bd52b0
+pkgver=r31.99350d1
pkgrel=1
-pkgdesc='Client for Gibson - a high efficiency, tree based memory cache server.'
-arch=(i686 x86_64)
-url='http://gibson-db.in/'
-license=(BSD)
+pkgdesc='Client for Gibson - a high efficiency, tree based memory cache server'
+arch=(x86_64)
+url="https://github.com/evilsocket/libgibsonclient"
+license=(BSD-3-Clause)
makedepends=(git cmake)
-source=(git://github.com/evilsocket/libgibsonclient
- git://github.com/antirez/linenoise)
+source=(git+https://github.com/evilsocket/libgibsonclient
+ git+https://github.com/antirez/linenoise)
sha1sums=('SKIP'
'SKIP')