summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabien Dubosson2018-01-30 21:31:50 +0100
committerFabien Dubosson2018-01-30 21:31:50 +0100
commit8eab1f2a87698c58f8c13212714b666776dda10a (patch)
tree7cbccf98ec6d77ce3d613320550c5a3b53c7726c
parent0cb7626e4d0fbf1bb5c33c668a94f909e2a9aed3 (diff)
downloadaur-8eab1f2a87698c58f8c13212714b666776dda10a.tar.gz
Update build system for version 1.0
-rw-r--r--.SRCINFO7
-rw-r--r--ChangeLog5
-rw-r--r--PKGBUILD6
3 files changed, 12 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9088965641e2..982526ea3b30 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Nov 13 14:29:14 UTC 2016
+# Tue Jan 30 20:31:26 UTC 2018
pkgbase = budgetwarrior-git
pkgdesc = Simple command line utility to helps keeping track of your expenses and the state of your budget.
- pkgver = 0.4.1.2.r49.g58620fa
+ pkgver = 1.0.r1.gcf1b0dd
pkgrel = 1
url = https://github.com/wichtounet/budgetwarrior
changelog = ChangeLog
@@ -14,9 +14,10 @@ pkgbase = budgetwarrior-git
makedepends = clang
depends = boost
depends = util-linux
+ depends = openssl
provides = budgetwarrior
conflicts = budgetwarrior
- source = budgetwarrior::git+https://github.com/wichtounet/budgetwarrior#branch=develop
+ source = budgetwarrior::git+https://github.com/wichtounet/budgetwarrior#branch=master
md5sums = SKIP
pkgname = budgetwarrior-git
diff --git a/ChangeLog b/ChangeLog
index 4ea439de62ac..06bcef2c0d80 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2018-01-30 Fabien Dubosson <fabien.dubosson@gmail.com>
+
+ * 1.0.r1.gcf1b0dd:
+ Update build system for version 1.0
+
2016-11-13 Fabien Dubosson <fabien.dubosson@gmail.com>
* 0.4.1.2.r49.g58620fa:
diff --git a/PKGBUILD b/PKGBUILD
index 95f20ede8fc5..15482e7e3c09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
pkgname="budgetwarrior-git"
_pkgname="budgetwarrior"
-pkgver=0.4.1.2.r49.g58620fa
+pkgver=1.0.r1.gcf1b0dd
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=('git' 'cmake' 'clang')
-depends=('boost' 'util-linux')
+depends=('boost' 'util-linux' 'openssl')
provides=("${_pkgname}")
conflicts=("${_pkgname}")
changelog="ChangeLog"
-source=("${_pkgname}::git+https://github.com/wichtounet/${_pkgname}#branch=develop")
+source=("${_pkgname}::git+https://github.com/wichtounet/${_pkgname}#branch=master")
md5sums=('SKIP')
pkgver() {