[arch-commits] Commit in bees/repos/community-x86_64 (PKGBUILD PKGBUILD)
Sven-Hendrik Haase
svenstaro at gemini.archlinux.org
Wed Oct 6 15:04:49 UTC 2021
Date: Wednesday, October 6, 2021 @ 15:04:49
Author: svenstaro
Revision: 1027856
archrelease: copy trunk to community-x86_64
Added:
bees/repos/community-x86_64/PKGBUILD
(from rev 1027855, bees/trunk/PKGBUILD)
Deleted:
bees/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 56 ++++++++++++++++++++++++++++----------------------------
1 file changed, 28 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-10-06 15:04:40 UTC (rev 1027855)
+++ PKGBUILD 2021-10-06 15:04:49 UTC (rev 1027856)
@@ -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.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"
-}
Copied: bees/repos/community-x86_64/PKGBUILD (from rev 1027855, bees/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-10-06 15:04:49 UTC (rev 1027856)
@@ -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.7
+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=('2e67422b9f0d9ef665523b474fb27055efffceb263f8ccfdfda2a3aac9c6bdb1')
+
+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