summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFanch The System2020-03-29 16:26:09 +0200
committerFanch The System2020-03-29 16:26:09 +0200
commit5741a4e1e3387801f01fba3c5798467930c7c2fe (patch)
treee4dbc00a3de7f836f7a9ca6d42d8db8f2339ca43
parente504bfcf876074f1edc95dbddea7b742c350362c (diff)
downloadaur-5741a4e1e3387801f01fba3c5798467930c7c2fe.tar.gz
Update Version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3173890bb3ae..e21ec50f6548 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = x-tile-git
pkgdesc = X-tile is an application that allows you to select a number of windows and tile them in different ways. It works on any X desktop (gnome, kde, xfce, lxde…).
- pkgver = 2.6.r0.ga140788
+ pkgver = 2.6.r3.gbc2ffd3
pkgrel = 1
url = http://www.giuspen.com/x-tile
arch = any
license = GPL2
makedepends = git
makedepends = python2-distutils-extra
- depends = hicolor-icon-theme
- depends = pygtk
- depends = python2-libappindicator
+ depends = gconf
+ depends = libappindicator-gtk3
+ depends = python2-gobject
provides = x-tile
conflicts = x-tile
source = x-tile::git+https://github.com/giuspen/x-tile.git
diff --git a/PKGBUILD b/PKGBUILD
index 8d4a9371c455..c116615b0420 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
_pkgname=x-tile
pkgname=${_pkgname}-git
-pkgver=2.6.r0.ga140788
+pkgver=2.6.r3.gbc2ffd3
pkgrel=1
pkgdesc="X-tile is an application that allows you to select a number of windows and tile them in different ways. It works on any X desktop (gnome, kde, xfce, lxde…)."
arch=(any)
url=http://www.giuspen.com/$_pkgname
license=(GPL2)
-depends=('hicolor-icon-theme' 'pygtk' 'python2-libappindicator')
+#depends=('hicolor-icon-theme' 'pygtk' 'python2-libappindicator')
+depends=('gconf' 'libappindicator-gtk3' 'python2-gobject')
makedepends=('git' 'python2-distutils-extra')
provides=("${_pkgname}")