summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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() {