summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGitHub Actions2025-03-07 02:02:03 +0000
committerGitHub Actions2025-03-07 02:02:03 +0000
commite4079a128eae054f1d4b3e00c84502ec4d4676d0 (patch)
treeb4545033be3470aca7a35695d32451120e195c01
parente63ad4efd364435f041e44a28b83e5c685088509 (diff)
downloadaur-e4079a128eae054f1d4b3e00c84502ec4d4676d0.tar.gz
Update AUR package
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f38e0f06b42e..168b55921922 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 987a3240bd0c..6f2becf94944 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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"
}