[arch-commits] Commit in htop/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Christian Hesse eworm at archlinux.org
Tue Dec 22 11:59:54 UTC 2020


    Date: Tuesday, December 22, 2020 @ 11:59:53
  Author: eworm
Revision: 404836

archrelease: copy trunk to extra-x86_64

Added:
  htop/repos/extra-x86_64/PKGBUILD
    (from rev 404835, htop/trunk/PKGBUILD)
Deleted:
  htop/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   90 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-22 11:59:46 UTC (rev 404835)
+++ PKGBUILD	2020-12-22 11:59:53 UTC (rev 404836)
@@ -1,45 +0,0 @@
-# Maintainer: Christian Hesse <mail at eworm.de>
-# Maintainer: Angel Velasquez <angvp at archlinux.org>
-# Contributor: Eric Belanger <eric at archlinux.org>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=htop
-pkgver=3.0.3
-pkgrel=1
-pkgdesc='Interactive process viewer'
-arch=('x86_64')
-url='https://htop.dev/'
-license=('GPL')
-depends=('ncurses' 'libncursesw.so' 'libnl')
-makedepends=('lm_sensors')
-optdepends=('lm_sensors: show cpu temperatures'
-            'lsof: show files opened by a process'
-            'strace: attach to a running process')
-options=('!emptydirs')
-source=("https://github.com/htop-dev/htop/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('725103929c925a7252b4dedeb29b3a1da86a2f74e96c50eb9ea6c8fec1942cd2')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  autoreconf -fi
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure \
-      --prefix=/usr \
-      --sysconfdir=/etc \
-      --enable-cgroup \
-      --enable-delayacct \
-      --enable-openvz \
-      --enable-unicode \
-      --enable-vserver
-
-  make
-}
-
-package() {
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
-}

Copied: htop/repos/extra-x86_64/PKGBUILD (from rev 404835, htop/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-12-22 11:59:53 UTC (rev 404836)
@@ -0,0 +1,45 @@
+# Maintainer: Christian Hesse <mail at eworm.de>
+# Maintainer: Angel Velasquez <angvp at archlinux.org>
+# Contributor: Eric Belanger <eric at archlinux.org>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=htop
+pkgver=3.0.4
+pkgrel=1
+pkgdesc='Interactive process viewer'
+arch=('x86_64')
+url='https://htop.dev/'
+license=('GPL')
+depends=('ncurses' 'libncursesw.so' 'libnl')
+makedepends=('lm_sensors')
+optdepends=('lm_sensors: show cpu temperatures'
+            'lsof: show files opened by a process'
+            'strace: attach to a running process')
+options=('!emptydirs')
+source=("https://github.com/htop-dev/htop/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('d8a0536ce95e3d59f8e292e73ee037033a74a8cc118fd10d22048bd4aeb61324')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  autoreconf -fi
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure \
+      --prefix=/usr \
+      --sysconfdir=/etc \
+      --enable-cgroup \
+      --enable-delayacct \
+      --enable-openvz \
+      --enable-unicode \
+      --enable-vserver
+
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list