diff --git a/check-version.sh b/check-version.sh index 76de425..d6c0d80 100644 --- a/check-version.sh +++ b/check-version.sh @@ -7,7 +7,7 @@ REPO="plasma/layer-shell-qt" REPO=$(echo "$REPO" | sed 's|/|%2F|g') # Get tag name using Gitlab Rest API -TAG_NAME=$(curl -s -L https://invent.kde.org/api/v4/projects/"$REPO"/repository/tags | jq -r '.[].name'| grep -v '-' | sort -rV | head -n1) +TAG_NAME=$(curl -s -L https://invent.kde.org/api/v4/projects/"$REPO"/repository/tags | jq -r '.[].name'| grep -v '-' | grep -v '9[0-9]$' | sort -rV | head -n1) # Trim 'v' character in TAG_NAME variable VERSION=$(echo "$TAG_NAME" | tr -d 'v') diff --git a/pkg.info b/pkg.info index 8c1bfad..e60fc85 100644 --- a/pkg.info +++ b/pkg.info @@ -1,6 +1,6 @@ name: layer-shell-qt description: Qt component to allow applications to make use of the Wayland wl-layer-shell protocol -version: 6.5.4 +version: 6.5.5 revision: 1 url: https://invent.kde.org/plasma/layer-shell-qt license: LGPL3-or-later @@ -21,4 +21,4 @@ downloads: - url: https://invent.kde.org/plasma/layer-shell-qt/-/archive/v${BPM_PKG_VERSION}/layer-shell-qt-v${BPM_PKG_VERSION}.tar.gz extract_to: ${BPM_SOURCE} extract_strip_components: 1 - checksum: 84b3dc6b53641734ed772c3ac01007e41ae7b7184ab794ac0974385e77b53768 + checksum: 05d92807ebeb51aad6641393995e0e970d231ef8a0c4edf4f2e2a3015b28ac1a