[arch-commits] Commit in uranium/trunk (PKGBUILD)
Jelle van der Waa
jelle at archlinux.org
Sun Feb 25 15:17:43 UTC 2018
Date: Sunday, February 25, 2018 @ 15:17:42
Author: jelle
Revision: 297954
qt5-quickcontrols is hard dep as well
Modified:
uranium/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-02-25 15:15:47 UTC (rev 297953)
+++ PKGBUILD 2018-02-25 15:17:42 UTC (rev 297954)
@@ -3,12 +3,12 @@
pkgname=uranium
pkgver=3.2.1
-pkgrel=2
+pkgrel=3
pkgdesc="A Python framework for building Desktop applications."
url="https://github.com/Ultimaker/Uranium"
arch=('any')
license=('AGPL')
-depends=('python' 'qt5-quickcontrols2' 'pyqt5-common' 'python-pyqt5' 'python-numpy' 'arcus')
+depends=('python' 'qt5-quickcontrols' 'qt5-quickcontrols2' 'pyqt5-common' 'python-pyqt5' 'python-numpy' 'arcus')
makedepends=('cmake')
source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz")
sha256sums=('856b0ec8e8c96737464c74294419cc423cbf463c5b19bb61f75ba35750f06d0d')
More information about the arch-commits
mailing list