[arch-commits] Commit in uranium/trunk (PKGBUILD)
Jelle van der Waa
jelle at archlinux.org
Sun Feb 25 15:15:34 UTC 2018
Date: Sunday, February 25, 2018 @ 15:15:33
Author: jelle
Revision: 297952
Fix FS#57559
Update dependency to quickcontrols2 to be able to see the menu
Modified:
uranium/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-02-25 13:11:22 UTC (rev 297951)
+++ PKGBUILD 2018-02-25 15:15:33 UTC (rev 297952)
@@ -3,12 +3,12 @@
pkgname=uranium
pkgver=3.2.1
-pkgrel=1
+pkgrel=2
pkgdesc="A Python framework for building Desktop applications."
url="https://github.com/Ultimaker/Uranium"
arch=('any')
license=('AGPL')
-depends=('python' 'qt5-quickcontrols' 'pyqt5-common' 'python-pyqt5' 'python-numpy' 'arcus')
+depends=('python' '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