Date: Thursday, December 15, 2022 @ 13:46:34 Author: foutrelis Revision: 464373
upgpkg: thunar 4.18.0-1 Modified: thunar/trunk/PKGBUILD ----------+ PKGBUILD | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-12-15 13:41:53 UTC (rev 464372) +++ PKGBUILD 2022-12-15 13:46:34 UTC (rev 464373) @@ -2,15 +2,15 @@ # Contributor: Andrew Simmons <[email protected]> pkgname=thunar -pkgver=4.16.11 -pkgrel=2 -pkgdesc="Modern file manager for Xfce" +pkgver=4.18.0 +pkgrel=1 +pkgdesc="Modern, fast and easy-to-use file manager for Xfce" arch=('x86_64') url="https://docs.xfce.org/xfce/thunar/start" license=('GPL2' 'LGPL2.1') groups=('xfce4') depends=('desktop-file-utils' 'libexif' 'hicolor-icon-theme' 'libnotify' - 'libgudev' 'exo' 'libxfce4util' 'libxfce4ui' 'libpng') + 'pcre2' 'libgudev' 'exo' 'libxfce4util' 'libxfce4ui' 'libpng') makedepends=('intltool' 'gobject-introspection' 'xfce4-panel') optdepends=('gvfs: trash support, mounting with udisk and remote filesystems' 'tumbler: thumbnail previews' @@ -19,14 +19,14 @@ 'thunar-media-tags-plugin: view/edit ID3/OGG tags') options=('debug') source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2) -sha256sums=('f47dde90b2e5e3e31920a4f57ddd3670282d0a90870a45e89148fce41b2a8a1b') +sha256sums=('d1f4b080c97b9e390eff199aaaac7562fb20f031686f8d5ee5207e953bfc2feb') prepare() { - cd "$srcdir/$pkgname-$pkgver" + cd $pkgname-$pkgver } build() { - cd "$srcdir/$pkgname-$pkgver" + cd $pkgname-$pkgver ./configure \ --prefix=/usr \ @@ -35,13 +35,12 @@ --enable-gudev \ --enable-notifications \ --enable-exif \ - --enable-pcre \ --disable-debug make } package() { - cd "$srcdir/$pkgname-$pkgver" + cd $pkgname-$pkgver make DESTDIR="$pkgdir" install }
