summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFabien Dubosson2018-02-01 10:35:52 +0100
committerFabien Dubosson2018-02-01 10:35:52 +0100
commita19b5f2241294d8e1ac60b8201fdfa062bfb1435 (patch)
treea1e1fc9ec73858a0ae1e830836e63047e60aa701 /PKGBUILD
parent8eab1f2a87698c58f8c13212714b666776dda10a (diff)
downloadaur-a19b5f2241294d8e1ac60b8201fdfa062bfb1435.tar.gz
Remove boost dependency
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"