summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabien Dubosson2016-11-13 15:32:09 +0100
committerFabien Dubosson2016-11-13 15:32:09 +0100
commit0cb7626e4d0fbf1bb5c33c668a94f909e2a9aed3 (patch)
treef8f55f4a604755f2826bb89028c0a6413ad71a58
parent4e018080424fc7fcdf92aab6f2126e73c7c2a4d9 (diff)
downloadaur-0cb7626e4d0fbf1bb5c33c668a94f909e2a9aed3.tar.gz
Update build system
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore8
-rw-r--r--ChangeLog5
-rw-r--r--PKGBUILD4
4 files changed, 19 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7fa3cc709172..9088965641e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Sun Nov 13 14:29:14 UTC 2016
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.1.r5.g13de1b0
+ pkgver = 0.4.1.2.r49.g58620fa
pkgrel = 1
url = https://github.com/wichtounet/budgetwarrior
changelog = ChangeLog
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..1e6c93286c06
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,8 @@
+# Downloaded and generated files
+*.log
+*.tar
+*.tar.xz
+*.tar.gz
+
+# All sub-folders
+*/
diff --git a/ChangeLog b/ChangeLog
index 7a642e1e56cc..4ea439de62ac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-11-13 Fabien Dubosson <fabien.dubosson@gmail.com>
+
+ * 0.4.1.2.r49.g58620fa:
+ Update build system
+
2014-09-24 Fabien Dubosson <fabien.dubosson@gmail.com>
* 0.4.1.1.r5.g13de1b0-1:
diff --git a/PKGBUILD b/PKGBUILD
index c46af319c538..95f20ede8fc5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname="budgetwarrior-git"
_pkgname="budgetwarrior"
-pkgver=0.4.1.1.r5.g13de1b0
+pkgver=0.4.1.2.r49.g58620fa
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"
@@ -24,6 +24,8 @@ pkgver() {
prepare() {
cd "${srcdir}/${_pkgname}/"
+ git submodule init
+ git submodule update
}
build() {