summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 15482e7e3c09..bdd402a0f31a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname="budgetwarrior-git"
_pkgname="budgetwarrior"
pkgver=1.0.r1.gcf1b0dd
-pkgrel=1
+pkgrel=2
pkgdesc="Simple command line utility to helps keeping track of your expenses and the state of your budget."
url="https://github.com/wichtounet/budgetwarrior"
license=('MIT')
arch=('i686' 'x86_64')
makedepends=('git' 'cmake' 'clang')
-depends=('boost' 'util-linux' 'openssl')
+depends=('util-linux' 'openssl')
provides=("${_pkgname}")
conflicts=("${_pkgname}")
changelog="ChangeLog"