summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-01-21 17:05:34 -0700
committerMark Wagie2024-01-21 17:05:34 -0700
commitaa34b50d135e01c1881f49a200eef8fda05ebf0f (patch)
tree3c04efd987ccbf27350849379f81347ece2c34ee
parent30822b3bdc08e5cd12c2e868b4f288d3e547f219 (diff)
downloadaur-aa34b50d135e01c1881f49a200eef8fda05ebf0f.tar.gz
updated deps
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 64df3084e058..6e119688ffc2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tlpui-git
pkgdesc = A GTK user interface for TLP written in Python
pkgver = 1.6.3.r0.g51c04f8
- pkgrel = 1
+ pkgrel = 2
epoch = 2
url = https://github.com/d4nj1/TLPUI
arch = any
@@ -11,8 +11,11 @@ pkgbase = tlpui-git
makedepends = python-installer
makedepends = python-poetry-core
makedepends = python-wheel
- depends = tlp
+ depends = gtk3
depends = python-gobject
+ depends = python-toml
+ depends = python-yaml
+ depends = tlp
provides = tlpui
conflicts = tlpui
source = tlpui::git+https://github.com/d4nj1/TLPUI.git
diff --git a/PKGBUILD b/PKGBUILD
index d3f69699233e..74d9bf9a512d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Contributor: slact
pkgname=tlpui-git
pkgver=1.6.3.r0.g51c04f8
-pkgrel=1
+pkgrel=2
epoch=2
pkgdesc="A GTK user interface for TLP written in Python"
arch=('any')
url="https://github.com/d4nj1/TLPUI"
license=('GPL-2.0-or-later')
-depends=('tlp' 'python-gobject')
+depends=('gtk3' 'python-gobject' 'python-toml' 'python-yaml' 'tlp')
makedepends=('git' 'python-build' 'python-installer' 'python-poetry-core' 'python-wheel')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")