Date: Monday, November 22, 2021 @ 22:39:19
  Author: alerque
Revision: 1054389

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2021-11-22 22:38:29 UTC (rev 1054388)
+++ PKGBUILD    2021-11-22 22:39:19 UTC (rev 1054389)
@@ -1,24 +0,0 @@
-# Maintainer: Caleb Maclennan <[email protected]>
-
-pkgname=btop
-pkgver=1.1.0
-pkgrel=1
-pkgdesc='A monitor of system resources, bpytop ported to C++'
-arch=(x86_64 aarch64 i686)
-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=('bcabd70cce6716386d3b4f798ba76f7a4a0a507fa11b8cf3e15c55ba139ebbd6')
-
-build() {
-       cd "$_archive"
-       make all
-}
-
-package() {
-       cd "$_archive"
-       make DESTDIR="$pkgdir" PREFIX=/usr install
-}
-

Copied: btop/repos/community-x86_64/PKGBUILD (from rev 1054388, 
btop/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2021-11-22 22:39:19 UTC (rev 1054389)
@@ -0,0 +1,24 @@
+# Maintainer: Caleb Maclennan <[email protected]>
+
+pkgname=btop
+pkgver=1.1.1
+pkgrel=1
+pkgdesc='A monitor of system resources, bpytop ported to C++'
+arch=(x86_64 aarch64 i686)
+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=('7ee14e5e46a9864bba8f12de26ca216939c28b15a4f37fac9688f933a626382c')
+
+build() {
+       cd "$_archive"
+       make all
+}
+
+package() {
+       cd "$_archive"
+       make DESTDIR="$pkgdir" PREFIX=/usr install
+}
+

Reply via email to