summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2016-11-14 17:47:28 +0000
committerGrey Christoforo2016-11-14 17:47:28 +0000
commit06b4bfce96c563a22a0f51cf7248260271963cb1 (patch)
tree74a1f25c78f2f558679d7590e84132fcd303b91a
parent66c8c377a123a8efbd7f9e20ddbe01c2448e40a2 (diff)
downloadaur-06b4bfce96c563a22a0f51cf7248260271963cb1.tar.gz
bump version
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5fab80e12744..3f24991c2d4b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Oct 21 20:17:16 UTC 2016
+# Mon Nov 14 17:47:15 UTC 2016
pkgbase = uranium
pkgdesc = A Python framework for building Desktop applications.
- pkgver = 2.3.0
- pkgrel = 2
+ pkgver = 2.3.1
+ pkgrel = 1
url = https://github.com/Ultimaker/Uranium
arch = any
license = GPLv3
@@ -14,8 +14,8 @@ pkgbase = uranium
depends = python-pyqt5
depends = python-numpy
depends = arcus
- source = https://github.com/Ultimaker/uranium/archive/2.3.0.tar.gz
- md5sums = 4e12b8b4c856e8a89b3bba046837b401
+ source = https://github.com/Ultimaker/uranium/archive/2.3.1.tar.gz
+ md5sums = eef32647c3b0c14bad3498fca77e32c5
pkgname = uranium
diff --git a/PKGBUILD b/PKGBUILD
index 88ceec1cc1e6..a2add1e67a4c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Grey Christoforo <first name [at] last name [dot] net>
pkgname=uranium
-pkgver=2.3.0
-pkgrel=2
+pkgver=2.3.1
+pkgrel=1
pkgdesc="A Python framework for building Desktop applications."
url="https://github.com/Ultimaker/Uranium"
arch=('any')
@@ -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=('4e12b8b4c856e8a89b3bba046837b401')
+md5sums=('eef32647c3b0c14bad3498fca77e32c5')
prepare() {
cd Uranium-${pkgver}