summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 605bd5a63728..f5382ab90682 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgname=gpower2
pkgname="${_pkgname}-git"
pkgver=r13.10ae693
-pkgrel=2
+pkgrel=3
pkgdesc="A simple power dialog written in zig using gtk4"
url="https://mzte.de/git/LordMZTE/gpower2"
license=('GPL-3')
@@ -24,7 +24,8 @@ pkgver() {
}
prepare() {
- git submodule init
+ cd "${_pkgname}"
+ git submodule update --init
}
build() {