summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEntexSoft2022-11-14 13:42:42 +0100
committerEntexSoft2022-11-14 13:42:42 +0100
commitad24339c0af76559a6887bab12a6954291aa5188 (patch)
tree74645f3ab38c821b04ff4782b9bd235a26c631d7
parent2abec35fd5e8a83414644fe23764e9bb2e4cdcd2 (diff)
downloadaur-ad24339c0af76559a6887bab12a6954291aa5188.tar.gz
fifth commit
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eeb94d260164..283ec96f1a6c 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 = 4
+ pkgrel = 5
url = https://gitlab.com/linux-stuffs/xfce4-theme-switcher
arch = any
groups = xfce4-goodies
@@ -21,6 +21,7 @@ pkgbase = xfce4-theme-switcher
provides = xfce4-theme-switcher
conflicts = xfce4-theme-switcher
options = !strip
+ source = https://gitlab.com/linux-stuffs/xfce4-theme-switcher/raw/master/distrib/xfce4-theme-switcher-0.1-5.tar.gz
sha256sums = SKIP
pkgname = xfce4-theme-switcher
diff --git a/PKGBUILD b/PKGBUILD
index 490e7de8447f..05f78af39b1b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Pavel Sibal <entexsoft@gmail.com>
pkgname=xfce4-theme-switcher
pkgver=0.1
-pkgrel=4
+pkgrel=5
pkgdesc="Utility for fast switch betwen Xfce4 themes."
arch=('any')
@@ -14,7 +14,7 @@ conflicts=("${pkgname}")
depends=('bash' 'xfce4-whiskermenu-plugin' 'coreutils' 'grep' 'sed' 'python3' 'conky' 'plank' 'xfce4-panel' 'gtk3' 'python-gobject>=3.38')
options=('!strip')
-source=()
+source=('https://gitlab.com/linux-stuffs/xfce4-theme-switcher/raw/master/distrib/xfce4-theme-switcher-0.1-5.tar.gz')
sha256sums=('SKIP')
package() {