aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Bjäreholt2018-11-03 14:53:17 +0100
committerErik Bjäreholt2018-11-03 14:53:17 +0100
commit9001e2a93ae467da28ed76661f7194434aa78eeb (patch)
tree54c2c0e74b744942a6f060be0ebf4a45036ef2d3
parent008d771b590bae5d4adaa30be22c702fcd30ddbb (diff)
downloadaur-9001e2a93ae467da28ed76661f7194434aa78eeb.tar.gz
removal of pytz files now done in Makefile instead
-rw-r--r--PKGBUILD6
1 files changed, 1 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 84de43af7783..429029569cdc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=activitywatch-bin
pkgver='0.8.0b7'
-pkgrel=1
+pkgrel=2
epoch=
pkgdesc="Log what you do on your computer. Simple, extensible, no third parties."
arch=('x86_64')
@@ -38,10 +38,6 @@ package() {
mkdir -p $pkgdir/etc/xdg/autostart
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
#rm $pkgdir/opt/activitywatch/libicu*.so*