summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEntexSoft2023-01-12 21:22:27 +0100
committerEntexSoft2023-01-12 21:22:27 +0100
commite7ca08b25a141a6684464287a3c3c9442ee00330 (patch)
tree3e3fcf5ef42c2454e3ba461574e8fd36b01c22ad
parent591d44edc12084d3a8e8537ff8b4de83fd2d90e9 (diff)
downloadaur-e7ca08b25a141a6684464287a3c3c9442ee00330.tar.gz
0.1.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 70e295f157bf..893d89097787 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xts-dark-theme
pkgdesc = Dark theme for xfce4-theme switcher.
pkgver = 0.1
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/linux-stuffs/xts-themes
arch = any
groups = xfce4-goodies
@@ -12,11 +12,11 @@ pkgbase = xts-dark-theme
depends = gtk-engines
depends = plank
depends = conky
+ depends = rofi
provides = xts-dark-theme
conflicts = xts-dark-theme
options = !strip
- source = https://gitlab.com/linux-stuffs/xts-themes/raw/master/xts-dark-theme/distrib/xts-dark-theme-0.1-1.tar.gz
+ source = https://gitlab.com/linux-stuffs/xts-themes/raw/master/xts-dark-theme/distrib/xts-dark-theme-0.1-2.tar.gz
sha256sums = SKIP
pkgname = xts-dark-theme
-
diff --git a/PKGBUILD b/PKGBUILD
index c73c96b30c84..30342464802a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Pavel Sibal <entexsoft@gmail.com>
pkgname=xts-dark-theme
pkgver=0.1
-pkgrel=1
+pkgrel=2
pkgdesc="Dark theme for xfce4-theme switcher."
arch=('any')
url="https://gitlab.com/linux-stuffs/xts-themes"
@@ -10,10 +10,10 @@ groups=('xfce4-goodies')
provides=("${pkgname}")
conflicts=("${pkgname}")
-depends=('xfce4-theme-switcher' 'xfce4-whiskermenu-plugin' 'arc-gtk-theme' 'gtk-engines' 'plank' 'conky')
+depends=('xfce4-theme-switcher' 'xfce4-whiskermenu-plugin' 'arc-gtk-theme' 'gtk-engines' 'plank' 'conky' 'rofi')
options=('!strip')
-source=('https://gitlab.com/linux-stuffs/xts-themes/raw/master/xts-dark-theme/distrib/xts-dark-theme-0.1-1.tar.gz')
+source=('https://gitlab.com/linux-stuffs/xts-themes/raw/master/xts-dark-theme/distrib/xts-dark-theme-0.1-2.tar.gz')
sha256sums=('SKIP')
package() {