[arch-commits] Commit in btop/repos/community-x86_64 (PKGBUILD PKGBUILD)

Caleb Maclennan alerque at gemini.archlinux.org
Mon Oct 18 17:35:16 UTC 2021


    Date: Monday, October 18, 2021 @ 17:35:15
  Author: alerque
Revision: 1030854

archrelease: copy trunk to community-x86_64

Added:
  btop/repos/community-x86_64/PKGBUILD
    (from rev 1030853, btop/trunk/PKGBUILD)
Deleted:
  btop/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   48 ++++++++++++++++++++++++------------------------
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-18 17:34:55 UTC (rev 1030853)
+++ PKGBUILD	2021-10-18 17:35:15 UTC (rev 1030854)
@@ -1,24 +0,0 @@
-# Maintainer: Caleb Maclennan <caleb at alerque.com>
-
-pkgname=btop
-pkgver=1.0.15
-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=('ddb1e396e220a8d9a1a84a8b0d84b907950adf0ead6f4c9261fbfbacaf0589d7')
-
-build() {
-	cd "$_archive"
-	make all
-}
-
-package() {
-	cd "$_archive"
-	make DESTDIR="$pkgdir" PREFIX=/usr install
-}
-

Copied: btop/repos/community-x86_64/PKGBUILD (from rev 1030853, btop/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-10-18 17:35:15 UTC (rev 1030854)
@@ -0,0 +1,24 @@
+# Maintainer: Caleb Maclennan <caleb at alerque.com>
+
+pkgname=btop
+pkgver=1.0.17
+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=('1a301a4d342703b3f4f5cada30f9db2db83cc1775e00e4ff0806a9061e10355d')
+
+build() {
+	cd "$_archive"
+	make all
+}
+
+package() {
+	cd "$_archive"
+	make DESTDIR="$pkgdir" PREFIX=/usr install
+}
+



More information about the arch-commits mailing list