summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor Bayas2022-01-24 18:52:54 -0500
committerVictor Bayas2022-01-24 18:52:54 -0500
commit1cae0e1b9eabc30a32866a0b9148a19ca6b45baf (patch)
treee3243864411f384e049bbc91d5aeb3076284ebcd
parent9a5b829dade30d261b4d223047a8fd9b4bf298fd (diff)
downloadaur-1cae0e1b9eabc30a32866a0b9148a19ca6b45baf.tar.gz
Update to v1.3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b5689646d2da..ea7b45b8f32d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = envycontrol
pkgdesc = Easy GPU switching for Nvidia Optimus laptops under Linux
- pkgver = 1.2
+ pkgver = 1.3
pkgrel = 1
url = https://github.com/geminis3/envycontrol
arch = any
@@ -8,7 +8,7 @@ pkgbase = envycontrol
makedepends = python-setuptools
makedepends = git
depends = python
- source = git+https://github.com/geminis3/envycontrol.git#tag=v1.2
+ source = git+https://github.com/geminis3/envycontrol.git#tag=v1.3
sha256sums = SKIP
pkgname = envycontrol
diff --git a/PKGBUILD b/PKGBUILD
index 640503156b2e..4259e91bba8d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Victor Bayas <victorsbayas at gmail dot com>
pkgname=envycontrol
-pkgver=1.2
+pkgver=1.3
pkgrel=1
pkgdesc="Easy GPU switching for Nvidia Optimus laptops under Linux"
arch=(any)
@@ -19,4 +19,4 @@ package() {
# Copy package license to system
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-} \ No newline at end of file
+}