summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 948918fd6b5c..09b6dddd009a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = timerdown
pkgdesc = A simple python & pyQT5 app to turn off your Linux PC in X minutes or X hours, or at specified time.
- pkgver = 0.2
- pkgrel = 1
+ pkgver = 0.1
+ pkgrel = 2
url = https://github.com/Pyntux/TimerDown
arch = any
license = GPL3
@@ -9,7 +9,7 @@ pkgbase = timerdown
depends = python-pyqt5
provides = timerdown
conflicts = timerdown
- source = timerdown::git+https://github.com/Pyntux/TimerDown.git#tag=v0.2
+ source = timerdown::git+https://github.com/Pyntux/TimerDown.git#tag=v0.1
sha256sums = SKIP
pkgname = timerdown
diff --git a/PKGBUILD b/PKGBUILD
index 4148122d35cb..51abc250c6a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Pyntux <pyntux@gmail.com>
pkgname=timerdown
-pkgver=0.2
-pkgrel=1
+pkgver=0.1
+pkgrel=2
pkgdesc="A simple python & pyQT5 app to turn off your Linux PC in "X" minutes or "X" hours, or at specified time."
url="https://github.com/Pyntux/TimerDown"
arch=('any')