[arch-commits] Commit in btop/repos/community-x86_64 (PKGBUILD PKGBUILD)
Caleb Maclennan
alerque at gemini.archlinux.org
Wed Oct 6 16:51:49 UTC 2021
Date: Wednesday, October 6, 2021 @ 16:51:49
Author: alerque
Revision: 1027876
archrelease: copy trunk to community-x86_64
Added:
btop/repos/community-x86_64/PKGBUILD
(from rev 1027875, btop/trunk/PKGBUILD)
Deleted:
btop/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 48 ++++++++++++++++++++++++------------------------
1 file changed, 24 insertions(+), 24 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-10-06 16:51:12 UTC (rev 1027875)
+++ PKGBUILD 2021-10-06 16:51:49 UTC (rev 1027876)
@@ -1,24 +0,0 @@
-# Maintainer: Caleb Maclennan <caleb at alerque.com>
-
-pkgname=btop
-pkgver=1.0.13
-pkgrel=1
-pkgdesc='A monitor of system resourecs, 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=('12bb09926d46255d18da501bab164ab543ad5d27f003661315f0b490c897d060')
-
-build() {
- cd "$_archive"
- make all
-}
-
-package() {
- cd "$_archive"
- make DESTDIR="$pkgdir" PREFIX=/usr install
-}
-
Copied: btop/repos/community-x86_64/PKGBUILD (from rev 1027875, btop/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-10-06 16:51:49 UTC (rev 1027876)
@@ -0,0 +1,24 @@
+# Maintainer: Caleb Maclennan <caleb at alerque.com>
+
+pkgname=btop
+pkgver=1.0.14
+pkgrel=1
+pkgdesc='A monitor of system resourecs, 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=('5b54e329bdacea109b4206506b3cafd9959b2ecc63ef9b04554bf9c7bc7b2b9b')
+
+build() {
+ cd "$_archive"
+ make all
+}
+
+package() {
+ cd "$_archive"
+ make DESTDIR="$pkgdir" PREFIX=/usr install
+}
+
More information about the arch-commits
mailing list