Probably should version bump it
This commit is contained in:
parent
e9ed7b3e11
commit
261f125761
2
PKGBUILD
2
PKGBUILD
|
@ -2,7 +2,7 @@
|
||||||
#Well, it seems to work now.
|
#Well, it seems to work now.
|
||||||
|
|
||||||
pkgname=clemmy
|
pkgname=clemmy
|
||||||
pkgver=0.1.3
|
pkgver=0.1.4
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='A pure bash client for lemmy, with multiaccount support.'
|
pkgdesc='A pure bash client for lemmy, with multiaccount support.'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
|
|
|
@ -12,7 +12,7 @@ while getopts "a:hi:v" o;do case "${o}" in
|
||||||
a) select_account $OPTARG;;
|
a) select_account $OPTARG;;
|
||||||
i) INSTANCE=$OPTARG;;
|
i) INSTANCE=$OPTARG;;
|
||||||
h) echo $actions; exit;;
|
h) echo $actions; exit;;
|
||||||
v) echo 0.1.3; exit;;
|
v) echo 0.1.4; exit;;
|
||||||
esac done
|
esac done
|
||||||
shift $((OPTIND-1))
|
shift $((OPTIND-1))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user