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

Robin Broda coderobe at archlinux.org
Mon Dec 7 12:01:29 UTC 2020


    Date: Monday, December 7, 2020 @ 12:01:29
  Author: coderobe
Revision: 771481

archrelease: copy trunk to community-x86_64

Added:
  duperemove/repos/community-x86_64/PKGBUILD
    (from rev 771480, duperemove/trunk/PKGBUILD)
Deleted:
  duperemove/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-07 12:01:17 UTC (rev 771480)
+++ PKGBUILD	2020-12-07 12:01:29 UTC (rev 771481)
@@ -1,24 +0,0 @@
-# Maintainer: Robin Broda <coderobe @ archlinux.org>
-# Contributor: Frederik Schwan <frederik dot schwan at linux dot com>
-
-pkgname=duperemove
-pkgver=0.11.1
-pkgrel=3
-pkgdesc='Btrfs extent deduplication utility'
-arch=('x86_64')
-url='https://github.com/markfasheh/duperemove'
-license=('GPL')
-depends=('glib2' 'sqlite')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha512sums=('3c344b00b8fb58a259840aea977ba2e5123b651bb58ec84177bdfd8337a377361984b85c6325271b7d3e4ea216017fa6fda793136c83e9837a13ec041df326b9')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  CFLAGS+=' -fcommon' # https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make PREFIX=/usr SBINDIR=/usr/bin DESTDIR="${pkgdir}" install
-}

Copied: duperemove/repos/community-x86_64/PKGBUILD (from rev 771480, duperemove/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-12-07 12:01:29 UTC (rev 771481)
@@ -0,0 +1,24 @@
+# Maintainer: Robin Broda <coderobe @ archlinux.org>
+# Contributor: Frederik Schwan <frederik dot schwan at linux dot com>
+
+pkgname=duperemove
+pkgver=0.11.2
+pkgrel=1
+pkgdesc='Btrfs extent deduplication utility'
+arch=('x86_64')
+url='https://github.com/markfasheh/duperemove'
+license=('GPL')
+depends=('glib2' 'sqlite')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
+sha512sums=('d2b24c912a3ae4a5b9730ba1369b6174cc6fe252710dc7dae2971816e931558ea68d664bf4c9497630dd9002a71fccc26848ad848831fa45d7a7715ba65378e5')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  CFLAGS+=' -fcommon' # https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make PREFIX=/usr SBINDIR=/usr/bin DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list