summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2017-02-23 11:54:20 +0000
committerGrey Christoforo2017-02-23 11:54:20 +0000
commit1c770be351b54006fc6aae518b0b04ad36d069d8 (patch)
treefb5670e0794df5397cd7384aabb078fd54ee1ae4
parent06b4bfce96c563a22a0f51cf7248260271963cb1 (diff)
downloadaur-1c770be351b54006fc6aae518b0b04ad36d069d8.tar.gz
version bump
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f24991c2d4b..0bab3b9aa44a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Nov 14 17:47:15 UTC 2016
+# Thu Feb 23 11:54:17 UTC 2017
pkgbase = uranium
pkgdesc = A Python framework for building Desktop applications.
- pkgver = 2.3.1
+ pkgver = 2.4.0
pkgrel = 1
url = https://github.com/Ultimaker/Uranium
arch = any
@@ -14,8 +14,8 @@ pkgbase = uranium
depends = python-pyqt5
depends = python-numpy
depends = arcus
- source = https://github.com/Ultimaker/uranium/archive/2.3.1.tar.gz
- md5sums = eef32647c3b0c14bad3498fca77e32c5
+ source = https://github.com/Ultimaker/uranium/archive/2.4.0.tar.gz
+ md5sums = 90b8aeb612a4639277b453fa416ff890
pkgname = uranium
diff --git a/PKGBUILD b/PKGBUILD
index a2add1e67a4c..dead289df984 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Grey Christoforo <first name [at] last name [dot] net>
pkgname=uranium
-pkgver=2.3.1
+pkgver=2.4.0
pkgrel=1
pkgdesc="A Python framework for building Desktop applications."
url="https://github.com/Ultimaker/Uranium"
@@ -10,7 +10,7 @@ license=('GPLv3')
depends=('python' 'qt5-quickcontrols' 'pyqt5-common' 'python-pyqt5' 'python-numpy' 'arcus')
makedepends=('cmake')
source=("https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz")
-md5sums=('eef32647c3b0c14bad3498fca77e32c5')
+md5sums=('90b8aeb612a4639277b453fa416ff890')
prepare() {
cd Uranium-${pkgver}