summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab5e69e39bee..d0a1262ddd4a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = qt5-wayland-bugfixport-git
pkgdesc = A cross-platform application and UI framework (QtWayland)
- pkgver = 5.15.2
- pkgrel = 1
+ pkgver = 5.15.2[e3879c17]
+ pkgrel = 2
url = https://github.com/Geo25rey/qt5-wayland.git
arch = i686
arch = x86_64
license = GPL3
license = LGPL
makedepends = git
+ makedepends = vulkan-headers
depends = qt5-declarative
depends = libxcomposite
depends = wayland
diff --git a/PKGBUILD b/PKGBUILD
index ccd1e1d98019..3b2bfc6e1f65 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,14 +10,14 @@
_pkgname=qt5-wayland
pkgname=$_pkgname-bugfixport-git
-pkgver=5.15.2 # If you want to update periodically - use changeling script (AUR) from aur with cron
-pkgrel=1
+pkgver=5.15.2[e3879c17]
+pkgrel=2
pkgdesc="A cross-platform application and UI framework (QtWayland)"
arch=("i686" "x86_64")
url="https://github.com/Geo25rey/qt5-wayland.git"
license=("GPL3" "LGPL")
depends=("qt5-declarative" "libxcomposite" "wayland")
-makedepends=("git")
+makedepends=("git" "vulkan-headers")
provides=("$_pkgname")
conflicts=("$_pkgname")
source=("git://github.com/Geo25rey/qt5-wayland.git")