diff options
author | Martchus | 2018-11-04 17:01:52 +0100 |
---|---|---|
committer | Martchus | 2018-11-04 17:01:52 +0100 |
commit | e3a33a09300c56ce880eb59d3061d037449e9991 (patch) | |
tree | b8305a326a002e5bd653042d8809cb2acc893380 | |
parent | 0efdd862dcf0db07a19675ef7edd7da3b8b25b95 (diff) | |
download | aur-e3a33a09300c56ce880eb59d3061d037449e9991.tar.gz |
Update version
-rw-r--r-- | .SRCINFO | 9 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 9 insertions, 6 deletions
@@ -1,10 +1,13 @@ pkgbase = qtutilities pkgdesc = Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models - pkgver = 5.11.0 + pkgver = 5.12.0 pkgrel = 1 url = https://github.com/Martchus/qtutilities arch = i686 arch = x86_64 + arch = armv6h + arch = armv7h + arch = aarch64 license = GPL makedepends = cmake makedepends = qt5-tools @@ -12,8 +15,8 @@ pkgbase = qtutilities depends = c++utilities depends = qt5-base optdepends = qtutilities-doc: API documentation - source = qtutilities-5.11.0.tar.gz::https://github.com/Martchus/qtutilities/archive/v5.11.0.tar.gz - sha256sums = ebbb5b3b17fdfda83bc23e51feffd7319e242542d116e45bcda6de9221f428fc + source = qtutilities-5.12.0.tar.gz::https://github.com/Martchus/qtutilities/archive/v5.12.0.tar.gz + sha256sums = ded9aa4b40076aa5eb2d09c87207cebd218e42c4199a21bc2530fefb882e1408 pkgname = qtutilities @@ -5,9 +5,9 @@ _reponame=qtutilities pkgname=qtutilities -pkgver=5.11.0 +pkgver=5.12.0 pkgrel=1 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64') pkgdesc='Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models' license=('GPL') depends=('c++utilities' 'qt5-base') @@ -15,7 +15,7 @@ makedepends=('cmake' 'qt5-tools' 'mesa') optdepends=("$pkgname-doc: API documentation") url="https://github.com/Martchus/${_reponame}" source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") -sha256sums=('ebbb5b3b17fdfda83bc23e51feffd7319e242542d116e45bcda6de9221f428fc') +sha256sums=('ded9aa4b40076aa5eb2d09c87207cebd218e42c4199a21bc2530fefb882e1408') build() { cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" |