summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael2022-09-18 00:45:15 +0200
committerMichael2022-09-18 00:45:15 +0200
commitcb4d43d050b462c46b5d85169b00c2e66011f7ee (patch)
tree20a7019ed661131116348489fbaaab7371121b6f
parent839e3859a87432c8e5887c12afbff29a926420a3 (diff)
downloadaur-egpu-switcher-git.tar.gz
update description, update version
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD12
2 files changed, 6 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 44d622b1f6d1..bc9e62ca473c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +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 = 2
- epoch = 0
+ pkgdesc = Automatically detect and use eGPU on startup, git version
+ pkgver = 0.18.0.r0.ge4bf70a
+ pkgrel = 1
url = https://github.com/hertg/egpu-switcher
install = egpu-switcher-git.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 5ce29d9946f0..9990b3cff6ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,9 @@
# Maintainer: hertg <aur@her.tg>
_pkgname=egpu-switcher
pkgname=$_pkgname-git
-pkgver=v0.18.0.rc.5.r0.g04b64c8
-pkgrel=2
-epoch=0
-pkgdesc="Distribution agnostic script that works with NVIDIA and AMD cards."
+pkgver=0.18.0.r0.ge4bf70a
+pkgrel=1
+pkgdesc="Automatically detect and use eGPU on startup, git version"
arch=('any')
url="https://github.com/hertg/egpu-switcher"
license=('GPL')
@@ -21,11 +20,6 @@ pkgver() {
printf "%s" "$(git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g')"
}
-# check() {
-# cd "$srcdir/$pkgname"
-# make test
-# }
-
build() {
cd "$srcdir/$pkgname"
export CGO_CPPFLAGS="${CPPFLAGS}"