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

Caleb Maclennan alerque at gemini.archlinux.org
Mon Aug 29 11:26:33 UTC 2022


    Date: Monday, August 29, 2022 @ 11:26:32
  Author: alerque
Revision: 1285171

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-29 11:26:24 UTC (rev 1285170)
+++ PKGBUILD	2022-08-29 11:26:32 UTC (rev 1285171)
@@ -1,24 +0,0 @@
-# Maintainer: Caleb Maclennan <caleb at alerque.com>
-
-pkgname=btop
-pkgver=1.2.8
-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=('7944b06e3181cc1080064adf1e9eb4f466af0b84a127df6697430736756a89ac')
-
-build() {
-	cd "$_archive"
-	make all
-}
-
-package() {
-	cd "$_archive"
-	make DESTDIR="$pkgdir" PREFIX=/usr install
-}
-

Copied: btop/repos/community-x86_64/PKGBUILD (from rev 1285170, btop/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-29 11:26:32 UTC (rev 1285171)
@@ -0,0 +1,24 @@
+# Maintainer: Caleb Maclennan <caleb at alerque.com>
+
+pkgname=btop
+pkgver=1.2.9
+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=('0f8c3434a9c4c132a34415a9cc4f048595b8a4d1a94e94223ac3a795e1c16531')
+
+build() {
+	cd "$_archive"
+	make all
+}
+
+package() {
+	cd "$_archive"
+	make DESTDIR="$pkgdir" PREFIX=/usr install
+}
+



More information about the arch-commits mailing list