summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Valdes2020-01-28 18:01:37 -0500
committerAlejandro Valdes2020-01-28 18:01:37 -0500
commitda75868448810023e95fbcd76e05adcf47354629 (patch)
treee0570339e380b4cccd37e8b4ed78a01ee5d37573
parentc258747cb615f32042b7d08e28bf1ea2510ee7bf (diff)
downloadaur-da75868448810023e95fbcd76e05adcf47354629.tar.gz
Bump to 0.6.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a6cb1021068..72aa7136e05c 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.2
+ pkgver = 0.6.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/v0.5.2.tar.gz
- sha512sums = 4183ed614263156709cdf9cd8f581782dbf3b53734783701c69b6a7f125a1a2f65488caded801708299a143ac54b5412caa8fede826a7188f3019ff7901885d4
+ source = https://github.com/psifidotos/applet-window-title/archive/0.6.0.tar.gz
+ sha512sums = 13ca0e92de0cf8fdd2f481d2580e540217efde30dad7cdc3d2c37364cb73bd488e41c15e839fdd5d16ea066b46d887dc29e7d40e7ec6271ca4e213e75b9c1448
pkgname = plasma5-applets-window-title
diff --git a/PKGBUILD b/PKGBUILD
index d30d8e5b23ee..2b97ab767d57 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Alejandro Valdes <alejandrovaldes@live.com>
pkgname=plasma5-applets-window-title
-pkgver=0.5.2
+pkgver=0.6.0
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=('4183ed614263156709cdf9cd8f581782dbf3b53734783701c69b6a7f125a1a2f65488caded801708299a143ac54b5412caa8fede826a7188f3019ff7901885d4')
+source=("https://github.com/psifidotos/applet-window-title/archive/$pkgver.tar.gz")
+sha512sums=('13ca0e92de0cf8fdd2f481d2580e540217efde30dad7cdc3d2c37364cb73bd488e41c15e839fdd5d16ea066b46d887dc29e7d40e7ec6271ca4e213e75b9c1448')
package() {
_pkgdir="$pkgdir/usr/share/plasma/plasmoids/org.kde.windowtitle"