summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2016-10-31 09:42:52 +0100
committerMartchus2016-10-31 09:42:52 +0100
commit5dd61b34cea577adce845a3c1f2ddb00da42892f (patch)
tree830b6e191dedd59b43badd3e0d4d7cccc72f2dd7
parentf9788d81fd3f5507920125305263ea93dfa9eefe (diff)
downloadaur-5dd61b34cea577adce845a3c1f2ddb00da42892f.tar.gz
Update to 5.1.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d2d1be38ca2a..aad75a7a58b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Sep 14 20:09:27 UTC 2016
+# Mon Oct 31 08:42:51 UTC 2016
pkgbase = qtutilities
pkgdesc = Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models
- pkgver = 5.0.0
+ pkgver = 5.1.0
pkgrel = 1
url = https://github.com/Martchus/qtutilities
arch = i686
@@ -12,8 +12,8 @@ pkgbase = qtutilities
depends = c++utilities
depends = qt5-base
optdepends = qtutilities-doc: API documentation
- source = qtutilities-5.0.0.tar.gz::https://github.com/Martchus/qtutilities/archive/v5.0.0.tar.gz
- sha256sums = 3f8a6ea49b889febbb012674c773140793ad974731616b7142917ff53ed29cc0
+ source = qtutilities-5.1.0.tar.gz::https://github.com/Martchus/qtutilities/archive/v5.1.0.tar.gz
+ sha256sums = d4690094f4f2dd942e3e623cac210d8e9676e9d8a73a5115f42aa66b87bcd4c5
pkgname = qtutilities
diff --git a/PKGBUILD b/PKGBUILD
index 749f3567aa89..60dc092edc14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_reponame=qtutilities
pkgname=qtutilities
-pkgver=5.0.0
+pkgver=5.1.0
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc='Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models'
@@ -14,8 +14,8 @@ depends=('c++utilities' 'qt5-base')
makedepends=('cmake')
optdepends=("$pkgname-doc: API documentation")
url="https://github.com/Martchus/${_reponame}"
-source=("${_reponame}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
-sha256sums=('3f8a6ea49b889febbb012674c773140793ad974731616b7142917ff53ed29cc0')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
+sha256sums=('d4690094f4f2dd942e3e623cac210d8e9676e9d8a73a5115f42aa66b87bcd4c5')
build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"