summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2020-12-23 17:00:18 -0500
committerTed Alff2020-12-23 17:00:18 -0500
commite281de7e157376fee0731b36473b9c284e3f4d89 (patch)
tree9ab7ce3552d4709e63ba55459039dba40580384c
parent5fcb166092df4f78296577ea9ec55402e8a474e4 (diff)
downloadaur-e281de7e157376fee0731b36473b9c284e3f4d89.tar.gz
Version bump 0.4.10. Switch to invidian's branch.
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD14
2 files changed, 16 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8eb715b53606..e806b2457b3b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,22 @@
pkgbase = xfce4-windowck-plugin
pkgdesc = Xfce panel plugin which allows to put the maximized window title and buttons on the panel.
- pkgver = 0.4.6
- pkgrel = 2
- url = https://github.com/cedl38/xfce4-windowck-plugin
+ pkgver = 0.4.10
+ pkgrel = 1
+ url = https://github.com/invidian/xfce4-windowck-plugin
arch = i686
arch = x86_64
+ arch = armv7h
+ arch = aarch64
license = GPL3
makedepends = intltool
makedepends = xfce4-dev-tools
makedepends = python
makedepends = imagemagick
- depends = xfce4-panel<4.15.0
- depends = libwnck
+ depends = xfce4-panel>=4.16.0
+ depends = libwnck3
options = !libtool
- source = xfce4-windowck-plugin-0.4.6.tar.gz::https://github.com/cedl38/xfce4-windowck-plugin/archive/v0.4.6.tar.gz
- sha256sums = 1643fa4a8bdbc401160fae6a132dcab89ed88d10231f84ed058f7a3e842763f7
+ source = xfce4-windowck-plugin-0.4.10.tar.gz::https://github.com/invidian/xfce4-windowck-plugin/archive/v0.4.10.tar.gz
+ sha256sums = ff12ae63b26f5d62c839e9c15b329de2b1f372f105fbc063281a98a62097cac3
pkgname = xfce4-windowck-plugin
diff --git a/PKGBUILD b/PKGBUILD
index 7c241e30c61e..b8e307a2a3fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,17 @@
# Contributor: Cedric Leporcq <cedric at gmail dot com>
pkgname=xfce4-windowck-plugin
-pkgver=0.4.6
-pkgrel=2
+pkgver=0.4.10
+pkgrel=1
pkgdesc="Xfce panel plugin which allows to put the maximized window title and buttons on the panel."
-arch=('i686' 'x86_64')
-url="https://github.com/cedl38/xfce4-windowck-plugin"
+arch=('i686' 'x86_64' 'armv7h' 'aarch64')
+url="https://github.com/invidian/xfce4-windowck-plugin"
license=('GPL3')
-depends=('xfce4-panel<4.15.0' 'libwnck')
+depends=('xfce4-panel>=4.16.0' 'libwnck3')
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=('1643fa4a8bdbc401160fae6a132dcab89ed88d10231f84ed058f7a3e842763f7')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/invidian/$pkgname/archive/v$pkgver.tar.gz")
+sha256sums=('ff12ae63b26f5d62c839e9c15b329de2b1f372f105fbc063281a98a62097cac3')
build() {
cd "$srcdir/${pkgname}-$pkgver"