summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2018-07-30 17:28:44 +0200
committeractionless2018-07-30 17:28:44 +0200
commit629af834b0bfabd65ec043f2de7aa3406255ce60 (patch)
treee5f0f80aef5b47dced76e7097a5ea14d7c53db08
parente747af9703e67773481712103f384882b264f452 (diff)
downloadaur-629af834b0bfabd65ec043f2de7aa3406255ce60.tar.gz
update to 1.6.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 47773629aae5..9a07ba00ba8a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = oomox-git
pkgdesc = Graphical application for generating different color variations of Numix and Materia (ex-Flat-Plat) themes (GTK2, GTK3), gnome-colors and ArchDroid icon themes. Have a hack for HiDPI in gtk2.
- pkgver = 1.6.1
+ pkgver = 1.6.2
pkgrel = 1
url = https://github.com/themix-project/oomox
arch = x86_64
arch = i686
- license = GPLv3
+ license = GPL3
makedepends = git
depends = gtk3
depends = python-gobject
@@ -32,7 +32,7 @@ pkgbase = oomox-git
options = !strip
source = git+https://github.com/themix-project/oomox.git#branch=master
source = git+https://github.com/themix-project/oomox-gtk-theme.git#branch=master
- source = git+https://github.com/nana-4/materia-theme.git#branch=master
+ source = git+https://github.com/actionless/materia-theme.git#branch=apply-roundness
source = git+https://github.com/themix-project/archdroid-icon-theme.git#branch=master
source = git+https://github.com/themix-project/gnome-colors-icon-theme.git#branch=master
source = git+https://github.com/themix-project/oomoxify.git#branch=master
diff --git a/PKGBUILD b/PKGBUILD
index ffa1b5b6076b..e2ec3313636e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Upstream URL: https://github.com/themix-project/oomox
pkgname=oomox-git
-pkgver=1.6.1+3+g61aeec81
+pkgver=1.6.2
pkgrel=1
pkgdesc="Graphical application for generating different color variations
of Numix and Materia (ex-Flat-Plat) themes (GTK2, GTK3),
@@ -10,11 +10,12 @@ gnome-colors and ArchDroid icon themes.
Have a hack for HiDPI in gtk2."
arch=('x86_64' 'i686')
url="https://github.com/themix-project/oomox"
-license=('GPLv3')
+license=('GPL3')
+ #"git+https://github.com/nana-4/materia-theme.git#branch=master"
source=(
"git+https://github.com/themix-project/oomox.git#branch=master"
"git+https://github.com/themix-project/oomox-gtk-theme.git#branch=master"
- "git+https://github.com/nana-4/materia-theme.git#branch=master"
+ "git+https://github.com/actionless/materia-theme.git#branch=apply-roundness"
"git+https://github.com/themix-project/archdroid-icon-theme.git#branch=master"
"git+https://github.com/themix-project/gnome-colors-icon-theme.git#branch=master"
"git+https://github.com/themix-project/oomoxify.git#branch=master"