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

Caleb Maclennan alerque at gemini.archlinux.org
Wed Apr 13 09:36:56 UTC 2022


    Date: Wednesday, April 13, 2022 @ 09:36:55
  Author: alerque
Revision: 1186038

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-13 09:36:48 UTC (rev 1186037)
+++ PKGBUILD	2022-04-13 09:36:55 UTC (rev 1186038)
@@ -1,24 +0,0 @@
-# Maintainer: Caleb Maclennan <caleb at alerque.com>
-
-pkgname=btop
-pkgver=1.2.5
-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=('93ff23276f2c626282037766542543dad5964fb6117c7902c4a4899607f8c95f')
-
-build() {
-	cd "$_archive"
-	make all
-}
-
-package() {
-	cd "$_archive"
-	make DESTDIR="$pkgdir" PREFIX=/usr install
-}
-

Copied: btop/repos/community-x86_64/PKGBUILD (from rev 1186037, btop/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-13 09:36:55 UTC (rev 1186038)
@@ -0,0 +1,24 @@
+# Maintainer: Caleb Maclennan <caleb at alerque.com>
+
+pkgname=btop
+pkgver=1.2.6
+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=('3631f39c847c884064dd0babf34487a3b8b87a9d61d89aa5185418ffdc4741d8')
+
+build() {
+	cd "$_archive"
+	make all
+}
+
+package() {
+	cd "$_archive"
+	make DESTDIR="$pkgdir" PREFIX=/usr install
+}
+



More information about the arch-commits mailing list