summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index deecbf608f67..989047137669 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,9 +8,8 @@ pkgbase = octopi-dev
license = GPL2
makedepends = clang
makedepends = qt5-tools
- depends = qt5-base
depends = qt5-declarative
- depends = pacman
+ depends = pacman-contrib
depends = alpm_octopi_utils>=1.0.1-1
depends = qtermwidget
optdepends = octopi-notifier-qt5: Notifier for Octopi using Qt5 libs
diff --git a/PKGBUILD b/PKGBUILD
index baff7cf472f7..fbdf7683008f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="A powerful Pacman frontend using Qt5 libs"
arch=('i686' 'x86_64')
url="http://octopiproject.wordpress.com"
license=('GPL2')
-depends=('qt5-base' 'qt5-declarative' 'pacman' 'alpm_octopi_utils>=1.0.1-1' 'qtermwidget')
+depends=('qt5-declarative' 'pacman-contrib' 'alpm_octopi_utils>=1.0.1-1' 'qtermwidget')
makedepends=('clang' 'qt5-tools')
optdepends=('octopi-notifier-qt5: Notifier for Octopi using Qt5 libs'
'octopi-notifier-frameworks: Notifier for Octopi with Knotifications support'