Date: Sunday, April 9, 2023 @ 21:20:13
  Author: svenstaro
Revision: 1443537

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-09 21:20:01 UTC (rev 1443536)
+++ PKGBUILD    2023-04-09 21:20:13 UTC (rev 1443537)
@@ -1,28 +0,0 @@
-# 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"
-}

Copied: bees/repos/community-x86_64/PKGBUILD (from rev 1443536, 
bees/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-09 21:20:13 UTC (rev 1443537)
@@ -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.3
+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=('83a65f5a1ac21dc33bd6864cf8d217cbb90745fbd5d4c81d2a8416895501f99e')
+
+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