[arch-commits] Commit in procps-ng/trunk (PKGBUILD install)

Levente Polyak anthraxx at archlinux.org
Sat Jan 23 20:21:06 UTC 2021


    Date: Saturday, January 23, 2021 @ 20:21:06
  Author: anthraxx
Revision: 406662

upgpkg: procps-ng 3.3.16-3: resignation rebuild, add soname provides

- additionally remove ancient install script

Modified:
  procps-ng/trunk/PKGBUILD
Deleted:
  procps-ng/trunk/install

----------+
 PKGBUILD |   14 +++++++++-----
 install  |   14 --------------
 2 files changed, 9 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-23 19:47:22 UTC (rev 406661)
+++ PKGBUILD	2021-01-23 20:21:06 UTC (rev 406662)
@@ -1,24 +1,26 @@
-# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
 # Contributor: Gaetan Bisson <bisson at archlinux.org>
 # Contributor: Eric Bélanger <eric at archlinux.org>
 
 pkgname=procps-ng
 pkgver=3.3.16
-pkgrel=2
+pkgrel=3
 pkgdesc='Utilities for monitoring your system and its processes'
 url='https://gitlab.com/procps-ng/procps'
 license=(GPL LGPL)
 arch=(x86_64)
-depends=(ncurses systemd-libs)
+depends=(glibc ncurses libncursesw.so systemd-libs)
 makedepends=(systemd)
 conflicts=(procps sysvinit-tools)
-provides=(procps sysvinit-tools)
+provides=(procps sysvinit-tools libprocps.so)
 replaces=(procps sysvinit-tools)
-install=install
 source=(https://downloads.sourceforge.net/project/$pkgname/Production/${pkgname}-${pkgver}.tar.xz
         fs66093.patch)
 sha256sums=('925eacd65dedcf9c98eb94e8978bbfb63f5de37294cc1047d81462ed477a20af'
             '48eb1f6e1b84d9dfec27556771c05f6a02880aefbe774a3db71bee0c35228992')
+b2sums=('fbacc1edb0711cda0fecbf5f589c8cc18bd74f0430866e946f7c4612b78f383b9299840ab7fa5bbc65c581cc9484dbb37b111c493cf88f55ba247a343fd0c80d'
+        '14e4dfce2d9915993bb3afb205bdb10f666de6fdef4e4e801254e1fc1909ec9561f443c500c2be3954b04eb5288018d52dba17fbc415ad613bd9c1e1d15dff64')
 
 prepare() {
   cd $pkgname-$pkgver
@@ -50,3 +52,5 @@
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
 }
+
+# vim: ts=2 sw=2 et:

Deleted: install
===================================================================
--- install	2021-01-23 19:47:22 UTC (rev 406661)
+++ install	2021-01-23 20:21:06 UTC (rev 406662)
@@ -1,14 +0,0 @@
-post_upgrade() {
-	if [[ $(vercmp $2 3.3.8-3) = -1 ]]; then
-		cat <<EOF
-
-==> The file /etc/sysctl.conf has been removed from this
-==> package, as all its settings are now kernel defaults.
-
-==> If you had customized it, you need to rename it as
-==> /etc/sysctl.d/99-sysctl.conf since from version 207 on
-==> systemd only applies settings from /etc/sysctl.d/* .
-
-EOF
-	fi
-}



More information about the arch-commits mailing list