summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2021-01-23 09:37:28 -0500
committerTed Alff2021-01-23 09:37:28 -0500
commit81670cf1d4898daabb06e7033f2e26b5fa614b8d (patch)
treedf4cbf1839d344c8acacfa5b5033dcf99f767d67
parent34e86be60a70ea43f6f4e9ace847aeb6c7a86330 (diff)
downloadaur-81670cf1d4898daabb06e7033f2e26b5fa614b8d.tar.gz
Version bump 4.17.0
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3dee4ef5f933..9cbe955f77d6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = thunar-devel
pkgdesc = file manager for xfce
- pkgver = 4.15.3
- pkgrel = 2
+ pkgver = 4.17.0
+ pkgrel = 1
url = https://thunar.xfce.org
arch = i686
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = thunar-devel
makedepends = gtk-doc
makedepends = gobject-introspection
depends = desktop-file-utils
- depends = exo
+ depends = exo>=4.15.3
depends = gtk3
depends = hicolor-icon-theme
depends = libgudev
@@ -29,10 +29,10 @@ pkgbase = thunar-devel
optdepends = thunar-volman: manages removable devices
optdepends = thunar-archive-plugin: create and deflate archives
optdepends = thunar-media-tags-plugin: view/edit id3/ogg tags
- provides = thunar=4.15.3
+ provides = thunar=4.17.0
conflicts = thunar
- source = https://archive.xfce.org/src/xfce/thunar/4.15/thunar-4.15.3.tar.bz2
- sha256sums = f5f90e77cf6bdffe229d9d3a4d46a0e392d3e94b9ee1af7433e6e2fe45e35c5f
+ source = https://archive.xfce.org/src/xfce/thunar/4.17/thunar-4.17.0.tar.bz2
+ sha256sums = ad004f02d8bda692d76ec2a264e3e1121ae065f3d2ecc9cfe7dd82cd5c69f8a5
pkgname = thunar-devel
diff --git a/PKGBUILD b/PKGBUILD
index 6ad1d3726120..14f4047d196d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
_pkgname=thunar
pkgname=${_pkgname}-devel
-pkgver=4.15.3
-pkgrel=2
+pkgver=4.17.0
+pkgrel=1
pkgdesc='file manager for xfce'
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
license=('GPL')
groups=('xfce4-devel')
url='https://thunar.xfce.org'
-depends=('desktop-file-utils' 'exo' 'gtk3' 'hicolor-icon-theme' 'libgudev'
+depends=('desktop-file-utils' 'exo>=4.15.3' 'gtk3' 'hicolor-icon-theme' 'libgudev'
'libexif' 'libnotify' 'libpng' 'libxfce4ui>=4.15.3' 'libxfce4util>=4.15.2')
makedepends=('intltool' 'xfce4-panel' 'gtk-doc' 'gobject-introspection') # 'xfce4-dev-tools')
optdepends=('gvfs: trash support, mounting with udisks, and remote filesystems'
@@ -21,7 +21,7 @@ optdepends=('gvfs: trash support, mounting with udisks, and remote filesystems'
provides=("${_pkgname}=${pkgver}")
conflicts=("${_pkgname}")
source=("https://archive.xfce.org/src/xfce/${_pkgname}/${pkgver%.*}/${_pkgname}-${pkgver}.tar.bz2")
-sha256sums=('f5f90e77cf6bdffe229d9d3a4d46a0e392d3e94b9ee1af7433e6e2fe45e35c5f')
+sha256sums=('ad004f02d8bda692d76ec2a264e3e1121ae065f3d2ecc9cfe7dd82cd5c69f8a5')
build() {
cd "${_pkgname}-${pkgver}"