summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortadly2018-07-15 14:26:08 +0200
committertadly2018-07-15 14:26:08 +0200
commit5292216a22a44c1b71b2213387e0765ae3c0d1a4 (patch)
tree362d0e143b593590ee6ba37d1e5f88c145b80c02
parentf31c5a4be974b915dc55db4e4034adaf70b42202 (diff)
downloadaur-5292216a22a44c1b71b2213387e0765ae3c0d1a4.tar.gz
removes libnotify dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1b9e68eea152..f54dc937e2c6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-dups-git
pkgdesc = It deduplicates things - Backup as simple as possible.
- pkgver = r97.313855b
+ pkgver = r99.158b91a
pkgrel = 1
url = https://github.com/linuxwhatelse/dups
install = python-dups.install
@@ -10,7 +10,6 @@ pkgbase = python-dups-git
depends = python
depends = rsync
depends = dbus
- depends = libnotify
depends = python-gobject
depends = python-dbus
depends = python-paramiko
diff --git a/PKGBUILD b/PKGBUILD
index 673789ea4ade..8b7104032d4f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
_pkgname=python-dups
pkgname=python-dups-git
-pkgver=r97.313855b
+pkgver=r99.158b91a
pkgrel=1
pkgdesc="It deduplicates things - Backup as simple as possible."
arch=("x86_64")
url="https://github.com/linuxwhatelse/dups"
license=('GPL3')
-depends=('python' 'rsync' 'dbus' 'libnotify' 'python-gobject' 'python-dbus'
+depends=('python' 'rsync' 'dbus' 'python-gobject' 'python-dbus'
'python-paramiko' 'python-ruamel-yaml')
makedepends=('python-setuptools')
provides=("${_pkgname}")