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

Filipe Laíns ffy00 at archlinux.org
Wed Mar 24 18:23:15 UTC 2021


    Date: Wednesday, March 24, 2021 @ 18:23:15
  Author: ffy00
Revision: 901696

archrelease: copy trunk to community-x86_64

Added:
  sigrok-cli/repos/community-x86_64/PKGBUILD
    (from rev 901695, sigrok-cli/trunk/PKGBUILD)
Deleted:
  sigrok-cli/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-24 18:23:11 UTC (rev 901695)
+++ PKGBUILD	2021-03-24 18:23:15 UTC (rev 901696)
@@ -1,26 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
-
-pkgname=sigrok-cli
-pkgver=0.7.1
-pkgrel=2
-pkgdesc='Command-line client for the sigrok software'
-arch=('x86_64')
-url='https://www.sigrok.org/wiki/Sigrok-cli'
-license=('GPL3')
-depends=('libsigrok' 'libsigrokdecode')
-source=("http://sigrok.org/download/source/$pkgname/$pkgname-$pkgver.tar.gz")
-sha512sums=('a56d9439efca74f8362ed225d8fa92adfaee053470b166629ad2d8f3ebf5bea05a37782750c9321aabd3b47e634734fa5e5b0cc5353bf49dd1629cdcdb98aef5')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-}

Copied: sigrok-cli/repos/community-x86_64/PKGBUILD (from rev 901695, sigrok-cli/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-24 18:23:15 UTC (rev 901696)
@@ -0,0 +1,26 @@
+# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
+
+pkgname=sigrok-cli
+pkgver=0.7.2
+pkgrel=1
+pkgdesc='Command-line client for the sigrok software'
+arch=('x86_64')
+url='https://www.sigrok.org/wiki/Sigrok-cli'
+license=('GPL3')
+depends=('libsigrok' 'libsigrokdecode')
+source=("http://sigrok.org/download/source/$pkgname/$pkgname-$pkgver.tar.gz")
+sha512sums=('5862aa11a586ebb3acf9bffd1d2686cb5b3c3622b436080e05e2fc826a4814cf4746f128c01764f8dc664c5fc1a1e8c6ef66e548770278cc6ea99353d2173143')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list