summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Valdes2021-06-13 16:17:59 -0500
committerAlejandro Valdes2021-06-13 16:17:59 -0500
commit1a240ee3090556d343722e05931665fa597f2bee (patch)
tree47fe493855215f3df1dafd710e51a9118f29bae9
parentda75868448810023e95fbcd76e05adcf47354629 (diff)
downloadaur-1a240ee3090556d343722e05931665fa597f2bee.tar.gz
Bump to 0.7.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 72aa7136e05c..b54ef43566ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = plasma5-applets-window-title
pkgdesc = Plasma 5 applet that shows the application title and icon for active window
- pkgver = 0.6.0
+ pkgver = 0.7.0
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.6.0.tar.gz
- sha512sums = 13ca0e92de0cf8fdd2f481d2580e540217efde30dad7cdc3d2c37364cb73bd488e41c15e839fdd5d16ea066b46d887dc29e7d40e7ec6271ca4e213e75b9c1448
+ source = https://github.com/psifidotos/applet-window-title/archive/0.7.0.tar.gz
+ sha512sums = c08ac528ae9aae1d5745aa9aa13e1907b626c3290fa338961e89c3ee1ac94ad11303710561c50b39c77a40e2e76fb3269f43bdd814e367e085752ebf52e850b2
pkgname = plasma5-applets-window-title
-
diff --git a/PKGBUILD b/PKGBUILD
index 2b97ab767d57..21338145a5ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alejandro Valdes <alejandrovaldes@live.com>
pkgname=plasma5-applets-window-title
-pkgver=0.6.0
+pkgver=0.7.0
pkgrel=1
pkgdesc="Plasma 5 applet that shows the application title and icon for active window"
arch=(x86_64)
@@ -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=('13ca0e92de0cf8fdd2f481d2580e540217efde30dad7cdc3d2c37364cb73bd488e41c15e839fdd5d16ea066b46d887dc29e7d40e7ec6271ca4e213e75b9c1448')
+sha512sums=('c08ac528ae9aae1d5745aa9aa13e1907b626c3290fa338961e89c3ee1ac94ad11303710561c50b39c77a40e2e76fb3269f43bdd814e367e085752ebf52e850b2')
package() {
_pkgdir="$pkgdir/usr/share/plasma/plasmoids/org.kde.windowtitle"