summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')