summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor2018-07-18 14:00:23 -0400
committerIgor2018-07-18 14:00:23 -0400
commit75d25aa40dfcad98568c8e1409c861589627829d (patch)
treed3a93db5f40267f09d48aec63bea2bb12a858d48
parente1cfae9e308128b1c55a3df1b0f151286a63cbd3 (diff)
downloadaur-75d25aa40dfcad98568c8e1409c861589627829d.tar.gz
Fix typo in the gtk2 version
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd25a25be762..c82ee5c81079 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = exo-git
pkgdesc = Extensions to Xfce originally developed by os-cillation.
pkgver = 0.12.0.r2131.03df63a
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://git.xfce.org/xfce/exo/tree/README
arch = i686
@@ -18,7 +18,7 @@ pkgbase = exo-git
depends = libxfce4util>=4.12
depends = gtk3>=3.22
depends = glib2>=2.42
- depends = gtk2>=2,24
+ depends = gtk2>=2.24
depends = hicolor-icon-theme
depends = libxfce4ui>=4.12
depends = libsm
diff --git a/PKGBUILD b/PKGBUILD
index 0f61250acc17..c42f3292f87f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,14 +8,14 @@
pkgname=exo-git
pkgver=0.12.0.r2131.03df63a
-pkgrel=1
+pkgrel=2
pkgdesc="Extensions to Xfce originally developed by os-cillation."
arch=('i686' 'x86_64')
license=('GPL2' 'LGPL2.1')
url="https://git.xfce.org/xfce/exo/tree/README"
groups=('xfce4-git')
provides=("exo=${pkgver}")
-depends=('libxfce4util>=4.12' 'gtk3>=3.22' 'glib2>=2.42' 'gtk2>=2,24' 'hicolor-icon-theme' 'libxfce4ui>=4.12' 'libsm')
+depends=('libxfce4util>=4.12' 'gtk3>=3.22' 'glib2>=2.42' 'gtk2>=2.24' 'hicolor-icon-theme' 'libxfce4ui>=4.12' 'libsm')
makedepends=('xfce4-dev-tools' 'git' 'pkgconfig' 'libnotify' 'perl-uri' 'pygtk>=2.13')
optdepends=('libnotify: enables notification support'
'perl: enables mail-compose helper script')