aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Bjäreholt2018-08-28 12:42:47 +0200
committerErik Bjäreholt2018-08-28 12:42:47 +0200
commit06454f2e5e74ff59efff886f1a7dbc71727b0778 (patch)
treed749df8db9c92171fce29007c13844d8ce14fa7f
parent4f404fe726ee60c819c078fef0358c5503138aeb (diff)
downloadaur-06454f2e5e74ff59efff886f1a7dbc71727b0778.tar.gz
updated to v0.8.0b6
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d303f5e91fa..7ceee38afb3b 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.8.0b5
+ pkgver = 0.8.0b6
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.8.0b5/activitywatch-v0.8.0b5-linux-x86_64.zip
+ source = https://github.com/ActivityWatch/activitywatch/releases/download/v0.8.0b6/activitywatch-v0.8.0b6-linux-x86_64.zip
md5sums = SKIP
pkgname = activitywatch-bin
diff --git a/PKGBUILD b/PKGBUILD
index ff54cf9627a4..8670200b76b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# PRs welcome at: https://github.com/ActivityWatch/aur-activitywatch-bin
pkgname=activitywatch-bin
-pkgver='0.8.0b5'
+pkgver='0.8.0b6'
pkgrel=1
epoch=
pkgdesc="Log what you do on your computer. Simple, extensible, no third parties."
@@ -39,6 +39,7 @@ package() {
cp activitywatch/aw-qt.desktop $pkgdir/etc/xdg/autostart
# Remove unneeded libs
+ # TODO: Move to CI scripts
rm -r $pkgdir/opt/activitywatch/pytz
# These takes a lot of space, getting rid of them would be nice