summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Valdes2019-11-24 18:10:46 -0500
committerAlejandro Valdes2019-11-24 18:10:46 -0500
commitc258747cb615f32042b7d08e28bf1ea2510ee7bf (patch)
tree5c9540b4066868c2ca871b99ebbd9e18ed5da284
parenteccca978a542d4771766db0442c0150a99fc846b (diff)
downloadaur-c258747cb615f32042b7d08e28bf1ea2510ee7bf.tar.gz
Bump to 0.5.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d918f42b6173..6a6cb1021068 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = plasma5-applets-window-title
pkgdesc = Plasma 5 applet that shows the application title and icon for active window
- pkgver = 0.5.1
+ pkgver = 0.5.2
pkgrel = 1
url = https://github.com/psifidotos/applet-window-title
arch = x86_64
license = GPL
depends = plasma-workspace
- source = https://github.com/psifidotos/applet-window-title/archive/0.5.1.tar.gz
- sha512sums = 59145263f5cda77dbffce1eb7b179ab13d85b0be9f762c7bce356c214a51e9b71c52f6f05349586559a8035295c6eb4c4e95976da9249f9fd46b65e4a72c3e02
+ source = https://github.com/psifidotos/applet-window-title/archive/v0.5.2.tar.gz
+ sha512sums = 4183ed614263156709cdf9cd8f581782dbf3b53734783701c69b6a7f125a1a2f65488caded801708299a143ac54b5412caa8fede826a7188f3019ff7901885d4
pkgname = plasma5-applets-window-title
diff --git a/PKGBUILD b/PKGBUILD
index 82d4af172448..d30d8e5b23ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Alejandro Valdes <alejandrovaldes@live.com>
pkgname=plasma5-applets-window-title
-pkgver=0.5.1
+pkgver=0.5.2
pkgrel=1
pkgdesc="Plasma 5 applet that shows the application title and icon for active window"
arch=(x86_64)
url="https://github.com/psifidotos/applet-window-title"
license=(GPL)
depends=(plasma-workspace)
-source=("https://github.com/psifidotos/applet-window-title/archive/$pkgver.tar.gz")
-sha512sums=('59145263f5cda77dbffce1eb7b179ab13d85b0be9f762c7bce356c214a51e9b71c52f6f05349586559a8035295c6eb4c4e95976da9249f9fd46b65e4a72c3e02')
+source=("https://github.com/psifidotos/applet-window-title/archive/v$pkgver.tar.gz")
+sha512sums=('4183ed614263156709cdf9cd8f581782dbf3b53734783701c69b6a7f125a1a2f65488caded801708299a143ac54b5412caa8fede826a7188f3019ff7901885d4')
package() {
_pkgdir="$pkgdir/usr/share/plasma/plasmoids/org.kde.windowtitle"