summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabian Bornschein2023-12-22 13:58:05 +0100
committerFabian Bornschein2023-12-22 13:58:05 +0100
commit572378b563d8717eb38b215307471ff0f502e69b (patch)
tree97c46012246562f601de749bcd4a348597370763
parent1fa118882993de7d7bce4ede1108f3ffb7bb2563 (diff)
downloadaur-572378b563d8717eb38b215307471ff0f502e69b.tar.gz
upgpkg: 5.0.3-0.1
* update to 5.0.3 * add a hint to restart gnome-shell on extension upgrade/installation * update the website to the homepage instead of the git repo
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD9
-rw-r--r--gnome-shell-extension-asusctl-gnome.install9
3 files changed, 20 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 462e19b47c31..3c5d9eff4ade 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = asusctl
pkgdesc = A control daemon, tools, and a collection of crates for interacting with ASUS ROG laptops
- pkgver = 5.0.2
+ pkgver = 5.0.3
pkgrel = 0.1
- url = https://gitlab.com/asus-linux/asusctl
+ url = https://asus-linux.org
arch = x86_64
license = MPL-2.0
makedepends = clang
@@ -18,7 +18,7 @@ pkgbase = asusctl
makedepends = npm
makedepends = unzip
makedepends = yarn
- source = git+https://gitlab.com/asus-linux/asusctl.git#commit=e90375828db4c36e3fce634a01c8582d16474031
+ source = git+https://gitlab.com/asus-linux/asusctl.git#commit=1e5443e206e5a276b551f4025a415003bf7100aa
sha256sums = SKIP
pkgname = asusctl
@@ -36,7 +36,7 @@ pkgname = asusctl
pkgname = rog-control-center
pkgdesc = App to control asusctl
- depends = asusctl=5.0.2
+ depends = asusctl=5.0.3
depends = fontconfig
depends = glib2
depends = gtk3
@@ -45,7 +45,8 @@ pkgname = rog-control-center
pkgname = gnome-shell-extension-asusctl-gnome
pkgdesc = A gnome extension exposing some of the base features of asusd in a helpful and easy to use way
+ install = gnome-shell-extension-asusctl-gnome.install
arch = any
- depends = asusctl=5.0.2
+ depends = asusctl=5.0.3
depends = dconf
depends = gnome-shell
diff --git a/PKGBUILD b/PKGBUILD
index 568b4958f53a..584f3b18ac98 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,11 +7,11 @@ pkgname=(
rog-control-center
gnome-shell-extension-asusctl-gnome
)
-pkgver=5.0.2
+pkgver=5.0.3
pkgrel=0.1
pkgdesc="A control daemon, tools, and a collection of crates for interacting with ASUS ROG laptops"
arch=('x86_64')
-url="https://gitlab.com/asus-linux/asusctl"
+url="https://asus-linux.org"
license=('MPL-2.0')
makedepends=(
"clang"
@@ -30,8 +30,8 @@ makedepends=(
"unzip"
"yarn"
)
-_commit=e90375828db4c36e3fce634a01c8582d16474031 # tags/5.0.2^0
-source=("git+${url}.git#commit=$_commit")
+_commit=1e5443e206e5a276b551f4025a415003bf7100aa # tags/5.0.3^0
+source=("git+https://gitlab.com/asus-linux/asusctl.git#commit=$_commit")
sha256sums=('SKIP')
pkgver() {
@@ -116,6 +116,7 @@ package_gnome-shell-extension-asusctl-gnome() {
"dconf"
"gnome-shell"
)
+ install=gnome-shell-extension-asusctl-gnome.install
arch=('any')
pkgdesc="A gnome extension exposing some of the base features of asusd in a helpful and easy to use way"
diff --git a/gnome-shell-extension-asusctl-gnome.install b/gnome-shell-extension-asusctl-gnome.install
new file mode 100644
index 000000000000..92efa8a39214
--- /dev/null
+++ b/gnome-shell-extension-asusctl-gnome.install
@@ -0,0 +1,9 @@
+post_install() {
+ printf ":: gnome-shell-extension-asusctl-gnome requires a gnome-shell restart to make it work.\n"
+}
+
+post_upgrade() {
+ post_install
+}
+
+