[arch-commits] Commit in haveged/trunk (PKGBUILD)

Christian Hesse eworm at archlinux.org
Thu Jun 11 14:20:36 UTC 2020


    Date: Thursday, June 11, 2020 @ 14:20:35
  Author: eworm
Revision: 388790

upgpkg: haveged 1.9.10-1

new upstream release

Modified:
  haveged/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-11 11:33:32 UTC (rev 388789)
+++ PKGBUILD	2020-06-11 14:20:35 UTC (rev 388790)
@@ -4,8 +4,8 @@
 # Contributor: pootzko <pootzko at gmail dot com>
 
 pkgname=haveged
-pkgver=1.9.9
-pkgrel=3
+pkgver=1.9.10
+pkgrel=1
 pkgdesc='Entropy harvesting daemon using CPU timings'
 arch=('x86_64')
 url='https://github.com/jirka-h/haveged'
@@ -14,13 +14,12 @@
 validpgpkeys=('8F6B7293B03E5AC5762B65CE2E2F252B05CCA168') # Jirka Hladky <hladky.jiri at gmail.com>
 source=("$pkgname-$pkgver.tar.gz::https://github.com/jirka-h/$pkgname/archive/v$pkgver.tar.gz")
         #"https://github.com/jirka-h/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz.asc"
-sha256sums=('13a0d81bb395c6ebde70a6474452001d9f898d786ddf4872af9f9f96f9e99ded')
+sha256sums=('8ac19e909bfd2ca54430773844f5e728f0d6f15e18091988e75c838b7343ca34')
 
 prepare() {
   cd $pkgname-$pkgver
   sed -i init.d/service.fedora \
-    -e 's/@SBIN_DIR@/\/usr\/bin/' \
-    -e '/PrivateTmp=/d'
+    -e 's/@SBIN_DIR@/\/usr\/bin/'
 }
 
 build() {



More information about the arch-commits mailing list