mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/haveged to 1.9.4-3
This commit is contained in:
parent
8935206a2a
commit
e9559dcb6f
2 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
pkgname=haveged
|
pkgname=haveged
|
||||||
pkgver=1.9.4
|
pkgver=1.9.4
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc='Entropy harvesting daemon using CPU timings'
|
pkgdesc='Entropy harvesting daemon using CPU timings'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url='https://github.com/jirka-h/haveged'
|
url='https://github.com/jirka-h/haveged'
|
||||||
|
@ -22,7 +22,7 @@ source=("$pkgname-$pkgver.tar.gz::https://github.com/jirka-h/$pkgname/archive/$p
|
||||||
'fix-cpu-cache-size-detection.patch')
|
'fix-cpu-cache-size-detection.patch')
|
||||||
sha256sums=('c4959d3cb1fa6391d16a3aa1ba4d82cd3a0d497206ae4b87d638088c0664e5aa'
|
sha256sums=('c4959d3cb1fa6391d16a3aa1ba4d82cd3a0d497206ae4b87d638088c0664e5aa'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'5b9b5d90c70a60291f71f18e337c6822e8850945bddeef4d061acb0305bccf25'
|
'1e78d296ebb5f4d46108094997c51e3fccf475f54d637f20212a3aa3730ef847'
|
||||||
'5aecfd72a1dbb9cc9b32d5677917d8a59dba7a2e021e31dee95f3f5b9e7ecf28')
|
'5aecfd72a1dbb9cc9b32d5677917d8a59dba7a2e021e31dee95f3f5b9e7ecf28')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
|
|
@ -20,4 +20,4 @@ ProtectSystem=full
|
||||||
ProtectHome=on
|
ProtectHome=on
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=sysinit.target
|
||||||
|
|
Loading…
Reference in a new issue