summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurentTreguier2017-10-18 20:09:28 +0200
committerLaurentTreguier2017-10-18 20:09:28 +0200
commitba310e773844d93acd5d0888c8216dec73b5c90d (patch)
tree6312d2fcd3d7df5669e62f91c88c0bb7d10fd3a6
parent0e011eb0a6ad27ad9aa75aed29865df2bf626e1e (diff)
downloadaur-ba310e773844d93acd5d0888c8216dec73b5c90d.tar.gz
Update Flat-Plat to materia
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c7e596a5c0ab..f5bc6f85a0c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Oct 1 13:52:58 UTC 2017
+# Wed Oct 18 18:09:03 UTC 2017
pkgbase = oomox
pkgdesc = Graphical application for generating different color variations of Numix theme (GTK2, GTK3), gnome-colors and ArchDroid icon themes. Have a hack for HiDPI in gtk2.
- pkgver = 1.4.1_1.2.8.1_20170917
+ pkgver = 1.4.1_1.2.8.1_20171005
pkgrel = 1
url = https://github.com/actionless/oomox
arch = i686
@@ -31,7 +31,7 @@ pkgbase = oomox
conflicts = oomox-git
source = oomox-1.4.1.tar.gz::https://github.com/actionless/oomox/archive/1.4.1.tar.gz
source = oomox-gtk-theme-1.2.8.1.tar.gz::https://github.com/actionless/oomox-gtk-theme/archive/1.2.8.1.tar.gz
- source = flat-plat-theme-20170917.tar.gz::https://github.com/nana-4/Flat-Plat/archive/v20170917.tar.gz
+ source = materia-theme-20171005.tar.gz::https://github.com/nana-4/materia-theme/archive/v20171005.tar.gz
source = oomox-cli
source = oomox-gui
source = oomox-gnome-colors-icons-cli
@@ -40,7 +40,7 @@ pkgbase = oomox
source = oomox.desktop
md5sums = d07882ad2a4119c8f1b2a5f4acccc8ee
md5sums = 983b4dfa91d0f0bc87afa82d28090c18
- md5sums = 6dfc7197161e37e363f9356d353a81d8
+ md5sums = a557047ab75824fae30f8c4d10bd30cf
md5sums = efc83d981e1fcfb41c6d439f1013efbd
md5sums = 0d156463416bbc2260c073c15b7f2a70
md5sums = 57cfcc4141ce6e346da7ab8bab411b14
diff --git a/PKGBUILD b/PKGBUILD
index 2e571baff6cf..461339622a53 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
_oomox_ver=1.4.1
_numix_ver=1.2.8.1
-_flatplat_ver=20170917
+_materia_ver=20171005
pkgname=oomox
-pkgver=${_oomox_ver}_${_numix_ver}_${_flatplat_ver}
+pkgver=${_oomox_ver}_${_numix_ver}_${_materia_ver}
pkgrel=1
pkgdesc='Graphical application for generating different color variations of Numix theme (GTK2, GTK3), gnome-colors and ArchDroid icon themes.
Have a hack for HiDPI in gtk2.'
@@ -40,7 +40,7 @@ conflicts=('oomox-git')
source=(
"oomox-${_oomox_ver}.tar.gz::https://github.com/actionless/oomox/archive/${_oomox_ver}.tar.gz"
"oomox-gtk-theme-${_numix_ver}.tar.gz::https://github.com/actionless/oomox-gtk-theme/archive/${_numix_ver}.tar.gz"
- "flat-plat-theme-${_flatplat_ver}.tar.gz::https://github.com/nana-4/Flat-Plat/archive/v${_flatplat_ver}.tar.gz"
+ "materia-theme-${_materia_ver}.tar.gz::https://github.com/nana-4/materia-theme/archive/v${_materia_ver}.tar.gz"
'oomox-cli'
'oomox-gui'
'oomox-gnome-colors-icons-cli'
@@ -50,7 +50,7 @@ source=(
)
md5sums=('d07882ad2a4119c8f1b2a5f4acccc8ee'
'983b4dfa91d0f0bc87afa82d28090c18'
- '6dfc7197161e37e363f9356d353a81d8'
+ 'a557047ab75824fae30f8c4d10bd30cf'
'efc83d981e1fcfb41c6d439f1013efbd'
'0d156463416bbc2260c073c15b7f2a70'
'57cfcc4141ce6e346da7ab8bab411b14'
@@ -60,7 +60,7 @@ md5sums=('d07882ad2a4119c8f1b2a5f4acccc8ee'
prepare() {
cp -pr "${srcdir}/${pkgname}-gtk-theme-${_numix_ver}"/* "${srcdir}/${pkgname}-${_oomox_ver}/gtk-theme"
- cp -pr "${srcdir}/Flat-Plat-${_flatplat_ver}"/* "${srcdir}/${pkgname}-${_oomox_ver}/flat-plat-theme"
+ cp -pr "${srcdir}/materia-theme-${_materia_ver}"/* "${srcdir}/${pkgname}-${_oomox_ver}/flat-plat-theme"
}
package() {