summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--ChangeLog5
-rw-r--r--PKGBUILD2
3 files changed, 9 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d65984316494..d06986564cc8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Feb 1 09:22:41 UTC 2018
+# Tue Apr 3 10:36:56 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
+ pkgver = 1.0.1
pkgrel = 2
url = https://github.com/wichtounet/budgetwarrior
changelog = ChangeLog
@@ -12,7 +12,7 @@ pkgbase = budgetwarrior
makedepends = clang
depends = util-linux
depends = openssl
- source = git://github.com/wichtounet/budgetwarrior.git#tag=1.0
+ source = git://github.com/wichtounet/budgetwarrior.git#tag=1.0.1
md5sums = SKIP
pkgname = budgetwarrior
diff --git a/ChangeLog b/ChangeLog
index e6f0a260a450..a0cf77b1c9e3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2018-04-03 Fabien Dubosson <fabien.dubosson@gmail.com>
+
+ * 1.0.1-1:
+ New upstream release
+
2018-02-01 Fabien Dubosson <fabien.dubosson@gmail.com>
* 1.0-2:
diff --git a/PKGBUILD b/PKGBUILD
index a122c029776e..64ffdbf43625 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Fabien Dubosson <fabien.dubosson@gmail.com>
pkgname="budgetwarrior"
-pkgver="1.0"
+pkgver="1.0.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"