summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Johansen2023-12-04 22:29:36 +0100
committerDan Johansen2023-12-04 22:29:36 +0100
commit06dc8dd1e04402c63aa415cf6ed8f0f275c0c484 (patch)
treee673cd573bd134bc7aef3b4623a675e5c55b0194
parentd550eb35bf26f25421960c4fa270a45674f3b2e2 (diff)
downloadaur-06dc8dd1e04402c63aa415cf6ed8f0f275c0c484.tar.gz
updated to 0.2.0
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5102a1e09e43..d1db198c4d9c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dfl-wayqt
pkgdesc = A Qt-based wrapper for various wayland protocols
- pkgver = 0.1.1
+ pkgver = 0.2.0
pkgrel = 1
url = https://gitlab.com/desktop-frameworks/wayqt
arch = x86_64
@@ -11,16 +11,13 @@ pkgbase = dfl-wayqt
makedepends = qt5-base
makedepends = qt6-base
depends = wayland-protocols
- depends = wlroots
- source = https://gitlab.com/desktop-frameworks/wayqt/-/archive/v0.1.1/wayqt-v0.1.1.tar.gz
- md5sums = 90c443756e8c94b983e1f4056fea1a80
+ source = https://gitlab.com/desktop-frameworks/wayqt/-/archive/v0.2.0/wayqt-v0.2.0.tar.gz
+ md5sums = b7f15524bd1b017a50b672e821ca8716
pkgname = dfl-wayqt
depends = wayland-protocols
- depends = wlroots
depends = qt5-base
pkgname = dfl-wayqt-qt6
depends = wayland-protocols
- depends = wlroots
depends = qt6-base
diff --git a/PKGBUILD b/PKGBUILD
index b06bc2f9a260..8b27767f40ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
-# Maintainer: Dan Johansen <strit@manjaro.org>
+# Maintainer: Dan Johansen <strit@strits.dk>
_pkgname=wayqt
pkgbase=dfl-wayqt
pkgname=('dfl-wayqt' 'dfl-wayqt-qt6')
-pkgver=0.1.1
+pkgver=0.2.0
pkgrel=1
pkgdesc="A Qt-based wrapper for various wayland protocols"
arch=('x86_64' 'aarch64')
url="https://gitlab.com/desktop-frameworks/$_pkgname"
license=('GPL3')
-depends=('wayland-protocols' 'wlroots')
+depends=('wayland-protocols')
makedepends=('meson' 'ninja' 'qt5-base' 'qt6-base')
source=("$url/-/archive/v${pkgver}/${_pkgname}-v${pkgver}.tar.gz")
-md5sums=('90c443756e8c94b983e1f4056fea1a80')
+md5sums=('b7f15524bd1b017a50b672e821ca8716')
build() {
cd "${_pkgname}-v${pkgver}"