summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHennadii Chernyshchyk2022-05-10 23:52:35 +0300
committerHennadii Chernyshchyk2022-05-10 23:52:35 +0300
commit87a2bae3f8f3ed1b544fd66e3fe7490ab2e930b3 (patch)
tree53242758ba78317aef34e05e6e63833b6f1f882b
parent1a1fcedf2190a8f77fa5148abd9db541703ea3a8 (diff)
downloadaur-87a2bae3f8f3ed1b544fd66e3fe7490ab2e930b3.tar.gz
Revert "Update to download submodules"
This reverts commit 1a1fcedf2190a8f77fa5148abd9db541703ea3a8.
-rwxr-xr-x.SRCINFO2
-rwxr-xr-xPKGBUILD8
2 files changed, 2 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b6f46dc9b857..41237c1740d0 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = optimus-manager-qt-git
pkgdesc = A Qt interface for Optimus Manager that allows to configure and switch GPUs on Optimus laptops using the tray menu
- pkgver = 1.6.6.r0.gc175871
+ pkgver = 1.6.4.r13.gdc88c90
pkgrel = 1
url = https://github.com/Shatur/optimus-manager-qt
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index e729e947b1bb..7ab8d2f25837 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_with_plasma=false
pkgname=optimus-manager-qt-git
-pkgver=1.6.6.r0.gc175871
+pkgver=1.6.4.r13.gdc88c90
pkgrel=1
pkgdesc='A Qt interface for Optimus Manager that allows to configure and switch GPUs on Optimus laptops using the tray menu'
arch=(x86_64)
@@ -27,12 +27,6 @@ pkgver() {
git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
-prepare() {
- cd ${pkgname%-git}
- git submodule init
- git submodule update
-}
-
build() {
mkdir -p ${pkgname%-git}/build
cd ${pkgname%-git}/build