summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsanon2020-09-03 13:30:40 -0500
committersanon2020-09-03 13:30:40 -0500
commitfe99098e050cac3c2b3572e259dbb4d10949229a (patch)
tree133ea516f9a45874cd627ee8d50da9f1a5143c7f /PKGBUILD
parented5c5b30b5a1e1defc5d067e66a6d5e17d58026c (diff)
downloadaur-fe99098e050cac3c2b3572e259dbb4d10949229a.tar.gz
updated dependencies from kdebase-runtime to some kf5 packages
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c16800b2a7de..029b195f679e 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
-# Maintainer: Grego Dadone <GregoD at archlinux.org>
+# Maintainer: sanon <sawanon at protonmail.com>
# Contributor: Andrea Scarpino <andrea at archlinux.org>
pkgname=amor
pkgver=15.08.3
-pkgrel=2
+pkgrel=3
pkgdesc='On-Screen Creature'
url='https://projects.kde.org/projects/kde/kdetoys/amor'
arch=('i686' 'x86_64')
license=('GPL' 'LGPL' 'FDL')
groups=('kde-applications')
-depends=('kdebase-runtime')
+depends=('kxmlgui' 'kwindowsystem' 'kconfig' 'ki18n' 'kcoreaddons' 'kdbusaddons' 'kdoctools' 'qt5-x11extras')
makedepends=('cmake' 'automoc4')
install=${pkgname}.install
source=(git+https://github.com/KDE/amor.git)