summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 3 insertions, 9 deletions
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}"