summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Valdes2019-09-08 20:27:57 -0500
committerAlejandro Valdes2019-09-08 20:27:57 -0500
commiteccca978a542d4771766db0442c0150a99fc846b (patch)
tree325ba52dbd99d65578cfe7db2832ff4af404e6c0
parent8dca352bb97785cb249297e3c6d1be67fe45573f (diff)
downloadaur-eccca978a542d4771766db0442c0150a99fc846b.tar.gz
Bump to 0.5.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 72105b0ae307..d918f42b6173 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.0
+ pkgver = 0.5.1
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/v0.5.0.tar.gz
- sha512sums = d7e5860c67d0556f0427702b9b11f1203a251534907a9af93d28152c36ba690a4d56c406f7809fed00c8bcb635d71d3c46d1666d42b4764f6ab226113c3a881f
+ source = https://github.com/psifidotos/applet-window-title/archive/0.5.1.tar.gz
+ sha512sums = 59145263f5cda77dbffce1eb7b179ab13d85b0be9f762c7bce356c214a51e9b71c52f6f05349586559a8035295c6eb4c4e95976da9249f9fd46b65e4a72c3e02
pkgname = plasma5-applets-window-title
diff --git a/PKGBUILD b/PKGBUILD
index 0556617dadd8..82d4af172448 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Alejandro Valdes <alejandrovaldes@live.com>
pkgname=plasma5-applets-window-title
-pkgver=0.5.0
+pkgver=0.5.1
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/v$pkgver.tar.gz")
-sha512sums=('d7e5860c67d0556f0427702b9b11f1203a251534907a9af93d28152c36ba690a4d56c406f7809fed00c8bcb635d71d3c46d1666d42b4764f6ab226113c3a881f')
+source=("https://github.com/psifidotos/applet-window-title/archive/$pkgver.tar.gz")
+sha512sums=('59145263f5cda77dbffce1eb7b179ab13d85b0be9f762c7bce356c214a51e9b71c52f6f05349586559a8035295c6eb4c4e95976da9249f9fd46b65e4a72c3e02')
package() {
_pkgdir="$pkgdir/usr/share/plasma/plasmoids/org.kde.windowtitle"