aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Bjäreholt2020-03-23 17:52:24 +0100
committerErik Bjäreholt2020-03-23 17:52:24 +0100
commitea9d94bb13ca3b8f7ed257fb40b9b53bddb653eb (patch)
tree1fb1313550063d1e7e429a23ac39ef039e50438c
parent85980c59daea59587f0329e4e3d89357cb5e4065 (diff)
downloadaur-ea9d94bb13ca3b8f7ed257fb40b9b53bddb653eb.tar.gz
updated to v0.9.2
-rw-r--r--.SRCINFO4
-rw-r--r--Makefile1
-rw-r--r--PKGBUILD2
3 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index efc88e9e4365..e7ecb4e62cae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = activitywatch-bin
pkgdesc = Log what you do on your computer. Simple, extensible, no third parties.
- pkgver = 0.9.0
+ pkgver = 0.9.2
pkgrel = 1
url = https://github.com/ActivityWatch/activitywatch
arch = x86_64
license = MPL2
provides = activitywatch
conflicts = activitywatch
- source = https://github.com/ActivityWatch/activitywatch/releases/download/v0.9.0/activitywatch-v0.9.0-linux-x86_64.zip
+ source = https://github.com/ActivityWatch/activitywatch/releases/download/v0.9.2/activitywatch-v0.9.2-linux-x86_64.zip
md5sums = SKIP
pkgname = activitywatch-bin
diff --git a/Makefile b/Makefile
index a71b5c5e82d5..bff26eee9b8c 100644
--- a/Makefile
+++ b/Makefile
@@ -9,6 +9,7 @@ srcinfo: .SRCINFO
update: .SRCINFO
git add PKGBUILD .SRCINFO
git commit
+ git push
git push aur
clean:
diff --git a/PKGBUILD b/PKGBUILD
index 8be75cbc8b2d..0ca198fcda36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# PRs welcome at: https://github.com/ActivityWatch/aur-activitywatch-bin
pkgname=activitywatch-bin
-pkgver='0.9.0'
+pkgver='0.9.2'
pkgrel=1
epoch=
pkgdesc="Log what you do on your computer. Simple, extensible, no third parties."