summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoractionless2018-09-25 21:01:35 +0200
committeractionless2018-09-25 21:01:35 +0200
commita959495980fd02566ad7dc66d228ee0b25758ff1 (patch)
tree9e34c978c57bb25c8eb6841717b8c9b818da8d74 /PKGBUILD
parent3d6a3191de7a8a95e2d4c68ec4ad568b7549a6e7 (diff)
downloadaur-a959495980fd02566ad7dc66d228ee0b25758ff1.tar.gz
fix materia filename - 2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9795c90991df..4ac03ee53fdf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ _base16_cmt=d022b9daa5c233a08a8d3b94fd534a3041e3a8c1
pkgname=oomox
pkgver=${_oomox_ver}
-pkgrel=6
+pkgrel=7
pkgdesc='Graphical application for generating different color variations of Numix/Materia/Arc theme (GTK2, GTK3), gnome-colors and ArchDroid icon themes.
Have a hack for HiDPI in gtk2.'
arch=('i686' 'x86_64')
@@ -71,7 +71,7 @@ md5sums=('8e50aeb8b1826f1e3713938a1f08ae55'
prepare() {
cd ${srcdir}
cp -pr "${pkgname}-gtk-theme-${_numix_ver}"/* "${pkgname}-${_oomox_ver}/plugins/theme_oomox/gtk-theme"
- cp -pr "materia-theme-v${_materia_ver}"/* "${pkgname}-${_oomox_ver}/plugins/theme_materia/materia-theme"
+ cp -pr "materia-theme-${_materia_ver}"/* "${pkgname}-${_oomox_ver}/plugins/theme_materia/materia-theme"
cp -pr "arc-theme-${_arc_cmt}"/* "${pkgname}-${_oomox_ver}/plugins/theme_arc/arc-theme"
cp -pr "archdroid-icon-theme-${_archdroid_ver}"/* "${pkgname}-${_oomox_ver}/plugins/icons_archdroid/archdroid-icon-theme"
cp -pr "gnome-colors-icon-theme-${_gnome_colors_ver}"/* "${pkgname}-${_oomox_ver}/plugins/icons_gnomecolors/gnome-colors-icon-theme"