diff options
author | Freemor <freemor@freemor.ca> | 2019-08-13 11:02:05 -0300 |
---|---|---|
committer | Freemor <freemor@freemor.ca> | 2019-08-13 11:02:05 -0300 |
commit | 54caeeb5ef363e2033730e24264faeb437aa16f0 (patch) | |
tree | 7ec0765c90f38c681c64631cfc792d97ef4c2635 /libre/libxfce4ui | |
parent | cde9927bd1b43591a7dffa9fbabd3749c0075ae2 (diff) | |
download | abslibre-54caeeb5ef363e2033730e24264faeb437aa16f0.tar.gz abslibre-54caeeb5ef363e2033730e24264faeb437aa16f0.tar.bz2 abslibre-54caeeb5ef363e2033730e24264faeb437aa16f0.zip |
Bring [libre/libxfce4ui] up to date. Fix issue #2435
Diffstat (limited to 'libre/libxfce4ui')
-rw-r--r-- | libre/libxfce4ui/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/libxfce4ui/PKGBUILD b/libre/libxfce4ui/PKGBUILD index 0616c3b49..19eaf1f70 100644 --- a/libre/libxfce4ui/PKGBUILD +++ b/libre/libxfce4ui/PKGBUILD @@ -4,7 +4,7 @@ # Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> pkgname=libxfce4ui -pkgver=4.13.4 +pkgver=4.14.1 pkgrel=1 pkgrel+=.par1 pkgdesc="Commonly used Xfce widgets among Xfce applications" @@ -17,7 +17,7 @@ depends=('libxfce4util' 'gtk2' 'gtk3' 'xfconf' 'libsm' 'startup-notification' 'hicolor-icon-theme') makedepends=('intltool' 'gobject-introspection' 'vala') source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2) -sha256sums=('d63fcdb8e5acb6f0d26075ea17d320dbfbec2058567cd67cb99824c7402a1f79') +sha256sums=('c449075eaeae4d1138d22eeed3d2ad7032b87fb8878eada9b770325bed87f2da') build() { cd "$srcdir/$pkgname-$pkgver" |