summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoost Bremmer2017-01-19 21:28:58 +0100
committerJoost Bremmer2017-01-19 21:28:58 +0100
commit1ad86d04feada41ded105a9469261b7d9b5c93d3 (patch)
tree8ef33e68eaf9396088ba56dacc46f72786ffe141
parent25b7614be5bdbb3f77244e3856347136735f1190 (diff)
downloadaur-1ad86d04feada41ded105a9469261b7d9b5c93d3.tar.gz
update pkg: trackma-git 0.7.r5.ge7c5fc0-1
upstream release: for more info see: https://github.com/z411/trackma/releases/tag/v0.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3dac46ba47d6..427efa5900e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = trackma-git
pkgdesc = A lightweight and simple program for updating and using lists on several media tracking websites.
- pkgver = 0.6.2
+ pkgver = 0.7.r5.ge7c5fc0
pkgrel = 1
url = http://z411.github.io/trackma/
arch = any
@@ -10,13 +10,13 @@ pkgbase = trackma-git
makedepends = desktop-file-utils
makedepends = git
depends = python
- depends = lsof
+ depends = python-pyinotify
optdepends = python-gobject: GTK frontend
optdepends = python-cairo: GTK frontend
optdepends = python-pillow: thumbnail images for GUI frontends
optdepends = python-pyqt5: Qt frontend
optdepends = python-urwid: ncurses frontend
- optdepends = python-pyinotify: instant media recognition
+ optdepends = lsof: polling tracker/pyinotify alternative
conflicts = wmal-git
replaces = wmal-git
source = trackma-git::git+https://github.com/z411/trackma.git
diff --git a/PKGBUILD b/PKGBUILD
index fe19e02d6316..c0caf913b27e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Contributor: carstene1ns <url/mail: arch carsten-teibes de>
pkgname=trackma-git
-pkgver=0.6.2
+pkgver=0.7.r5.ge7c5fc0
pkgrel=1
pkgdesc="A lightweight and simple program for updating and using lists on several media tracking websites."
arch=('any')
url="http://z411.github.io/trackma/"
license=('GPL3')
depends=('python'
- 'lsof')
+ 'python-pyinotify')
makedepends=('python'
'python-setuptools'
@@ -21,7 +21,7 @@ optdepends=('python-gobject: GTK frontend'
'python-pillow: thumbnail images for GUI frontends'
'python-pyqt5: Qt frontend'
'python-urwid: ncurses frontend'
- 'python-pyinotify: instant media recognition')
+ 'lsof: polling tracker/pyinotify alternative')
source=(${pkgname}::"git+https://github.com/z411/${pkgname%-git}.git"
"${pkgname%-git}-curses.desktop"