summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo P2019-10-05 15:23:48 -0400
committerLeo P2019-10-05 15:23:48 -0400
commit58edc8bc93f9f5e29ff034edceee3c31bdda91a2 (patch)
tree2132457a10d80aa84c51893bd5f8650f4e396b6d
parent14bff75bc2b3f165b7aca4ebda952e2bf388b5c1 (diff)
downloadaur-58edc8bc93f9f5e29ff034edceee3c31bdda91a2.tar.gz
don't be out-of-date
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd52294995e5..b032504e0749 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
-# Generated by mksrcinfo v8
-# Sun May 13 23:53:51 UTC 2018
pkgbase = tlpui-git
pkgdesc = A GTK-UI to change TLP configuration files easily. It has the aim to protect users from setting bad configuration and to deliver a basic overview of all the valid configuration values.
- pkgver = 0.r84.ca97f57
- pkgrel = 1
+ pkgver = 0.r88.ab1183a
+ pkgrel = 3
url = https://github.com/d4nj1/TLPUI
arch = any
license = GPLv2
+ makedepends = git
depends = tlp
depends = python
- depends = pygtk
+ depends = python-gobject
+ provides = tlpui
source = git+https://github.com/d4nj1/TLPUI.git
source = tlpui.sh
source = tlpui.desktop
diff --git a/PKGBUILD b/PKGBUILD
index bc26355d0a67..4a74610c9986 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,20 +2,20 @@
#author: Daniel Christophis
pkgname=tlpui-git
pkgver=0.r88.ab1183a
-pkgrel=2
+pkgrel=3
epoch=
pkgdesc="A GTK-UI to change TLP configuration files easily. It has the aim to protect users from setting bad configuration and to deliver a basic overview of all the valid configuration values."
arch=('any')
url="https://github.com/d4nj1/TLPUI"
license=('GPLv2')
groups=()
-depends=("tlp" "python" "pygtk" "python-gobject")
-makedepends=()
-provides=()
+depends=("tlp" "python" "python-gobject")
+makedepends=('git')
+provides=('tlpui')
conflicts=()
install=
source=(git+https://github.com/d4nj1/TLPUI.git
- tlpui.sh
+ tlpui.sh
tlpui.desktop)
md5sums=('SKIP'
'9f23dcf973bac1089280be1255dfe34d'