summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVinicius Moreira2021-10-13 13:56:11 -0300
committerVinicius Moreira2021-10-13 13:56:11 -0300
commit2331fd2c25ec230691b38d07373791b254e506b4 (patch)
treedd87eea067a057f4d703d35e50bf49c307296852
parentcd9a0fcfcf08839132035ed6183c5e5d1bde4356 (diff)
downloadaur-2331fd2c25ec230691b38d07373791b254e506b4.tar.gz
1.0.1-2: updating optdeps
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 28b5a33067c7..2f150579f46f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = guapow
pkgdesc = On-demand and auto performance optimizer for Linux applications
pkgver = 1.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/vinifmor/guapow
arch = any
license = zlib/libpng
@@ -13,6 +13,7 @@ pkgbase = guapow
depends = python-aiohttp
depends = python-pycryptodome
depends = systemd
+ optdepends = inxi: required for guessing the window compositor,
optdepends = unclutter: required for hiding the mouse cursor
source = https://github.com/vinifmor/guapow/archive/1.0.1.tar.gz
sha512sums = e226682a6f41ae9f5a2ec1303d345a39214453f8d42573c2949692519116aeb07418ba14dddb085cd205434071a7d6870c9bc58ae887c84246f37b970fc8fdd2
diff --git a/PKGBUILD b/PKGBUILD
index 0d59be7bbb31..d3fd5639f325 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
pkgname=guapow
pkgver=1.0.1
-pkgrel=1
+pkgrel=2
pkgdesc="On-demand and auto performance optimizer for Linux applications"
arch=('any')
url="https://github.com/vinifmor/guapow"
license=('zlib/libpng')
depends=('python' 'python-aiofiles' 'python-aiohttp' 'python-pycryptodome' 'systemd')
-optdepends=('unclutter: required for hiding the mouse cursor')
+optdepends=('inxi: required for guessing the window compositor',
+ 'unclutter: required for hiding the mouse cursor')
makedepends=('git' 'python' 'python-setuptools')
source=("${url}/archive/${pkgver}.tar.gz")
sha512sums=('e226682a6f41ae9f5a2ec1303d345a39214453f8d42573c2949692519116aeb07418ba14dddb085cd205434071a7d6870c9bc58ae887c84246f37b970fc8fdd2')