summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjustforlxz2022-12-05 12:01:29 +0800
committerjustforlxz2022-12-05 12:01:29 +0800
commit8281823eaac885ec1bbfcdcdc4c0547f15710a3e (patch)
tree21d772c9e342dc5a7105c4663544fb9ea98d0c5b
parent786c4c898e80978d7638a77038697dec4eef9251 (diff)
downloadaur-8281823eaac885ec1bbfcdcdc4c0547f15710a3e.tar.gz
update
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d33aa23127c..b604ed7f1392 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,7 +13,7 @@ pkgbase = dwayland-reborn
makedepends = ninja
depends = qt5-wayland
options = debug
- source = https://github.com/justforlxz/dwayland/archive/refs/tags/5.24.3-deepin.1.3.tar.gz
- sha256sums = 898e0679fdcbb9c5b7276b1e39f823437f26234b57dcdab0126d18caca9af079
+ source = https://github.com/justforlxz/dwayland/archive/refs/tags/5.24.3-deepin.1.4.tar.gz
+ sha256sums = 1216e62e57fcf0d3634fbad34d56e188626947f667e327e3c9165a9cec449eae
pkgname = dwayland-reborn
diff --git a/PKGBUILD b/PKGBUILD
index 8c16f69e7fc2..8801d505b26a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=dwayland-reborn
_pkgname=dwayland
pkgver=5.24.3
-_tag=5.24.3-deepin.1.3
+_tag=5.24.3-deepin.1.4
pkgrel=1
pkgdesc='Qt-style Client and Server library wrapper for the Wayland libraries'
arch=(x86_64)
@@ -11,7 +11,7 @@ license=(LGPL)
depends=(qt5-wayland)
makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc wayland-protocols deepin-wayland-protocols-reborn ninja)
source=(https://github.com/justforlxz/dwayland/archive/refs/tags/$_tag.tar.gz)
-sha256sums=('898e0679fdcbb9c5b7276b1e39f823437f26234b57dcdab0126d18caca9af079')
+sha256sums=('1216e62e57fcf0d3634fbad34d56e188626947f667e327e3c9165a9cec449eae')
options=(debug)
build() {