[arch-commits] Commit in btop/repos/community-x86_64 (PKGBUILD PKGBUILD)
Caleb Maclennan
alerque at gemini.archlinux.org
Tue Feb 15 06:12:03 UTC 2022
Date: Tuesday, February 15, 2022 @ 06:12:02
Author: alerque
Revision: 1133318
archrelease: copy trunk to community-x86_64
Added:
btop/repos/community-x86_64/PKGBUILD
(from rev 1133317, btop/trunk/PKGBUILD)
Deleted:
btop/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 48 ++++++++++++++++++++++++------------------------
1 file changed, 24 insertions(+), 24 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-02-15 06:11:21 UTC (rev 1133317)
+++ PKGBUILD 2022-02-15 06:12:02 UTC (rev 1133318)
@@ -1,24 +0,0 @@
-# Maintainer: Caleb Maclennan <caleb at alerque.com>
-
-pkgname=btop
-pkgver=1.2.1
-pkgrel=1
-pkgdesc='A monitor of system resources, bpytop ported to C++'
-arch=(x86_64)
-url="https://github.com/aristocratos/$pkgname"
-license=(Apache)
-depends=(gcc-libs)
-_archive="$pkgname-$pkgver"
-source=("$url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('09118f459321c0182df8e611ec5595db2ab5ca9e2cf3f0029cf4413f2497853b')
-
-build() {
- cd "$_archive"
- make all
-}
-
-package() {
- cd "$_archive"
- make DESTDIR="$pkgdir" PREFIX=/usr install
-}
-
Copied: btop/repos/community-x86_64/PKGBUILD (from rev 1133317, btop/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-02-15 06:12:02 UTC (rev 1133318)
@@ -0,0 +1,24 @@
+# Maintainer: Caleb Maclennan <caleb at alerque.com>
+
+pkgname=btop
+pkgver=1.2.2
+pkgrel=1
+pkgdesc='A monitor of system resources, bpytop ported to C++'
+arch=(x86_64)
+url="https://github.com/aristocratos/$pkgname"
+license=(Apache)
+depends=(gcc-libs)
+_archive="$pkgname-$pkgver"
+source=("$url/archive/v$pkgver/$_archive.tar.gz")
+sha256sums=('9e16b76ad74086948fa3dce4899a5532095a1656e6f1deec3e807f992d22f47c')
+
+build() {
+ cd "$_archive"
+ make all
+}
+
+package() {
+ cd "$_archive"
+ make DESTDIR="$pkgdir" PREFIX=/usr install
+}
+
More information about the arch-commits
mailing list