summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2015-08-23 15:35:19 +0100
committerGrey Christoforo2015-08-23 15:35:19 +0100
commit918d98e89166d154aee8031d0fa8b9b227363027 (patch)
treee83790ca2799ebe8d8190f4136a39769ca23a0a2
parent06236265a7e3823cba47f09020a319c3eda71230 (diff)
downloadaur-918d98e89166d154aee8031d0fa8b9b227363027.tar.gz
bump to 15.06.03
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD2
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 135f7ac1607b..3d32772fd68e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
pkgbase = uranium
pkgdesc = A Python framework for building Desktop applications.
- pkgver = 15.06.02
+ pkgver = 15.06.03
pkgrel = 1
url = https://github.com/Ultimaker/Uranium
- arch = any
+ arch = i686
+ arch = x86_64
license = GPLv3
makedepends = cmake
depends = python
@@ -12,8 +13,8 @@ pkgbase = uranium
depends = python-pyqt5
depends = python-numpy
depends = arcus
- source = https://github.com/Ultimaker/uranium/archive/15.06.02.tar.gz
- md5sums = c3b5e070090b2d026e1547ef8d4532fe
+ source = https://github.com/Ultimaker/uranium/archive/15.06.03.tar.gz
+ md5sums = 60c583b462494c2de015a678ba134eb3
pkgname = uranium
diff --git a/PKGBUILD b/PKGBUILD
index fb03ba71ddcc..e3a8e32ea843 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=15.06.03
pkgrel=1
pkgdesc="A Python framework for building Desktop applications."
url="https://github.com/Ultimaker/Uranium"
-arch=('any')
+arch=('i686' 'x86_64')
license=('GPLv3')
depends=('python' 'qt5-quickcontrols' 'pyqt5-common' 'python-pyqt5' 'python-numpy' 'arcus')
makedepends=('cmake')