summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Neumann2017-09-17 14:15:05 +0200
committerJan Neumann2017-09-17 14:15:05 +0200
commitcd6dc9749a50b415b89ec60f53e0651d0974b45d (patch)
treebf277613e10793d28405ac8046ff493134718963
parent5b35d94cdd29fe433d842765962ee451c419725b (diff)
downloadaur-cd6dc9749a50b415b89ec60f53e0651d0974b45d.tar.gz
update
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 81d775918681..f1b5b7e0f160 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = adapta-kde-git
pkgdesc = Complete Adapta theme pack for KDE Plasma using Kvantum theme engine (git version)
pkgver = 20170917
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/PapirusDevelopmentTeam/adapta-kde
arch = any
license = GPL3
@@ -10,9 +10,10 @@ pkgbase = adapta-kde-git
depends = kwin
depends = plasma-desktop
depends = kvantum-qt5-git
- optdepends = papirus-icon-theme-git: Papirus icon theme with Adapta color set
+ depends = papirus-icon-theme-git
optdepends = konsole: For the Konsole color scheme
optdepends = yakuake: For the Yakuake skin
+ optdepends = adapta-gtk-theme: Matching GTK theme
conflicts = adapta-aurorae-theme-git
source = git+https://github.com/PapirusDevelopmentTeam/adapta-kde.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 8f19d273aab6..707e82e51a83 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,13 @@
pkgname=adapta-kde-git
gitname=adapta-kde
pkgver=20170917
-pkgrel=2
+pkgrel=3
pkgdesc="Complete Adapta theme pack for KDE Plasma using Kvantum theme engine (git version)"
arch=('any')
url="https://github.com/PapirusDevelopmentTeam/adapta-kde"
license=('GPL3')
-depends=('kwin' 'plasma-desktop' 'kvantum-qt5-git')
-optdepends=('papirus-icon-theme-git: Papirus icon theme with Adapta color set'
- 'konsole: For the Konsole color scheme'
+depends=('kwin' 'plasma-desktop' 'kvantum-qt5-git' 'papirus-icon-theme-git')
+optdepends=('konsole: For the Konsole color scheme'
'yakuake: For the Yakuake skin'
'adapta-gtk-theme: Matching GTK theme')
makedepends=('git' 'make')