summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9cc607a2893..90478a84d33b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = plasma6-applets-window-title
pkgdesc = Plasma 6 applet that shows the application title and icon for active window
- pkgver = 0.3
+ pkgver = 0.5
pkgrel = 1
url = https://github.com/dhruv8sh/plasma6-window-title-applet
arch = any
license = GPL
depends = plasma-workspace
- source = https://github.com/dhruv8sh/plasma6-window-title-applet/archive/refs/tags/v0.3.tar.gz
- sha256sums = a37e131ac103665df9268251d73a9c4db02e6a44d68bcdb9b1d66394fd328a08
+ source = https://github.com/dhruv8sh/plasma6-window-title-applet/archive/refs/tags/v0.5.tar.gz
+ sha256sums = 45911175f115d6961a200759eee4bce20f7991b20ced24036a486dae2759d055
pkgname = plasma6-applets-window-title
diff --git a/PKGBUILD b/PKGBUILD
index 726281c5c674..13815d0ee33c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Alejandro Valdes <alejandrovaldes@live.com>
pkgname=plasma6-applets-window-title
-pkgver=0.3
+pkgver=0.5
pkgrel=1
pkgdesc="Plasma 6 applet that shows the application title and icon for active window"
arch=(any)
@@ -10,7 +10,7 @@ url="https://github.com/dhruv8sh/plasma6-window-title-applet"
license=(GPL)
depends=(plasma-workspace)
source=(https://github.com/dhruv8sh/plasma6-window-title-applet/archive/refs/tags/v$pkgver.tar.gz)
-sha256sums=('a37e131ac103665df9268251d73a9c4db02e6a44d68bcdb9b1d66394fd328a08')
+sha256sums=('45911175f115d6961a200759eee4bce20f7991b20ced24036a486dae2759d055')
package() {
_pkgdir="$pkgdir/usr/share/plasma/plasmoids/org.kde.windowtitle"