diff options
author | jzbor | 2021-10-14 01:45:53 +0200 |
---|---|---|
committer | jzbor | 2021-10-14 01:45:53 +0200 |
commit | fbdb53212c09ce01079a8fc1de8749aadddd644a (patch) | |
tree | ab218eb0da36c43e4171cdb7e792a21ba4759ec1 | |
parent | 9e3c7f198dfe676a618326d77633f280bf81e6ad (diff) | |
download | aur-fbdb53212c09ce01079a8fc1de8749aadddd644a.tar.gz |
Fixing git submodule
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 2 deletions
@@ -1,6 +1,6 @@ pkgbase = moonwm-git pkgdesc = My own outstandingly named Window Manager (a dynamic window manager) - pkgver = 6.2.r2133.aca090e + pkgver = 6.2.r2281.75f86b4 pkgrel = 1 url = https://github.com/jzbor/moonwm arch = x86_64 @@ -1,6 +1,6 @@ # Maintainer: jzbor <zborof at posteo dot de> pkgname=moonwm-git -pkgver=6.2.r2133.aca090e +pkgver=6.2.r2281.75f86b4 pkgrel=1 pkgdesc="My own outstandingly named Window Manager (a dynamic window manager)" arch=(x86_64 i686) @@ -35,6 +35,8 @@ pkgver() { build() { cd "${pkgname%-git}" + git submodule init + git submodule update make X11INC=/usr/include/X11 X11LIB=/usr/lib/X11 FREETYPEINC=/usr/include/freetype2 } |