summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan Klokkhammer Helsing2018-05-29 11:55:34 +0200
committerJohan Klokkhammer Helsing2018-05-29 11:55:34 +0200
commitc75708cde800fba6591d74c2bd144b6006ca463a (patch)
tree40c698a0c5211c2781801157ad12abf3ea07b4ef
parent0854cffa55288bd99166af309b285e13d0b181ac (diff)
downloadaur-c75708cde800fba6591d74c2bd144b6006ca463a.tar.gz
Fix nitpicks and bump version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 626d6bd8c034..ee73b4d576a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = qt5-wayland-dev-backport-git
pkgdesc = A cross-platform application and UI framework (QtWayland)
- pkgver = 5.10.1.281e3d58
+ pkgver = 5.11.0.fe1f4b55
pkgrel = 1
- url = http://code.qt.io/cgit/qt/qtwayland.git/
+ url = http://github.com/johanhelsing/qtwayland-backports
arch = i686
arch = x86_64
license = GPL3
@@ -13,7 +13,7 @@ pkgbase = qt5-wayland-dev-backport-git
depends = wayland
provides = qt5-wayland
conflicts = qt5-wayland
- source = qt5-wayland::git://github.com/johanhelsing/qtwayland-backports.git#branch=dev-for-5.10
+ source = qt5-wayland::git://github.com/johanhelsing/qtwayland-backports.git#branch=dev-for-5.11
sha256sums = SKIP
pkgname = qt5-wayland-dev-backport-git
diff --git a/PKGBUILD b/PKGBUILD
index 09f9927fcb2d..9a0cdea3f8af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
# Maintainer: Johan Helsing <johanhelsing@gmail.com>
-# Contirbutor: Swift Geek
+# Contributor: Swift Geek
# Contributor: Jerome Leclanche <jerome@leclan.ch>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Pier Luigi Fiorini <pierluigi.fiorini@gmail.com>
@@ -7,11 +7,11 @@
_pkgname=qt5-wayland
pkgname=$_pkgname-dev-backport-git
-pkgver=5.10.1.281e3d58
+pkgver=5.11.0.fe1f4b55
pkgrel=1
pkgdesc="A cross-platform application and UI framework (QtWayland)"
arch=("i686" "x86_64")
-url="http://code.qt.io/cgit/qt/qtwayland.git/"
+url="http://github.com/johanhelsing/qtwayland-backports"
license=("GPL3" "LGPL")
depends=("qt5-declarative" "libxcomposite" "wayland")
makedepends=("git")