summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSkycoder422018-02-03 16:14:15 +0100
committerSkycoder422018-02-03 16:14:15 +0100
commit457defe9676c241cf5db667cc4207387bfedbbea (patch)
tree62bb77d6a70cc9eeb08a2fc9c832dbb2b37400fa /PKGBUILD
parent611ccacd0737503d89cbc53cef5e19f34c93f06f (diff)
downloadaur-457defe9676c241cf5db667cc4207387bfedbbea.tar.gz
depend on datasync legacy
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d9eb1986a4ea..6317760f7d63 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Felix Barz <skycoder42.de@gmx.de>
pkgname=anirem
pkgver=1.1.0
-pkgrel=3
+pkgrel=4
pkgdesc="A tool to passivly check for updates on seasons, for proxer.me"
arch=('i686' 'x86_64')
url="https://github.com/Skycoder42/SeasonProxer"
license=('BSD')
-depends=('qt5-base' 'qt5-datasync' 'qt5-restclient')
+depends=('qt5-base' 'qt5-datasync-legacy' 'qt5-restclient')
provides=('seasonproxer')
conflicts=('seasonproxer')
source=("https://install.skycoder42.de/pkg/${pkgname}-${pkgver}.tar.xz")