Date: Monday, February 13, 2023 @ 01:59:53
  Author: svenstaro
Revision: 1400202

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-02-13 01:59:41 UTC (rev 1400201)
+++ PKGBUILD    2023-02-13 01:59:53 UTC (rev 1400202)
@@ -1,29 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <[email protected]>
-# Contributor: Gavin Yancey <[email protected]>
-# Contributor: Timofey Titovets <[email protected]>
-
-pkgname=bees
-pkgver=0.8
-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=('btrfs-progs' 'systemd')
-options=('debug')
-source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/Zygo/bees/archive/v${pkgver}.tar.gz";)
-sha256sums=('3efb1a7290b014b8dd0cb64ce98382c2bde1f9ccf649e1b4fc86f27ffa42edea')
-
-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 1400201, 
bees/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-02-13 01:59:53 UTC (rev 1400202)
@@ -0,0 +1,28 @@
+# Maintainer: Sven-Hendrik Haase <[email protected]>
+# Contributor: Gavin Yancey <[email protected]>
+# Contributor: Timofey Titovets <[email protected]>
+
+pkgname=bees
+pkgver=0.9.1
+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=('btrfs-progs' 'systemd')
+source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/Zygo/bees/archive/v${pkgver}.tar.gz";)
+sha256sums=('70350d502973bfb65e4af730270652b698603ae7a9f7381d0c8cf574cc350b99')
+
+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"
+}

Reply via email to