summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgit user2024-04-29 09:36:04 +0200
committergit user2024-04-29 09:36:04 +0200
commitccdc334e06b88d1967071b4feee7021cb3d722e4 (patch)
tree0be64da72233a406031b886706867673a8defe76 /PKGBUILD
parentb37df5ad996cdc995e1ff7f2bc793b71a6e3475c (diff)
downloadaur-arandr-indicator-git.tar.gz
Removed unneeded `pygtk` dependency.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7cef12f00fdd..a7ce45137a01 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _pkgname=arandr-indicator
pkgname="${_pkgname}-git"
epoch=2
pkgver=2.0.0+12.r27.20230916.74fdcfb
-pkgrel=4
+pkgrel=5
pkgdesc="Quick and simple tray icon menu for changing the monitor layout."
arch=('any')
url="https://github.com/denilsonsa/arandr-indicator" # Original project.
@@ -15,7 +15,6 @@ depends=(
'libayatana-appindicator'
'glib2'
'gtk3'
- 'pygtk'
'python>=3'
'python-gobject' # This one seems to contain libappindicator python module, which is required.
)