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

Ike Devolder idevolder at archlinux.org
Wed Jan 6 18:10:49 UTC 2021


    Date: Wednesday, January 6, 2021 @ 18:10:49
  Author: idevolder
Revision: 811265

upgpkg: atop 2.6.0-2

Modified:
  atop/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-06 18:10:41 UTC (rev 811264)
+++ PKGBUILD	2021-01-06 18:10:49 UTC (rev 811265)
@@ -3,8 +3,8 @@
 # Contributor: John Gerritse <john.gerritse at gmail.com>
 
 pkgname=atop
-pkgver=2.5.0
-pkgrel=3
+pkgver=2.6.0
+pkgrel=2
 pkgdesc='A system and process level monitor'
 arch=('x86_64')
 url='https://www.atoptool.nl/'
@@ -13,7 +13,7 @@
 backup=('etc/default/atop')
 source=("https://www.atoptool.nl/download/atop-${pkgver/_/-}.tar.gz"
         'atop.default')
-sha512sums=('675bbd902d8fe584b1ff47c275ee06d7bfe9127fadf79825ca64bbb6bcb6c34cab485e0686854d805bbdfaf69ebb40d790f7cc00c788544bff73b49c3d24dc08'
+sha512sums=('8d4e2ae56a63738fc615f294d1f4e27cd9eab20acaf5d36c82d87390f96d38cf28cab0a00507459c3ce6e535294a442c4546e0cf732bad253cb518a14cdf5e88'
             'ed43e68f5d2acd7a9ed0a6df703a1a79b5a6b793e16ab8371463b37e5f16894246af26d178b56625f5e0b3289e2e50c42215da0c57c32ed0ddddaf2178c4d9d0')
 
 #prepare() {
@@ -30,7 +30,9 @@
     cd "$pkgname-$pkgver"
     ## default folder not properly created
     mkdir -p "$pkgdir/etc/default"
-    make DESTDIR="$pkgdir" systemdinstall SBINPATH=/usr/bin
+    make DESTDIR="$pkgdir" systemdinstall \
+        SBINPATH=/usr/bin \
+        SYSDPATH=/usr/lib/systemd/system
     install -Dm644 "$srcdir/atop.default" "$pkgdir/etc/default/atop"
     # enable atop-rotate.timer by default
     install -dm755 "$pkgdir/usr/lib/systemd/system/timers.target.wants"



More information about the arch-commits mailing list