[arch-commits] Commit in psmisc/trunk (PKGBUILD psmisc-fuser.patch)
Antonio Rojas
arojas at archlinux.org
Tue Jul 4 16:56:13 UTC 2017
Date: Tuesday, July 4, 2017 @ 16:56:12
Author: arojas
Revision: 299675
Update to 23.1
Modified:
psmisc/trunk/PKGBUILD
Deleted:
psmisc/trunk/psmisc-fuser.patch
--------------------+
PKGBUILD | 14 ++++----------
psmisc-fuser.patch | 11 -----------
2 files changed, 4 insertions(+), 21 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-07-04 16:47:47 UTC (rev 299674)
+++ PKGBUILD 2017-07-04 16:56:12 UTC (rev 299675)
@@ -2,8 +2,8 @@
# Maintainer: Eric Bélanger <eric at archlinux.org>
pkgname=psmisc
-pkgver=22.21
-pkgrel=3
+pkgver=23.1
+pkgrel=1
pkgdesc="Miscellaneous procfs tools"
arch=('i686' 'x86_64')
url="http://psmisc.sourceforge.net/index.html"
@@ -10,15 +10,9 @@
license=('GPL')
groups=('base')
depends=('ncurses')
-source=(http://downloads.sourceforge.net/psmisc/${pkgname}-${pkgver}.tar.gz psmisc-fuser.patch)
-sha1sums=('09fabbef4539b58b6b8738a73da3d21d5daa1a58'
- 'e739ad5b14ca836db5859f0755d8f2fc8e86de69')
+source=(http://downloads.sourceforge.net/psmisc/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('2e84d474cf75dfbe3ecdacfb797bbfab71a35c7c2639d1b9f6d5f18b2149ba30')
-prepare() {
- cd ${pkgname}-${pkgver}
- patch -p1 -i ../psmisc-fuser.patch
-}
-
build() {
cd ${pkgname}-${pkgver}
./configure --prefix=/usr
Deleted: psmisc-fuser.patch
===================================================================
--- psmisc-fuser.patch 2017-07-04 16:47:47 UTC (rev 299674)
+++ psmisc-fuser.patch 2017-07-04 16:56:12 UTC (rev 299675)
@@ -1,11 +0,0 @@
---- a/src/fuser.c
-+++ b/src/fuser.c
-@@ -1174,7 +1174,7 @@
- usage(_("No process specification given"));
-
- /* Check if -M flag was used and if so check mounts */
-- if (opts * OPT_ISMOUNTPOINT) {
-+ if (opts & OPT_ISMOUNTPOINT) {
- check_mountpoints(&mounts, &names_head, &names_tail);
- }
-
More information about the arch-commits
mailing list