summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Tojnar2017-06-27 10:35:27 +0200
committerJan Tojnar2017-06-27 10:35:27 +0200
commitcb377b419292538af0a6e2d67499f855268edca9 (patch)
treef81d6fbea3d1fd7cfef5d213524f88b32dc5cdc1
parentd1271f4d9625b4ccf95d3e956789195d8c484003 (diff)
downloadaur-python-hamster-gtk.tar.gz
Require older version of hamster-lib
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c1723ffc8ca0..4d05ba8ead9a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Feb 14 21:11:34 UTC 2017
+# Tue Jun 27 08:35:04 UTC 2017
pkgbase = python-hamster-gtk
pkgdesc = [In heavy development] A GTK interface to the hamster time tracker.
pkgver = 0.11.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/projecthamster/hamster-gtk
arch = any
license = GPL3
@@ -11,7 +11,7 @@ pkgbase = python-hamster-gtk
depends = gtk3
depends = python
depends = python-gobject
- depends = python-hamster-lib
+ depends = python-hamster-lib<0.13
source = https://github.com/projecthamster/hamster-gtk/archive/0.11.0.tar.gz
sha256sums = 57697da24e8f43cd440b16f8e111c7319e567c8ea9c8cca235d09b3e4f3bc862
diff --git a/PKGBUILD b/PKGBUILD
index b1aa3d8eb40f..5e3c7ad871a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
_pkgname='hamster-gtk'
pkgname='python-hamster-gtk'
pkgver='0.11.0'
-pkgrel=1
+pkgrel=2
pkgdesc="[In heavy development] A GTK interface to the hamster time tracker."
url="https://github.com/projecthamster/hamster-gtk"
-depends=('gtk3' 'python' 'python-gobject' 'python-hamster-lib')
+depends=('gtk3' 'python' 'python-gobject' 'python-hamster-lib<0.13')
makedepends=('python-setuptools')
license=('GPL3')
arch=('any')