summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjzbor2021-10-14 01:45:53 +0200
committerjzbor2021-10-14 01:45:53 +0200
commitfbdb53212c09ce01079a8fc1de8749aadddd644a (patch)
treeab218eb0da36c43e4171cdb7e792a21ba4759ec1
parent9e3c7f198dfe676a618326d77633f280bf81e6ad (diff)
downloadaur-fbdb53212c09ce01079a8fc1de8749aadddd644a.tar.gz
Fixing git submodule
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f865105f599..6a76f70560f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index bae0c6824259..47b06a24f95d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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
}