summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authora8212024-04-18 22:30:45 +0200
committera8212024-04-18 22:30:45 +0200
commitdd5ed412225d878511f0d27b79115869a2db92bb (patch)
treea6966130b69ab56e0eb37ea682aaac764293be87 /PKGBUILD
parente21fcfe01127b299139aed0bfc5e3aef8ea77f44 (diff)
downloadaur-gibson-git.tar.gz
Fix sources. Build tested only
Note: Upstream is archived
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9faa231b2ebb..2945989e0dd1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
-# Maintainer: Anatol Pomozov <anatol.pomozov@gmail.com>
+# Contributor: Anatol Pomozov <anatol.pomozov@gmail.com>
pkgname=gibson-git
-pkgver=r228.4a287eb
+pkgver=r304.9710de4
pkgrel=1
-pkgdesc='Gibson is a high efficiency, tree based memory cache server.'
-arch=(i686 x86_64)
-url='http://gibson-db.in/'
-license=(BSD)
+pkgdesc='A high efficiency, tree based memory cache server'
+arch=(x86_64)
+url="https://github.com/evilsocket/gibson"
+license=(BSD-3-Clause)
makedepends=(git cmake)
backup=(etc/gibson/gibson.conf)
-source=(git://github.com/evilsocket/gibson#branch=unstable
+source=("git+${url}"
gibson.service)
sha1sums=('SKIP'
'e78f6f4988c56f91dfb287f83cf9ded0183ef091')