summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTed Alff2019-07-31 22:28:52 -0400
committerTed Alff2019-07-31 22:28:52 -0400
commit759829865007b759f0896d9b740d0e4be6847d43 (patch)
tree278c3c27e0bb75cd101a6f2b95ca43b9b49eedc7 /PKGBUILD
parent2b4ae206a458c6711e2bf737b2a3a27d185188f8 (diff)
downloadaur-759829865007b759f0896d9b740d0e4be6847d43.tar.gz
Adopt and update to 0.4.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 6 insertions, 5 deletions
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"