summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Sibal2020-11-19 10:04:44 +0100
committerPavel Sibal2020-11-19 10:04:44 +0100
commit160e0c61f4715c5dfc667533e8ece60ec3f60d1b (patch)
tree2753a8b598e4ec4be97f33280143ac84ed82e702
parent497e7c55b63b2e448e1ea4035d33fc94de831be7 (diff)
downloadaur-160e0c61f4715c5dfc667533e8ece60ec3f60d1b.tar.gz
third commit
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2fd6b915aa85..503e48e46c42 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xfce4-theme-switcher
pkgdesc = Utility for fast switch betwen Xfce4 themes.
pkgver = 0.1
- pkgrel = 2
+ pkgrel = 3
url = https://gitlab.com/linux-stuffs/xfce4-theme-switcher
arch = any
groups = xfce4-goodies
@@ -17,11 +17,12 @@ pkgbase = xfce4-theme-switcher
depends = plank
depends = xfce4-panel
depends = gtk3
+ depends = python-gobject>=3.38
provides = xfce4-theme-switcher
conflicts = xfce4-theme-switcher
options = !strip
options = !emptydirs
- source = https://gitlab.com/linux-stuffs/xfce4-theme-switcher/raw/master/distrib/xfce4-theme-switcher-0.1-2.tar.gz
+ source = https://gitlab.com/linux-stuffs/xfce4-theme-switcher/raw/master/distrib/xfce4-theme-switcher-0.1-3.tar.gz
sha256sums = SKIP
pkgname = xfce4-theme-switcher
diff --git a/PKGBUILD b/PKGBUILD
index 2e76533f55d8..de65169c44de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Pavel Sibal <entexsoft@gmail.com>
pkgname=xfce4-theme-switcher
pkgver=0.1
-pkgrel=2
+pkgrel=3
pkgdesc="simple application for working with the xfce4 desktop themes."
arch=('any')
url="https://gitlab.com/linux-stuffs/xfce4-theme-switcher"
@@ -11,10 +11,10 @@ groups=('xfce4-goodies' 'xfce4-goodies-devel')
provides=("${pkgname}")
conflicts=("${pkgname}")
-depends=('bash' 'xfce4-whiskermenu-plugin' 'coreutils' 'grep' 'sed' 'python3' 'conky' 'plank' 'xfce4-panel' 'gtk3')
+depends=('bash' 'xfce4-whiskermenu-plugin' 'coreutils' 'grep' 'sed' 'python3' 'conky' 'plank' 'xfce4-panel' 'gtk3' 'python-gobject>=3.38')
options=('!strip' '!emptydirs')
-source=('https://gitlab.com/linux-stuffs/xfce4-theme-switcher/raw/master/distrib/xfce4-theme-switcher-0.1-2.tar.gz')
+source=('https://gitlab.com/linux-stuffs/xfce4-theme-switcher/raw/master/distrib/xfce4-theme-switcher-0.1-3.tar.gz')
sha256sums=('SKIP')
package() {