[arch-commits] Commit in btop/repos/community-x86_64 (PKGBUILD PKGBUILD)
Caleb Maclennan
alerque at gemini.archlinux.org
Mon Nov 15 18:49:31 UTC 2021
Date: Monday, November 15, 2021 @ 18:49:31
Author: alerque
Revision: 1048418
archrelease: copy trunk to community-x86_64
Added:
btop/repos/community-x86_64/PKGBUILD
(from rev 1048415, btop/trunk/PKGBUILD)
Deleted:
btop/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 48 ++++++++++++++++++++++++------------------------
1 file changed, 24 insertions(+), 24 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-15 18:49:26 UTC (rev 1048417)
+++ PKGBUILD 2021-11-15 18:49:31 UTC (rev 1048418)
@@ -1,24 +0,0 @@
-# Maintainer: Caleb Maclennan <caleb at alerque.com>
-
-pkgname=btop
-pkgver=1.0.20
-pkgrel=2
-pkgdesc='A monitor of system resources, bpytop ported to C++'
-arch=(x86_64 aarch64)
-url="https://github.com/aristocratos/$pkgname"
-license=(Apache)
-depends=(gcc-libs)
-_archive="$pkgname-$pkgver"
-source=("$_archive.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('8f1c863f8a9d7da300be33be850c132a3cd24d483554b22774ce687068163a99')
-
-build() {
- cd "$_archive"
- make all
-}
-
-package() {
- cd "$_archive"
- make DESTDIR="$pkgdir" PREFIX=/usr install
-}
-
Copied: btop/repos/community-x86_64/PKGBUILD (from rev 1048415, btop/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-11-15 18:49:31 UTC (rev 1048418)
@@ -0,0 +1,24 @@
+# Maintainer: Caleb Maclennan <caleb at alerque.com>
+
+pkgname=btop
+pkgver=1.1.0
+pkgrel=1
+pkgdesc='A monitor of system resources, bpytop ported to C++'
+arch=(x86_64 aarch64 i686)
+url="https://github.com/aristocratos/$pkgname"
+license=(Apache)
+depends=(gcc-libs)
+_archive="$pkgname-$pkgver"
+source=("$_archive.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha256sums=('bcabd70cce6716386d3b4f798ba76f7a4a0a507fa11b8cf3e15c55ba139ebbd6')
+
+build() {
+ cd "$_archive"
+ make all
+}
+
+package() {
+ cd "$_archive"
+ make DESTDIR="$pkgdir" PREFIX=/usr install
+}
+
More information about the arch-commits
mailing list