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

Christian Hesse eworm at gemini.archlinux.org
Mon Jul 11 20:22:18 UTC 2022


    Date: Monday, July 11, 2022 @ 20:22:18
  Author: eworm
Revision: 1249657

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-11 20:22:16 UTC (rev 1249656)
+++ PKGBUILD	2022-07-11 20:22:18 UTC (rev 1249657)
@@ -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.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
-}

Copied: duperemove/repos/community-x86_64/PKGBUILD (from rev 1249656, duperemove/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-11 20:22:18 UTC (rev 1249657)
@@ -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=2
+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/refs/tags/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