summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Shalygin2016-03-27 17:56:13 +0600
committerKonstantin Shalygin2016-03-27 17:56:13 +0600
commitb9fcabf11b6578487e705ec72df62731083ffa72 (patch)
treed2bce0901468fe31c86a7e9297e7d451553b3d90
parenteb7f2d1fa0143cd99c04437d1dce1bc52fc4a56f (diff)
downloadaur-b9fcabf11b6578487e705ec72df62731083ffa72.tar.gz
Bump to r18.614029e
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1cee24d3d2bd..4298c8118f5d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Fri Mar 18 05:03:41 UTC 2016
+# Sun Mar 27 11:55:46 UTC 2016
pkgbase = phantom
pkgdesc = Scalable I/O engine
- pkgver = r17.46aa170
+ pkgver = r18.614029e
pkgrel = 1
- url = https://github.com/k0ste/phantom
+ url = https://github.com/yandex-load/phantom
arch = i686
arch = x86_64
license = LGPL2.1
makedepends = git
makedepends = gcc-multilib
depends = openssl
- source = phantom::git+https://github.com/k0ste/phantom.git
+ source = phantom::git+https://github.com/yandex-load/phantom.git
sha256sums = SKIP
pkgname = phantom
diff --git a/PKGBUILD b/PKGBUILD
index 5408b33eeca7..b4fff285b014 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
# Maintainer: Konstantin Shalygin <k0ste@cn.ru>
+# Contributor: Konstantin Shalygin <k0ste@cn.ru>
pkgname='phantom'
-pkgver=r17.46aa170
+pkgver=r18.614029e
pkgrel=1
pkgdesc='Scalable I/O engine'
arch=('i686' 'x86_64')
-url="https://github.com/k0ste/${pkgname}"
+url="https://github.com/yandex-load/${pkgname}"
license=('LGPL2.1')
depends=('openssl')
makedepends=('git' 'gcc-multilib')