This commit is contained in:
Daniel Langbein 2021-05-24 23:11:04 +02:00
parent 5f280a1a59
commit a17c379698
3 changed files with 6 additions and 3 deletions

View File

@ -3,7 +3,7 @@ _pkgname=repo
_reponame=arch _reponame=arch
pkgname="de-p1st-$_pkgname" pkgname="de-p1st-$_pkgname"
pkgver=0.2.9 pkgver=0.2.9
pkgrel=1 pkgrel=2
pkgdesc="Bash script to manage remote Arch Linux repository" pkgdesc="Bash script to manage remote Arch Linux repository"
arch=('any') arch=('any')
url="https://codeberg.org/privacy1st/${_reponame}" url="https://codeberg.org/privacy1st/${_reponame}"

View File

@ -31,7 +31,7 @@ function main(){
if [ "${#VCS_PKGS[@]}" -gt "0" ]; then if [ "${#VCS_PKGS[@]}" -gt "0" ]; then
echo "" echo ""
echo "Note: Some VCS packages were found which are possibly outdated:" echo "Note: Some VCS packages were found which are possibly outdated:"
printf "VCS_PKG=(%s)\n" "${VCS_PKGS[*]}" printf "VCS_PKGS=(%s)\n" "${VCS_PKGS[*]}"
fi fi
} }

View File

@ -1 +1,4 @@
desktop-icons on primary display is set to "true" desktop-icons on primary display is set to "true"
2 workspaces (instead of 4)
"screenshot" launcher works
lower (2nd) panel removed