Compare commits
2 commits
c5bb7378f4
...
93170f9ecd
Author | SHA1 | Date | |
---|---|---|---|
93170f9ecd | |||
3bcbc9e00c |
5 changed files with 7 additions and 16 deletions
|
@ -1,6 +1,6 @@
|
|||
pkgbase = clonezilla-unstable
|
||||
pkgdesc = ncurses partition and disk imaging/cloning program
|
||||
pkgver = 5.6.22
|
||||
pkgver = 5.6.23
|
||||
pkgrel = 1
|
||||
url = https://clonezilla.org
|
||||
arch = any
|
||||
|
@ -29,9 +29,9 @@ pkgbase = clonezilla-unstable
|
|||
provides = clonezilla
|
||||
conflicts = clonezilla
|
||||
backup = etc/drbl/drbl-ocs.conf
|
||||
source = https://free.nchc.org.tw/drbl-core/src/unstable/clonezilla-5.6.22.tar.xz
|
||||
source = https://free.nchc.org.tw/drbl-core/src/unstable/clonezilla-5.6.23.tar.xz
|
||||
source = usrbin.patch
|
||||
sha512sums = e1b58bbde1cf6fe42b94e5788207b9e1fb88b48522a0bae90567dd60ff26167aadcab0dfde2a1fb84701e0409928f991c91f4c44070fa740425095efb25657cc
|
||||
sha512sums = 49e2066b3c1393795c3674512d1c44ccdfac769189d140cf361d2236625a439e72d066bf409ae25b9660638d906d217870c194b0cec770ee0230221433408108
|
||||
sha512sums = 39e63eaa18ffaed7fe9a2dde449c8b57d4a3dc313024213881bd620d0011671bb7f8a0346df7c247c2da94f8d82afb669057cb05dd9cefffafb680826544d6ac
|
||||
|
||||
pkgname = clonezilla-unstable
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
pkgname=clonezilla-unstable
|
||||
_pkgname=clonezilla
|
||||
pkgver=5.6.22
|
||||
pkgver=5.6.23
|
||||
pkgrel=1
|
||||
pkgdesc="ncurses partition and disk imaging/cloning program"
|
||||
arch=('any')
|
||||
|
@ -16,7 +16,7 @@ conflicts=("${_pkgname}")
|
|||
provides=("${_pkgname}")
|
||||
source=("https://free.nchc.org.tw/drbl-core/src/unstable/${_pkgname}-${pkgver}.tar.xz"
|
||||
'usrbin.patch')
|
||||
sha512sums=('e1b58bbde1cf6fe42b94e5788207b9e1fb88b48522a0bae90567dd60ff26167aadcab0dfde2a1fb84701e0409928f991c91f4c44070fa740425095efb25657cc'
|
||||
sha512sums=('49e2066b3c1393795c3674512d1c44ccdfac769189d140cf361d2236625a439e72d066bf409ae25b9660638d906d217870c194b0cec770ee0230221433408108'
|
||||
'39e63eaa18ffaed7fe9a2dde449c8b57d4a3dc313024213881bd620d0011671bb7f8a0346df7c247c2da94f8d82afb669057cb05dd9cefffafb680826544d6ac')
|
||||
|
||||
prepare() {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = tuned
|
||||
pkgdesc = Daemon that performs monitoring and adaptive configuration of devices in the system
|
||||
pkgver = 2.24.0
|
||||
pkgrel = 2
|
||||
pkgrel = 3
|
||||
url = https://github.com/redhat-performance/tuned
|
||||
arch = any
|
||||
license = GPL-2.0-or-later
|
||||
|
@ -21,7 +21,6 @@ pkgbase = tuned
|
|||
sha512sums = d004cd621e26195fff14b39f29b2143cf47de09641454acd3029d61142c3d000a452f018356c84c32772bd99fc766f6ee847d2a8eddbde8ae34aaa0ecefa644e
|
||||
|
||||
pkgname = tuned
|
||||
install = tuned.install
|
||||
optdepends = virt-what: virtual machine detection
|
||||
optdepends = systemtap: detailed system monitoring
|
||||
optdepends = tuned-ppd: power-profiles-daemon api translation
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
pkgbase=tuned
|
||||
pkgname=("${pkgbase}" "${pkgbase}-ppd")
|
||||
pkgver=2.24.0
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc='Daemon that performs monitoring and adaptive configuration of devices in the system'
|
||||
arch=('any')
|
||||
url="https://github.com/redhat-performance/${pkgbase}"
|
||||
|
@ -40,7 +40,6 @@ package_tuned() {
|
|||
'etc/tuned/realtime-virtual-guest-variables.conf'
|
||||
'etc/tuned/realtime-virtual-host-variables.conf'
|
||||
'etc/tuned/tuned-main.conf')
|
||||
install="${pkgbase}.install"
|
||||
|
||||
cd "${pkgbase}-${pkgver}"
|
||||
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
post_install() {
|
||||
systemd-tmpfiles --create tuned.conf
|
||||
}
|
||||
|
||||
pre_remove() {
|
||||
systemd-tmpfiles --remove tuned.conf
|
||||
}
|
Loading…
Reference in a new issue