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

Sven-Hendrik Haase svenstaro at archlinux.org
Thu Jun 10 03:25:19 UTC 2021


    Date: Thursday, June 10, 2021 @ 03:25:19
  Author: svenstaro
Revision: 961054

archrelease: copy trunk to community-x86_64

Added:
  bees/repos/community-x86_64/PKGBUILD
    (from rev 961052, bees/trunk/PKGBUILD)
Deleted:
  bees/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-10 03:25:18 UTC (rev 961053)
+++ PKGBUILD	2021-06-10 03:25:19 UTC (rev 961054)
@@ -1,28 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
-# Contributor: Gavin Yancey <gyancey at hmc.edu>
-# Contributor: Timofey Titovets <nefelim4ag at gmail.com>
-
-pkgname=bees
-pkgver=0.6.4
-pkgrel=2
-pkgdesc="Best-Effort Extent-Same, a btrfs deduplicator daemon"
-arch=('x86_64')
-url="https://github.com/Zygo/bees"
-license=('GPL3')
-depends=('util-linux-libs' 'bash')
-makedepends=('markdown' 'btrfs-progs' 'systemd')
-source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/Zygo/bees/archive/v${pkgver}.tar.gz")
-sha256sums=('da6c50f433a2bd6b7e26e37733de44554d8e9ed554ee9dea0d2e66d1ff820e0d')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make BEES_VERSION="${pkgver}"
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make install DESTDIR="${pkgdir}" BEES_VERSION="${pkgver}"
-
-  mv "${pkgdir}/usr/sbin" "${pkgdir}/usr/bin"
-}

Copied: bees/repos/community-x86_64/PKGBUILD (from rev 961052, bees/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-06-10 03:25:19 UTC (rev 961054)
@@ -0,0 +1,28 @@
+# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
+# Contributor: Gavin Yancey <gyancey at hmc.edu>
+# Contributor: Timofey Titovets <nefelim4ag at gmail.com>
+
+pkgname=bees
+pkgver=0.6.5
+pkgrel=1
+pkgdesc="Best-Effort Extent-Same, a btrfs deduplicator daemon"
+arch=('x86_64')
+url="https://github.com/Zygo/bees"
+license=('GPL3')
+depends=('util-linux-libs' 'bash')
+makedepends=('markdown' 'btrfs-progs' 'systemd')
+source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/Zygo/bees/archive/v${pkgver}.tar.gz")
+sha256sums=('f7ab73a6adc48b36bddf408ebc7625770464d8722a134e0fb2fc77e2dbc732b5')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make BEES_VERSION="${pkgver}"
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make install DESTDIR="${pkgdir}" BEES_VERSION="${pkgver}"
+
+  mv "${pkgdir}/usr/sbin" "${pkgdir}/usr/bin"
+}



More information about the arch-commits mailing list