summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwincak2018-02-20 19:25:48 +0200
committerwincak2018-02-20 19:25:48 +0200
commit80136b4269e273477c74fdf39fa353af80eed72f (patch)
tree5573ba5b3a7b7840cf94bd5a256067fcd7c5f20e
parent0518d030b6254492019f60c1380cd7e3d5c238f6 (diff)
downloadaur-80136b4269e273477c74fdf39fa353af80eed72f.tar.gz
Version 0.2. This should already work now.
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d573268a8ece..be2f4e0cbc90 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: wincak <wincak@seznam.cz>
pkgname=threshy
-pkgver=0.1
+pkgver=0.2
pkgrel=0
pkgdesc="ThinkPad battery threshold configuration using TLP and D-Bus"
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('GPL')
depends=('tlp>=1.0' 'dbus>=1.12' 'qt5-base>=5.9')
makedepends=('cmake>=3.10')
install=
-source=("git+https://gitlab.com/wincak/threshy.git#branch=master")
+source=("git+https://gitlab.com/wincak/threshy.git#tag=v0.2")
md5sums=('SKIP')
prepare() {