summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 39a9afb9d843..a96397c89dc3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = materia-custom-accent-git
pkgdesc = Easy installer for the materia theme with a custom accent color, gdm and qt5 support (edit PKGBUILD)
- pkgver = r1607.68baf805
+ pkgver = r1609.79b71a42
pkgrel = 1
url = https://github.com/nana-4/materia-theme
arch = any
@@ -13,6 +13,8 @@ pkgbase = materia-custom-accent-git
depends = gnome-themes-extra
optdepends = resvg: faster compilation
optdepends = kvantum-qt5: qt5 theme support
+ provides = materia-custom-accent
+ conflicts = materia-custom-accent
conflicts = materia-theme
conflicts = kvantum-theme-materia
source = materia-theme::git+https://github.com/nana-4/materia-theme.git
diff --git a/PKGBUILD b/PKGBUILD
index 8a8fc53fd6a4..0372b00ee3ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Easy installer for the materia theme with a custom accent color, gdm an
arch=('any')
url="https://github.com/nana-4/materia-theme"
_url_qt="https://github.com/PapirusDevelopmentTeam/materia-kde"
-pkgver=r1607.68baf805
+pkgver=r1609.79b71a42
pkgrel=1
license=('GPL')
makedepends=(sassc inkscape git)
@@ -17,9 +17,8 @@ optdepends=(
'resvg: faster compilation'
'kvantum-qt5: qt5 theme support'
)
-provides=()
-conflicts=('materia-theme' 'kvantum-theme-materia')
-replaces=()
+provides=('materia-custom-accent')
+conflicts=('materia-custom-accent' 'materia-theme' 'kvantum-theme-materia')
source=(${_pkgname}::git+$url.git
${_pkgname}-qt::git+$_url_qt.git
99-gdm-use-materia-theme.hook)