[arch-commits] Commit in psmisc/repos/testing-x86_64 (PKGBUILD PKGBUILD)
Christian Hesse
eworm at archlinux.org
Thu Dec 31 21:16:40 UTC 2020
Date: Thursday, December 31, 2020 @ 21:16:40
Author: eworm
Revision: 405156
archrelease: copy trunk to testing-x86_64
Added:
psmisc/repos/testing-x86_64/PKGBUILD
(from rev 405155, psmisc/trunk/PKGBUILD)
Deleted:
psmisc/repos/testing-x86_64/PKGBUILD
----------+
PKGBUILD | 52 ++++++++++++++++++++++++++--------------------------
1 file changed, 26 insertions(+), 26 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-12-31 21:16:37 UTC (rev 405155)
+++ PKGBUILD 2020-12-31 21:16:40 UTC (rev 405156)
@@ -1,26 +0,0 @@
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=psmisc
-pkgver=23.3
-pkgrel=3
-pkgdesc='Miscellaneous procfs tools'
-arch=('x86_64')
-url='http://psmisc.sourceforge.net/'
-license=('GPL')
-depends=('ncurses')
-source=("https://downloads.sourceforge.net/psmisc/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('41750e1a5abf7ed2647b094f58127c73dbce6876f77ba4e0a7e0995ae5c7279a')
-
-build() {
- cd ${pkgname}-${pkgver}
-
- ./configure \
- --prefix=/usr
- make
-}
-
-package() {
- cd ${pkgname}-${pkgver}
-
- make DESTDIR="${pkgdir}" install
-}
Copied: psmisc/repos/testing-x86_64/PKGBUILD (from rev 405155, psmisc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-12-31 21:16:40 UTC (rev 405156)
@@ -0,0 +1,26 @@
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=psmisc
+pkgver=23.3
+pkgrel=4
+pkgdesc='Miscellaneous procfs tools'
+arch=('x86_64')
+url='https://gitlab.com/psmisc/psmisc'
+license=('GPL')
+depends=('ncurses')
+source=("https://downloads.sourceforge.net/psmisc/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('41750e1a5abf7ed2647b094f58127c73dbce6876f77ba4e0a7e0995ae5c7279a')
+
+build() {
+ cd ${pkgname}-${pkgver}
+
+ ./configure \
+ --prefix=/usr
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list