summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabien Dubosson2018-01-30 21:20:37 +0100
committerFabien Dubosson2018-01-30 21:20:37 +0100
commit8be6d7c6f2936b58177b43e474f0aa73ef6da9cf (patch)
tree64e99a62310c7b81673a94df6cbda908ac9065b7
parent95d674220b811ae03f700d27ebe0309f0f69106c (diff)
downloadaur-8be6d7c6f2936b58177b43e474f0aa73ef6da9cf.tar.gz
New upstream release 1.0
-rw-r--r--.SRCINFO5
-rw-r--r--ChangeLog5
-rw-r--r--PKGBUILD4
3 files changed, 10 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af8dbfb590ac..02593bed4d74 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Sep 20 09:21:08 UTC 2017
+# Tue Jan 30 20:20:31 UTC 2018
pkgbase = budgetwarrior
pkgdesc = Simple command line utility to helps keeping track of your expenses and the state of your budget.
- pkgver = 0.4.2
+ pkgver = 1.0
pkgrel = 1
url = https://github.com/wichtounet/budgetwarrior
changelog = ChangeLog
@@ -12,6 +12,7 @@ pkgbase = budgetwarrior
makedepends = clang
depends = boost
depends = util-linux
+ depends = openssl
source = git://github.com/wichtounet/budgetwarrior.git#tag=
md5sums = SKIP
diff --git a/ChangeLog b/ChangeLog
index 3b1808a57135..0aa06a4a7307 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2018-01-30 Fabien Dubosson <fabien.dubosson@gmail.com>
+
+ * 1.0-1:
+ New upstream release
+
2017-09-20 Fabien Dubosson <fabien.dubosson@gmail.com>
* 0.4.2-1:
diff --git a/PKGBUILD b/PKGBUILD
index 47f185859ea3..fa93b02194b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Fabien Dubosson <fabien.dubosson@gmail.com>
pkgname="budgetwarrior"
-pkgver="0.4.2"
+pkgver="1.0"
pkgrel="1"
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')
+depends=('boost' 'util-linux' 'openssl')
changelog="ChangeLog"
source=("git://github.com/wichtounet/budgetwarrior.git#tag=${pgkver}")
md5sums=('SKIP')