summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthony Ruhier2016-07-24 19:25:11 +0200
committerAnthony Ruhier2016-07-24 19:25:11 +0200
commit759c9420243b9b019845f84f44818b3e7fc13df3 (patch)
tree37c47f08f5275ccef13ce9814fdadce7793afbb6
parentf3f2beb898230a090d290e89e3f2c46a0548b07e (diff)
downloadaur-759c9420243b9b019845f84f44818b3e7fc13df3.tar.gz
Fix the qemu process name
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d52c5ca3d05c..fdd411dde925 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = ksmtuned-git
pkgdesc = While the ksm service is only able to start and stop the KSM kernel thread, ksmtuned controls and tunes KSM according to the used memory of running qemu KVM instances.
- pkgver = 14.48f3d5b
- pkgrel = 2
+ pkgver = 15.fef066f
+ pkgrel = 1
url = https://git.centos.org/summary/rpms!qemu-kvm
arch = any
license = GPLv2
provides = ksmtuned
backup = etc/default/ksm
backup = etc/ksmtuned.conf
- source = git://github.com/Anthony25/ksmtuned.git
+ source = git://github.com/Anthony25/ksmtuned.git#branch=archlinux
md5sums = SKIP
pkgname = ksmtuned-git
diff --git a/PKGBUILD b/PKGBUILD
index d1421efb59c5..bc647e59a6bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Anthony25 <anthony.ruhier @ gmail.com>
pkgname=ksmtuned-git
-pkgver=14.48f3d5b
-pkgrel=2
+pkgver=15.fef066f
+pkgrel=1
pkgdesc='While the ksm service is only able to start and stop the KSM kernel thread, ksmtuned controls and tunes KSM according to the used memory of running qemu KVM instances.'
arch=('any')
license=('GPLv2')
url='https://git.centos.org/summary/rpms!qemu-kvm'
provides=('ksmtuned')
conflict=('ksmtuned')
-source=('git://github.com/Anthony25/ksmtuned.git')
+source=('git://github.com/Anthony25/ksmtuned.git#branch=archlinux')
md5sums=('SKIP')
backup=('etc/default/ksm' 'etc/ksmtuned.conf')