summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabien Dubosson2018-02-01 10:23:45 +0100
committerFabien Dubosson2018-02-01 10:23:45 +0100
commitf19f6939a4f51206cf79657a7d7560c967a37c3d (patch)
tree5d2b5391cf6aced83e3106a1ccd33a8870bfa549
parent31e822d75ea36d3d206f587c12c085df4e2fd9f1 (diff)
downloadaur-f19f6939a4f51206cf79657a7d7560c967a37c3d.tar.gz
Remove boost dependency 1.0-2
-rw-r--r--.SRCINFO7
-rw-r--r--ChangeLog5
-rw-r--r--PKGBUILD4
3 files changed, 10 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 02593bed4d74..d65984316494 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,18 @@
# Generated by mksrcinfo v8
-# Tue Jan 30 20:20:31 UTC 2018
+# Thu Feb 1 09:22:41 UTC 2018
pkgbase = budgetwarrior
pkgdesc = Simple command line utility to helps keeping track of your expenses and the state of your budget.
pkgver = 1.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/wichtounet/budgetwarrior
changelog = ChangeLog
arch = i686
arch = x86_64
license = MIT
makedepends = clang
- depends = boost
depends = util-linux
depends = openssl
- source = git://github.com/wichtounet/budgetwarrior.git#tag=
+ source = git://github.com/wichtounet/budgetwarrior.git#tag=1.0
md5sums = SKIP
pkgname = budgetwarrior
diff --git a/ChangeLog b/ChangeLog
index 0aa06a4a7307..e6f0a260a450 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2018-02-01 Fabien Dubosson <fabien.dubosson@gmail.com>
+
+ * 1.0-2:
+ Remove boost dependency
+
2018-01-30 Fabien Dubosson <fabien.dubosson@gmail.com>
* 1.0-1:
diff --git a/PKGBUILD b/PKGBUILD
index 6afe398c288a..a122c029776e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname="budgetwarrior"
pkgver="1.0"
-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=('clang')
-depends=('boost' 'util-linux' 'openssl')
+depends=('util-linux' 'openssl')
changelog="ChangeLog"
source=("git://github.com/wichtounet/budgetwarrior.git#tag=${pkgver}")
md5sums=('SKIP')