summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0d61963e0dc..b8d62523747b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = zuki-themes-git
pkgdesc = A selection of themes for GTK3, gnome-shell and more.
- pkgver = r256.5cc9f1c
- pkgrel = 3
+ pkgver = r316.460cabb
+ pkgrel = 1
url = https://github.com/lassekongo83/zuki-themes
arch = any
license = GPL3
@@ -13,7 +13,9 @@ pkgbase = zuki-themes-git
depends = gtk-engines
optdepends = gnome-themes-standard: Required for the GTK3 theme
optdepends = ttf-droid: Font family for the Gnome Shell theme
+ provides = zuki-themes
conflicts = zukitwo-themes
+ conflicts = zuki-themes
source = zuki-themes-git::git+https://github.com/lassekongo83/zuki-themes
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 844deddcccda..9ce078c12666 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,16 @@
# Contributor: martinjlowm <martin {at} martinjlowm {dot} dk>
pkgname=zuki-themes-git
-pkgver=r256.5cc9f1c
-pkgrel=3
+pkgver=r316.460cabb
+pkgrel=1
pkgdesc="A selection of themes for GTK3, gnome-shell and more."
arch=(any)
url=https://github.com/lassekongo83/zuki-themes
license=(GPL3)
depends=(gtk-engine-murrine gtk-engines)
makedepends=(git meson ninja sassc)
-conflicts=(zukitwo-themes)
+conflicts=(zukitwo-themes zuki-themes)
+provides=(zuki-themes)
optdepends=('gnome-themes-standard: Required for the GTK3 theme'
'ttf-droid: Font family for the Gnome Shell theme')