summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzerophase2016-01-07 12:08:21 -0600
committerzerophase2016-01-07 12:08:21 -0600
commit90508e2df87959bc3e7099ba354e69f1f0003309 (patch)
treeb1062024733a74d73ae2fd24e27a966ccefdea55
parenta03f5d1e4dee8276f79d9738ae5f4acc7536e001 (diff)
downloadaur-90508e2df87959bc3e7099ba354e69f1f0003309.tar.gz
Fix for openbox
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f3d85434adca..530e13ed8a55 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Jan 7 17:53:34 UTC 2016
+# Thu Jan 7 18:08:06 UTC 2016
pkgbase = gtk-theme-windows10
pkgdesc = GTK 3.x Theme made to emulate a Windows 10 environment on Linux machines.
pkgver = 0.8.4
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/Elbullazul/Windows-10
changelog = gtk-theme-windows10.changelog
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index a26569efcdd8..404ce3e23ffe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=gtk-theme-windows10
pkgver=0.8.4
-pkgrel=3
+pkgrel=4
pkgdesc="GTK 3.x Theme made to emulate a Windows 10 environment on Linux machines."
arch=('any')
url="https://github.com/Elbullazul/Windows-10"
@@ -25,7 +25,7 @@ package() {
find . -type f -exec \
install -D -m 644 '{}' "$pkgdir/usr/share/themes/Windows10/{}" \;
- if [echo $(pacman -Q openbox | sed 's/ .*//') == "openbox"]; then
+ if [ $(pacman -Q openbox | sed 's/ .*//') == "openbox" ]; then
install -d -m 644 'tint2rc' "$pkgdir/~/.config/tint2";
fi
}