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

Levente Polyak anthraxx at archlinux.org
Thu Feb 11 00:35:43 UTC 2021


    Date: Thursday, February 11, 2021 @ 00:35:43
  Author: anthraxx
Revision: 854739

archrelease: copy trunk to community-x86_64

Added:
  dfrs/repos/community-x86_64/PKGBUILD
    (from rev 854738, dfrs/trunk/PKGBUILD)
Deleted:
  dfrs/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   78 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-11 00:35:37 UTC (rev 854738)
+++ PKGBUILD	2021-02-11 00:35:43 UTC (rev 854739)
@@ -1,39 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-
-pkgname=dfrs
-pkgver=0.0.6
-pkgrel=1
-pkgdesc='Display file system space usage using graphs and colors'
-url='https://github.com/anthraxx/dfrs'
-arch=('x86_64')
-license=('MIT')
-depends=('glibc' 'gcc-libs')
-makedepends=('cargo' 'scdoc')
-source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
-        ${url}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-options=('!makeflags')
-sha512sums=('5d98d4cc4e2be30f11f5c9921173e04cbccfa2c5b10650f4a4fef67e06dba2b660a986db3c3d65ca9f89328af7196b08b4a560bf92b35a115cfc1bba095bfd8a'
-            'SKIP')
-b2sums=('424fcceb2a3d530b1f81698a7270423b41f78bc2ae4f09747b3ace4d2d0545b733033354e612a33c9e2677dedab8cc8af37db4a901cf245438a894a6dd48c7a8'
-        'SKIP')
-validpgpkeys=(
-  'E240B57E2C4630BA768E2F26FC1B547C8D8172C8'  # Levente Polyak
-)
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  cargo test --release --locked
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" PREFIX=/usr install
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: dfrs/repos/community-x86_64/PKGBUILD (from rev 854738, dfrs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-02-11 00:35:43 UTC (rev 854739)
@@ -0,0 +1,39 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+
+pkgname=dfrs
+pkgver=0.0.7
+pkgrel=1
+pkgdesc='Display file system space usage using graphs and colors'
+url='https://github.com/anthraxx/dfrs'
+arch=('x86_64')
+license=('MIT')
+depends=('glibc' 'gcc-libs')
+makedepends=('cargo' 'scdoc')
+source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
+        ${url}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
+options=('!makeflags')
+sha512sums=('8b8f67ff919e4f1012fe415b564574fe9b11caf01da90a025ca8b8c7707e3f90e865e30cfbeb24db7b80829d082ba7accce44e1897a67e39d129d94c171f21fe'
+            'SKIP')
+b2sums=('c051c1d712811d2b9c5273ec4b89bc54f8bc10a07a18a99c9908f7c58025b99e74c0d06ce9d5ec6029eda4250befbd52d3e269ec2c6fb1a160b06b4f3b019c8d'
+        'SKIP')
+validpgpkeys=(
+  'E240B57E2C4630BA768E2F26FC1B547C8D8172C8'  # Levente Polyak
+)
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make test
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" PREFIX=/usr install
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list