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

Caleb Maclennan alerque at gemini.archlinux.org
Tue Sep 28 14:58:04 UTC 2021


    Date: Tuesday, September 28, 2021 @ 14:58:04
  Author: alerque
Revision: 1025882

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-28 14:57:14 UTC (rev 1025881)
+++ PKGBUILD	2021-09-28 14:58:04 UTC (rev 1025882)
@@ -1,24 +0,0 @@
-# Maintainer: Caleb Maclennan <caleb at alerque.com>
-
-pkgname=btop
-pkgver=1.0.9
-pkgrel=3
-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=('3eadf77130038738fce938903abbeeafe8140228899ec2918eb985cd30827082')
-
-build() {
-	cd "$_archive"
-	make all
-}
-
-package() {
-	cd "$_archive"
-	make DESTDIR="$pkgdir" PREFIX=/usr install
-}
-

Copied: btop/repos/community-x86_64/PKGBUILD (from rev 1025881, btop/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-09-28 14:58:04 UTC (rev 1025882)
@@ -0,0 +1,24 @@
+# Maintainer: Caleb Maclennan <caleb at alerque.com>
+
+pkgname=btop
+pkgver=1.0.10
+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=('b4ae49ef7414a88618d182856214b96b9eca53a9cffec0e250070399bc98a7cf')
+
+build() {
+	cd "$_archive"
+	make all
+}
+
+package() {
+	cd "$_archive"
+	make DESTDIR="$pkgdir" PREFIX=/usr install
+}
+



More information about the arch-commits mailing list