summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthony Ruhier2021-01-28 10:58:50 +0000
committerAnthony Ruhier2021-01-28 10:58:50 +0000
commit550c303828bec1e2d1c8b3e740b552e90d6d53cf (patch)
tree66e1d463d2b05b358a0bd061c8f0fedb7facb801
parent759c9420243b9b019845f84f44818b3e7fc13df3 (diff)
downloadaur-550c303828bec1e2d1c8b3e740b552e90d6d53cf.tar.gz
Update homepage
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fdd411dde925..d87630e1cc66 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ 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 = 15.fef066f
pkgrel = 1
- url = https://git.centos.org/summary/rpms!qemu-kvm
+ url = https://github.com/ksmtuned/ksmtuned
arch = any
license = GPLv2
provides = ksmtuned
diff --git a/PKGBUILD b/PKGBUILD
index bc647e59a6bf..42d7a225b8a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ 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'
+url='https://github.com/ksmtuned/ksmtuned'
provides=('ksmtuned')
conflict=('ksmtuned')
source=('git://github.com/Anthony25/ksmtuned.git#branch=archlinux')