summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVinicius Moreira2021-10-13 13:56:11 -0300
committerVinicius Moreira2021-10-13 13:56:11 -0300
commit2331fd2c25ec230691b38d07373791b254e506b4 (patch)
treedd87eea067a057f4d703d35e50bf49c307296852 /PKGBUILD
parentcd9a0fcfcf08839132035ed6183c5e5d1bde4356 (diff)
downloadaur-2331fd2c25ec230691b38d07373791b254e506b4.tar.gz
1.0.1-2: updating optdeps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
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')