summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael2022-09-12 01:37:09 +0200
committerMichael2022-09-12 01:37:09 +0200
commit839e3859a87432c8e5887c12afbff29a926420a3 (patch)
tree6bc08f864469ab33325f3864782fe1abce32b777
parent3858ac8664bd036a882d356134e5b5813373237e (diff)
downloadaur-839e3859a87432c8e5887c12afbff29a926420a3.tar.gz
fix pre_upgrade(), bump pkgrel
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--egpu-switcher-git.install2
3 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f390f4c6a02f..44d622b1f6d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = egpu-switcher-git
pkgdesc = Distribution agnostic script that works with NVIDIA and AMD cards.
pkgver = v0.18.0.rc.5.r0.g04b64c8
- pkgrel = 1
+ pkgrel = 2
epoch = 0
url = https://github.com/hertg/egpu-switcher
install = egpu-switcher-git.install
diff --git a/PKGBUILD b/PKGBUILD
index 2743cde80cd1..5ce29d9946f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=egpu-switcher
pkgname=$_pkgname-git
pkgver=v0.18.0.rc.5.r0.g04b64c8
-pkgrel=1
+pkgrel=2
epoch=0
pkgdesc="Distribution agnostic script that works with NVIDIA and AMD cards."
arch=('any')
diff --git a/egpu-switcher-git.install b/egpu-switcher-git.install
index bcce57fd1307..32dfd81e9e3a 100644
--- a/egpu-switcher-git.install
+++ b/egpu-switcher-git.install
@@ -7,7 +7,7 @@ post_install() {
}
pre_upgrade() {
- egpu-switcher disable
+ egpu-switcher cleanup
}
post_upgrade() {