summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSanskritFritz2022-07-07 23:56:01 +0200
committerSanskritFritz2022-07-07 23:56:01 +0200
commit944106cc4d9aacd57834c8c4bdb9282dd2ff6436 (patch)
tree8372f94286d09e97ab89e579fdc6cf533a2e80d5 /PKGBUILD
parentb23f6753e07c68aaa18223232a3808d893a05771 (diff)
downloadaur-hamster-time-tracker_legacy.tar.gz
Fixed the xdg dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 83bcc182ae2b..72631ad67e4f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,12 @@
pkgname=hamster-time-tracker_legacy
_pkgname=hamster-time-tracker
pkgver=1.04
-pkgrel=2
+pkgrel=3
pkgdesc="Time tracking application that helps you to keep track on how much time you have spent during the day on activities you choose to track (Legacy 1.04 version)"
arch=('any')
url="https://github.com/projecthamster/hamster"
license=('GPL')
-depends=('python2-dbus' 'python2-gconf' 'python2-notify' 'python2-wnck' 'python2-xdg' 'desktop-file-utils')
+depends=('python2-dbus' 'python2-gconf' 'python2-notify' 'python2-wnck' 'python2-pyxdg' 'desktop-file-utils')
makedepends=('intltool')
conflicts=('hamster-time-tracker')
provides=('hamster-time-tracker')