diff --git a/check-version.sh b/check-version.sh index fefcc0a..ccdae89 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 '-' | head -n1) +TAG_NAME=$(curl -s -L https://invent.kde.org/api/v4/projects/"$REPO"/repository/tags | jq -r '.[].name'| grep -v '-' | 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 464b00b..63b43a3 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.4.91 +version: 6.5.0 revision: 2 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: 9e6d08149462353a94341d0dcea7029c5cae07e413e93309faf41407298ef3fc + checksum: 15d6f10cafe6eff449ff25e0d5d2e087170379b84c991ca46a7e4c95b37c9332