summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Leporcq2015-06-16 07:23:29 +0200
committerCédric Leporcq2015-06-16 07:23:29 +0200
commit51ce70537f0bb6a54dcf80d7bdcbe98dc02c1b14 (patch)
tree9fb4eab20e384722d3c4bd7fa738af79656c1d1a
parentb91e8e071a2510aeaf1975bb4e3c5de58dfc8c80 (diff)
downloadaur-51ce70537f0bb6a54dcf80d7bdcbe98dc02c1b14.tar.gz
v0.4.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1417d6c77ce4..22582dc92b45 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xfce4-windowck-plugin
pkgdesc = Xfce panel plugin which allows to put the maximized window title and buttons on the panel.
- pkgver = 0.4.3
+ pkgver = 0.4.4
pkgrel = 1
url = https://github.com/cedl38/xfce4-windowck-plugin
install = xfce4-windowck-plugin.install
@@ -14,8 +14,8 @@ pkgbase = xfce4-windowck-plugin
makedepends = imagemagick
depends = xfce4-panel
options = !libtool
- source = xfce4-windowck-plugin-0.4.3.tar.gz::https://github.com/cedl38/xfce4-windowck-plugin/archive/v0.4.3.tar.gz
- sha256sums = 2888fe904f2f911cd43c532ff53678d86201a9435a300a982242e378beeecd26
+ source = xfce4-windowck-plugin-0.4.4.tar.gz::https://github.com/cedl38/xfce4-windowck-plugin/archive/v0.4.4.tar.gz
+ sha256sums = 92b6c9e199d32cf96619c31e2cfac19e375575d581e78fa043f9f6a59c1df13f
pkgname = xfce4-windowck-plugin
diff --git a/PKGBUILD b/PKGBUILD
index d8dfae9c074c..2cff28d1de70 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Cedric Leporcq <cedric at gmail dot com>
pkgname=xfce4-windowck-plugin
-pkgver=0.4.3
+pkgver=0.4.4
pkgrel=1
pkgdesc="Xfce panel plugin which allows to put the maximized window title and buttons on the panel."
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ makedepends=('intltool' 'xfce4-dev-tools' 'python3' 'imagemagick')
options=('!libtool')
install=$pkgname.install
source=("$pkgname-$pkgver.tar.gz::https://github.com/cedl38/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('2888fe904f2f911cd43c532ff53678d86201a9435a300a982242e378beeecd26')
+sha256sums=('92b6c9e199d32cf96619c31e2cfac19e375575d581e78fa043f9f6a59c1df13f')
build() {
cd "$srcdir/${pkgname}-$pkgver"