summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2018-09-22 06:48:21 +0200
committeractionless2018-09-22 06:48:21 +0200
commit6a8d49bcbda6f2de21cefbc33a26424e5cb27967 (patch)
tree76c4236e9467f5edbf4ffe9142fafee92077fc9b
parent1f83c9a6384c1ab8ae58f86e95c82f2e64f7f5bd (diff)
downloadaur-6a8d49bcbda6f2de21cefbc33a26424e5cb27967.tar.gz
switch to upstream repos for materia and arc themes
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ffce03e3b540..0e9420362e8c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = oomox-git
pkgdesc = Graphical application for generating different color variations of Oomox(Numix-based), Materia (ex-Flat-Plat) and Arc themes (GTK2, GTK3, Cinnamon, GNOME, Openbox, Xfwm), gnome-colors and ArchDroid icon themes. Have a hack for HiDPI in gtk2.
pkgver = 1.7.0.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/themix-project/oomox
arch = x86_64
arch = i686
@@ -32,8 +32,8 @@ 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/actionless/materia-theme.git#branch=apply-roundness
- source = git+https://github.com/actionless/arc-theme.git#branch=oomox
+ source = git+https://github.com/nana-4/materia-theme.git#branch=master
+ source = git+https://github.com/NicoHood/arc-theme.git#branch=master
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 c12fb04eefbb..9fd1735fe18f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=oomox-git
pkgver=1.7.0.2
-pkgrel=1
+pkgrel=2
pkgdesc="Graphical application for generating different color variations
of Oomox(Numix-based), Materia (ex-Flat-Plat) and Arc themes
(GTK2, GTK3, Cinnamon, GNOME, Openbox, Xfwm),
@@ -12,12 +12,13 @@ Have a hack for HiDPI in gtk2."
arch=('x86_64' 'i686')
url="https://github.com/themix-project/oomox"
license=('GPL3')
- #"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/actionless/arc-theme.git#branch=oomox"
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/actionless/materia-theme.git#branch=apply-roundness"
- "git+https://github.com/actionless/arc-theme.git#branch=oomox"
+ "git+https://github.com/nana-4/materia-theme.git#branch=master"
+ "git+https://github.com/NicoHood/arc-theme.git#branch=master"
"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"