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 2357176b18ed..9fa56bed5141 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = plasma5-applets-window-title
pkgdesc = Plasma 5 applet that shows the application title and icon for active window
- pkgver = 0.7.0
+ pkgver = 0.7.1
pkgrel = 2
url = https://github.com/psifidotos/applet-window-title
arch = any
license = GPL
depends = plasma-workspace
- source = https://github.com/psifidotos/applet-window-title/archive/0.7.0.tar.gz
- sha512sums = c08ac528ae9aae1d5745aa9aa13e1907b626c3290fa338961e89c3ee1ac94ad11303710561c50b39c77a40e2e76fb3269f43bdd814e367e085752ebf52e850b2
+ source = https://github.com/psifidotos/applet-window-title/archive/0.7.1.tar.gz
+ sha512sums = ef00dbbed30d6fd3ee872ddf211e12567943ecfa9cf1cbeb1b8e494b869fd8592d666d57cd09ef4fcd16c468c4ce48c42bdaccc88b3ede33c7e442d3e3f623b9
pkgname = plasma5-applets-window-title
diff --git a/PKGBUILD b/PKGBUILD
index 6e1cb50b6991..c0c35399ead7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alejandro Valdes <alejandrovaldes@live.com>
pkgname=plasma5-applets-window-title
-pkgver=0.7.0
+pkgver=0.7.1
pkgrel=2
pkgdesc="Plasma 5 applet that shows the application title and icon for active window"
arch=(any)
@@ -9,7 +9,7 @@ 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=('c08ac528ae9aae1d5745aa9aa13e1907b626c3290fa338961e89c3ee1ac94ad11303710561c50b39c77a40e2e76fb3269f43bdd814e367e085752ebf52e850b2')
+sha512sums=('ef00dbbed30d6fd3ee872ddf211e12567943ecfa9cf1cbeb1b8e494b869fd8592d666d57cd09ef4fcd16c468c4ce48c42bdaccc88b3ede33c7e442d3e3f623b9')
package() {
_pkgdir="$pkgdir/usr/share/plasma/plasmoids/org.kde.windowtitle"