summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimofey Titovets2019-09-06 18:46:45 +0300
committerTimofey Titovets2019-09-06 18:46:45 +0300
commit1217fd29313856846b86ebba41424971997bb94e (patch)
tree81700b8d3979b2c27ba7ad70a72682dc626b73f5
parent4328200c866503cd5415cd16264e4439d6b00a74 (diff)
downloadaur-1217fd29313856846b86ebba41424971997bb94e.tar.gz
Fix depends
Signed-off-by: Timofey Titovets <nefelim4ag@gmail.com>
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bad3d18fb1e8..a904cb3f304d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Timofey Titovets <nefelim4ag@gmail.com>
pkgname=bees-git
-pkgver=v0.6.r0.g3504439
+pkgver=v0.6.r75.g7117cb4
pkgrel=1
pkgdesc="Best-Effort Extent-Same, a btrfs deduplicator daemon"
arch=('any')
url="https://github.com/Zygo/bees"
license=('GPL3')
depends=()
-makedepends=('git' 'make' 'gcc' 'markdown')
+makedepends=('git' 'make' 'gcc' 'markdown' 'btrfs-progs')
source=("$pkgname"::'git://github.com/zygo/bees.git#branch=master')
md5sums=('SKIP')