summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 7 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 22d5440f3e73..a97479054869 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,17 @@
-# Maintainer: Paul Dunn <pwjdunn AT gmail DOT com>
+# Maintainer: sulaweyo <sledge DOT sulaweyo AT gmail DOT com>
+# Contributor: Paul Dunn <pwjdunn AT gmail DOT com>
+# Contributor: sjuxax <sjuxax AT gmail DOT com>
pkgname=numad-git
pkgver=0.5
-pkgrel=1
+pkgrel=3
pkgdesc="numad is a deamon that monitors NUMA topology and usage and distributes loads for good locality for the purpose of providing the best performance, by avoiding unnecessary latency."
arch=('x86_64' 'i686')
license=('LGPL')
-url="https://git.fedorahosted.org/git/numad.git"
+url="https://pagure.io/numad.git"
options=()
-depends=('cmake' 'libsystemd' 'git')
-source=("git+https://git.fedorahosted.org/git/numad.git")
+makedepends=('cmake' 'libsystemd' 'git')
+source=("git+https://pagure.io/numad.git")
md5sums=('SKIP')
build() {