summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Lange2019-11-15 15:09:39 +1100
committerRobin Lange2019-11-15 15:09:39 +1100
commitf560a19ec4babf515ddf3da402b197f33c4010df (patch)
tree1bf527b3dcbeb7bfd4e7f9eaeeb716dcd49ca616
parent61efac82ba77ed158dc01c9840abc73fded91eff (diff)
downloadaur-f560a19ec4babf515ddf3da402b197f33c4010df.tar.gz
pkgrel bump to fix Python 3.8 error
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b793c376d91e..43ad605aa68e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = optimus-manager
pkgdesc = Management utility to handle GPU switching for Optimus laptops
pkgver = 1.2.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Askannz/optimus-manager
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index c0e5251b5e1c..a6633ef2f9aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Robin Lange <robin dot langenc at gmail dot com>
pkgname=optimus-manager
pkgver=1.2.2
-pkgrel=1
+pkgrel=2
pkgdesc="Management utility to handle GPU switching for Optimus laptops"
arch=('any')
url="https://github.com/Askannz/optimus-manager"