summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e0d3e2f7867..67a905dab614 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = x-tile-git
pkgdesc = Allows you to select a number of windows and tile them in different ways
- pkgver = 3.3.r1.gfd9e917
- pkgrel = 2
+ pkgver = 3.3.r4.g76faafc
+ pkgrel = 1
url = https://www.giuspen.com/x-tile
arch = any
license = GPL2
@@ -10,7 +10,8 @@ pkgbase = x-tile-git
makedepends = git
depends = gtk3
depends = python-gobject
- optdepends = libappindicator-gtk3: Tray icon support
+ optdepends = libappindicator-gtk3: AppIndicator3 support
+ optdepends = libayatana-appindicator: AyatanaAppIndicator3 support
provides = x-tile
conflicts = x-tile
source = git+https://github.com/giuspen/x-tile.git
diff --git a/PKGBUILD b/PKGBUILD
index bf731f43b947..654f22f24c75 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Fanch
# Co-Maintainer: Mark Wagie <mark.wagie at tutanota dot com>
pkgname=x-tile-git
-pkgver=3.3.r1.gfd9e917
-pkgrel=2
+pkgver=3.3.r4.g76faafc
+pkgrel=1
pkgdesc="Allows you to select a number of windows and tile them in different ways"
arch=('any')
url="https://www.giuspen.com/x-tile"
@@ -10,7 +10,8 @@ license=('GPL2')
depends=('gtk3' 'python-gobject')
makedepends=('git')
checkdepends=('desktop-file-utils' 'appstream-glib')
-optdepends=('libappindicator-gtk3: Tray icon support')
+optdepends=('libappindicator-gtk3: AppIndicator3 support'
+ 'libayatana-appindicator: AyatanaAppIndicator3 support')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=('git+https://github.com/giuspen/x-tile.git'