summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFabien Dubosson2016-11-13 15:32:09 +0100
committerFabien Dubosson2016-11-13 15:32:09 +0100
commit0cb7626e4d0fbf1bb5c33c668a94f909e2a9aed3 (patch)
treef8f55f4a604755f2826bb89028c0a6413ad71a58 /PKGBUILD
parent4e018080424fc7fcdf92aab6f2126e73c7c2a4d9 (diff)
downloadaur-0cb7626e4d0fbf1bb5c33c668a94f909e2a9aed3.tar.gz
Update build system
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
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() {