summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Brunmayr2017-12-20 07:52:39 +0100
committerGeorg Brunmayr2017-12-20 07:52:39 +0100
commit5133d9cdff92028635d7cadde081b0dfaf917b09 (patch)
treeb30197930a733773596734fb2f6b5427b420234b
parent4044cbc58c978cac0793ce44c9a1c998afe7fdc8 (diff)
downloadaur-numad-git.tar.gz
Takeover package and switch base url
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD12
2 files changed, 15 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 017c781659a9..dab8deb1cdc4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,16 @@
pkgbase = numad-git
- 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.
+ 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.
pkgver = 0.5
- pkgrel = 1
- url = https://git.fedorahosted.org/git/numad.git
+ pkgrel = 3
+ url = https://pagure.io/numad.git
arch = x86_64
arch = i686
license = LGPL
- depends = libsystemd
- depends = git
- options =
+ makedepends = cmake
+ makedepends = libsystemd
+ makedepends = git
+ source = git+https://pagure.io/numad.git
+ md5sums = SKIP
pkgname = numad-git
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() {