summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabien Dubosson2018-02-01 10:35:52 +0100
committerFabien Dubosson2018-02-01 10:35:52 +0100
commita19b5f2241294d8e1ac60b8201fdfa062bfb1435 (patch)
treea1e1fc9ec73858a0ae1e830836e63047e60aa701
parent8eab1f2a87698c58f8c13212714b666776dda10a (diff)
downloadaur-budgetwarrior-git.tar.gz
Remove boost dependency
-rw-r--r--.SRCINFO5
-rw-r--r--ChangeLog5
-rw-r--r--PKGBUILD4
3 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 982526ea3b30..0a5326afbe17 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Jan 30 20:31:26 UTC 2018
+# Thu Feb 1 09:35:46 UTC 2018
pkgbase = budgetwarrior-git
pkgdesc = Simple command line utility to helps keeping track of your expenses and the state of your budget.
pkgver = 1.0.r1.gcf1b0dd
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/wichtounet/budgetwarrior
changelog = ChangeLog
arch = i686
@@ -12,7 +12,6 @@ pkgbase = budgetwarrior-git
makedepends = git
makedepends = cmake
makedepends = clang
- depends = boost
depends = util-linux
depends = openssl
provides = budgetwarrior
diff --git a/ChangeLog b/ChangeLog
index 06bcef2c0d80..804526e1be97 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2018-02-01 Fabien Dubosson <fabien.dubosson@gmail.com>
+
+ * 1.0.r1.gcf1b0dd-2:
+ Remove boost dependency
+
2018-01-30 Fabien Dubosson <fabien.dubosson@gmail.com>
* 1.0.r1.gcf1b0dd:
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"