summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2016-02-03 23:54:15 +0100
committerMartchus2016-02-03 23:54:15 +0100
commit7b5c7b2512ababec48dc68733401554910de6409 (patch)
tree66e1f972f8d60c103e63f15263818cae5384cb58
parentb06bdbcb4c34f0b1f7a91ac3be6b4ab2c97126c0 (diff)
downloadaur-7b5c7b2512ababec48dc68733401554910de6409.tar.gz
updated version (to 5.5.1), URL and description
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD13
2 files changed, 14 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5982a681829a..7706548a53af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,10 @@
+# Generated by mksrcinfo v8
+# Wed Feb 3 22:50:57 UTC 2016
pkgbase = mingw-w64-qt5-svg
- pkgdesc = Qt5 for Windows -- QtSvg module (mingw-w64)
- pkgver = 5.5.0
+ pkgdesc = Classes for displaying the contents of SVG files (mingw-w64)
+ pkgver = 5.5.1
pkgrel = 1
- url = http://qt-project.org/
+ url = https://www.qt.io/
arch = any
license = GPL3
license = LGPL
@@ -11,8 +13,8 @@ pkgbase = mingw-w64-qt5-svg
options = !strip
options = !buildflags
options = staticlibs
- source = http://download.qt-project.org/official_releases/qt/5.5/5.5.0/submodules/qtsvg-opensource-src-5.5.0.tar.xz
- md5sums = 08234e3c3696f1a75df30201ca16d4bc
+ source = https://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtsvg-opensource-src-5.5.1.tar.xz
+ md5sums = 505fb8ba483818e53f759edbf735456e
pkgname = mingw-w64-qt5-svg
diff --git a/PKGBUILD b/PKGBUILD
index 5a4a8296cc23..e5f428864c53 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,20 @@
-# Maintainer: ant32 <antreimer@gmail.com>
+# Maintainer: Martchus <martchus@gmx.net>
+# Contributor: ant32 <antreimer@gmail.com>
_qt_module=qtsvg
pkgname="mingw-w64-qt5-svg"
-pkgver=5.5.0
+pkgver=5.5.1
pkgrel=1
arch=('any')
-pkgdesc="Qt5 for Windows -- QtSvg module (mingw-w64)"
+pkgdesc="Classes for displaying the contents of SVG files (mingw-w64)"
depends=('mingw-w64-qt5-base')
makedepends=('mingw-w64-gcc')
options=('!strip' '!buildflags' 'staticlibs')
license=('GPL3' 'LGPL')
-url="http://qt-project.org/"
+url="https://www.qt.io/"
_pkgfqn="${_qt_module}-opensource-src-${pkgver}"
-source=("http://download.qt-project.org/official_releases/qt/5.5/${pkgver}/submodules/${_pkgfqn}.tar.xz")
-md5sums=('08234e3c3696f1a75df30201ca16d4bc')
+source=("https://download.qt.io/official_releases/qt/${pkgver:0:3}/${pkgver}/submodules/${_pkgfqn}.tar.xz")
+md5sums=('505fb8ba483818e53f759edbf735456e')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"