summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShatur952020-05-11 18:37:04 +0300
committerShatur952020-05-11 18:37:04 +0300
commit679b088d6825ae5050e6756c800c61db771d70ab (patch)
tree3621fbaa65dde760ad08b9a6521abb6b6ee14c21
parent94e7b81687ad97a083175c23c585c5fe2be83fdf (diff)
downloadaur-679b088d6825ae5050e6756c800c61db771d70ab.tar.gz
Remove extra braces
-rwxr-xr-xPKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b9d0facb8293..f224c3832592 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ pkgver=1.5.0
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)
-url='https://github.com/Shatur95/optimus-manager-qt'
+url=https://github.com/Shatur95/optimus-manager-qt
license=(GPL3)
depends=(qt5-base qt5-svg qt5-x11extras 'optimus-manager>=1.3')
makedepends=(qt5-tools libxrandr)