Date: Tuesday, November 15, 2022 @ 14:37:36
Author: svenstaro
Revision: 1348915
archrelease: copy trunk to community-x86_64
Added:
bees/repos/community-x86_64/PKGBUILD
(from rev 1348914, bees/trunk/PKGBUILD)
Deleted:
bees/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-15 14:37:24 UTC (rev 1348914)
+++ PKGBUILD 2022-11-15 14:37:36 UTC (rev 1348915)
@@ -1,29 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <[email protected]>
-# Contributor: Gavin Yancey <[email protected]>
-# Contributor: Timofey Titovets <[email protected]>
-
-pkgname=bees
-pkgver=0.7.2
-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=('371d03a0008e2ba284e315f645148272a968f7bdbc1d0aeb6c4aeff3a82801a0')
-
-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 1348914,
bees/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-15 14:37:36 UTC (rev 1348915)
@@ -0,0 +1,29 @@
+# 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"
+}