summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authormynacol2021-05-16 18:02:11 +0200
committermynacol2021-05-16 18:08:37 +0200
commitd401174a2ccebdf67d200706370b78098ead2a44 (patch)
tree342185fcaee56ed213022be1d5719e5af92de841 /.SRCINFO
parenteb06fe6e165ffa51f5cdc5318357d71c7f401a01 (diff)
downloadaur-d401174a2ccebdf67d200706370b78098ead2a44.tar.gz
Make script POSIX-compliant
This removes all bash-specific syntax, so any POSIX-compliant shell can be used. Also bumps the version to 0.2.
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO4
1 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d4764ac2de9..301d681247ab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = theme-switcher-git
pkgdesc = Switching between light and dark themes made easy
- pkgver = 0.1.2
+ pkgver = 0.2
pkgrel = 1
url = https://aur.archlinux.org/packages/theme-switcher-git/
arch = any
license = GPL
makedepends = coreutils
- depends = bash
+ depends = sh
depends = glib2
depends = sed
depends = jq