summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoractionless2019-04-06 23:56:42 +0200
committeractionless2019-04-06 23:56:42 +0200
commitcf78cd2b9e19e1fe4e7216421f12b7885ba039ac (patch)
tree43b4f9436db0b61aeafcb5e5b27dc708792765dd /PKGBUILD
parentba7bca3788b75f4168dee8c4cb8bed312fe4bef0 (diff)
downloadaur-cf78cd2b9e19e1fe4e7216421f12b7885ba039ac.tar.gz
update to 1.12.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 46fe92ff2096..257b3906bc86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Upstream URL: https://github.com/themix-project/oomox
pkgname=oomox-git
-pkgver=1.12.1
+pkgver=1.12.2
pkgrel=1
pkgdesc="Themix: GUI for generating different color variations
of Arc, Materia, Oomox themes
@@ -94,7 +94,7 @@ prepare(){
cd "${srcdir}/oomox"
# remove submodule if building package update without flushing the dir:
- git submodule deinit --all || true
+ git submodule deinit --all --force || true
git config --get-regexp submodule \
| cut -d' ' -f1 \
| xargs --no-run-if-empty -n1 git config --unset \