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

Robin Broda coderobe at gemini.archlinux.org
Mon Oct 11 13:02:48 UTC 2021


    Date: Monday, October 11, 2021 @ 13:02:47
  Author: coderobe
Revision: 1029458

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-11 13:02:42 UTC (rev 1029457)
+++ PKGBUILD	2021-10-11 13:02:47 UTC (rev 1029458)
@@ -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.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
-}

Copied: duperemove/repos/community-x86_64/PKGBUILD (from rev 1029457, duperemove/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-10-11 13:02:47 UTC (rev 1029458)
@@ -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.3
+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=('0669cbb8a08082b9c2b62aff26759951e3e2c1b2236676ac6d79b9639027f775e4e5a218d1c7930b33ad7cca39726764cce5ac3063dc7d2049eb65fc4431af89')
+
+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