summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2019-07-31 22:28:52 -0400
committerTed Alff2019-07-31 22:28:52 -0400
commit759829865007b759f0896d9b740d0e4be6847d43 (patch)
tree278c3c27e0bb75cd101a6f2b95ca43b9b49eedc7
parent2b4ae206a458c6711e2bf737b2a3a27d185188f8 (diff)
downloadaur-759829865007b759f0896d9b740d0e4be6847d43.tar.gz
Adopt and update to 0.4.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD11
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 248c2680df89..24763b49ce8a 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.5
+ pkgver = 0.4.6
pkgrel = 1
url = https://github.com/cedl38/xfce4-windowck-plugin
arch = i686
@@ -9,12 +9,12 @@ pkgbase = xfce4-windowck-plugin
license = GPL3
makedepends = intltool
makedepends = xfce4-dev-tools
- makedepends = python3
+ makedepends = python
makedepends = imagemagick
depends = xfce4-panel
options = !libtool
- source = xfce4-windowck-plugin-0.4.5.tar.gz::https://github.com/cedl38/xfce4-windowck-plugin/archive/v0.4.5.tar.gz
- sha256sums = 7c20e2af27e6f0406dd0598c0282a9ed73c5e83a178f7f79bb577482f4b5b091
+ source = xfce4-windowck-plugin-0.4.6.tar.gz::https://github.com/cedl38/xfce4-windowck-plugin/archive/v0.4.6.tar.gz
+ sha256sums = 1643fa4a8bdbc401160fae6a132dcab89ed88d10231f84ed058f7a3e842763f7
pkgname = xfce4-windowck-plugin
diff --git a/PKGBUILD b/PKGBUILD
index a13c2318a28c..122f7dbb2782 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
-# Maintainer: Thanos Apostolou <thanosapostolou@outlook.com>
-# Maintainer: Cedric Leporcq <cedric at gmail dot com>
+# Maintainer: twa022 <twa022 at gmil dot com>
+# Contributor: Thanos Apostolou <thanosapostolou@outlook.com>
+# Contributor: Cedric Leporcq <cedric at gmail dot com>
pkgname=xfce4-windowck-plugin
-pkgver=0.4.5
+pkgver=0.4.6
pkgrel=1
pkgdesc="Xfce panel plugin which allows to put the maximized window title and buttons on the panel."
arch=('i686' 'x86_64')
@@ -10,10 +11,10 @@ url="https://github.com/cedl38/xfce4-windowck-plugin"
license=('GPL3')
groups=('xfce4')
depends=('xfce4-panel')
-makedepends=('intltool' 'xfce4-dev-tools' 'python3' 'imagemagick')
+makedepends=('intltool' 'xfce4-dev-tools' 'python' 'imagemagick')
options=('!libtool')
source=("$pkgname-$pkgver.tar.gz::https://github.com/cedl38/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('7c20e2af27e6f0406dd0598c0282a9ed73c5e83a178f7f79bb577482f4b5b091')
+sha256sums=('1643fa4a8bdbc401160fae6a132dcab89ed88d10231f84ed058f7a3e842763f7')
build() {
cd "$srcdir/${pkgname}-$pkgver"