Date: Wednesday, October 27, 2021 @ 03:53:46
  Author: alerque
Revision: 1034675

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2021-10-27 03:52:30 UTC (rev 1034674)
+++ PKGBUILD    2021-10-27 03:53:46 UTC (rev 1034675)
@@ -1,24 +0,0 @@
-# Maintainer: Caleb Maclennan <[email protected]>
-
-pkgname=btop
-pkgver=1.0.19
-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=('2983247a804ced692385b61a7e8f98536cb1bbffeacb9ca985c68f810658db5e')
-
-build() {
-       cd "$_archive"
-       make all
-}
-
-package() {
-       cd "$_archive"
-       make DESTDIR="$pkgdir" PREFIX=/usr install
-}
-

Copied: btop/repos/community-x86_64/PKGBUILD (from rev 1034674, 
btop/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2021-10-27 03:53:46 UTC (rev 1034675)
@@ -0,0 +1,24 @@
+# Maintainer: Caleb Maclennan <[email protected]>
+
+pkgname=btop
+pkgver=1.0.20
+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=('8f1c863f8a9d7da300be33be850c132a3cd24d483554b22774ce687068163a99')
+
+build() {
+       cd "$_archive"
+       make all
+}
+
+package() {
+       cd "$_archive"
+       make DESTDIR="$pkgdir" PREFIX=/usr install
+}
+

Reply via email to