diff options
author | GitHub Actions | 2025-03-07 02:02:03 +0000 |
---|---|---|
committer | GitHub Actions | 2025-03-07 02:02:03 +0000 |
commit | e4079a128eae054f1d4b3e00c84502ec4d4676d0 (patch) | |
tree | b4545033be3470aca7a35695d32451120e195c01 | |
parent | e63ad4efd364435f041e44a28b83e5c685088509 (diff) | |
download | aur-e4079a128eae054f1d4b3e00c84502ec4d4676d0.tar.gz |
Update AUR package
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 3 |
2 files changed, 3 insertions, 2 deletions
@@ -1,7 +1,7 @@ pkgbase = millennium pkgdesc = Millennium is an open-source low-code modding framework to create, manage and use themes/plugins for the desktop Steam Client without any low-level internal interaction or overhead. pkgver = v2.17.2 - pkgrel = 4 + pkgrel = 5 url = https://github.com/shdwmtr/millennium arch = x86_64 license = MIT @@ -1,6 +1,6 @@ pkgver=v2.17.2 pkgname=millennium -pkgrel=4 +pkgrel=5 pkgdesc="Millennium is an open-source low-code modding framework to create, manage and use themes/plugins for the desktop Steam Client without any low-level internal interaction or overhead." arch=('x86_64') url="https://github.com/shdwmtr/millennium" @@ -73,5 +73,6 @@ package() { echo -e "\e[1m\e[92m==>\e[0m \e[1mCreating virtual environment...\e[0m" /opt/python-i686-3.11.8/bin/python3.11 -m venv "$pkgdir$HOME/.local/share/millennium/lib/cache/" --system-site-packages --symlinks + sudo chown -R $USER:$USER $pkgdir$HOME/.local/share/millennium install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" } |