community/libqtxdg to 3.4.0-1

This commit is contained in:
Kevin Mihelich 2019-11-02 15:37:49 +00:00
parent 30f2c544e6
commit c51b3c75b9

View file

@ -5,8 +5,8 @@
# - patch to disable LTO
pkgname=libqtxdg
pkgver=3.3.1
pkgrel=6
pkgver=3.4.0
pkgrel=1
pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
arch=("x86_64")
url="https://lxqt.org"
@ -19,7 +19,7 @@ source=(
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc"
'0001-disable-LTO.patch'
)
sha256sums=('1061fa6a4783df5e33ea2876f03f88b9ffef8157d37da97ea6b217b736c2d6d6'
sha256sums=('7bb5bbbb901915888107ddcd1f120801569970832bda656b3abeb6514c2ab66e'
'SKIP'
'8d6d7370b40bd54bd7582138926fc258a055e30afeb8de1c3385de333542b54a')
validpgpkeys=(
@ -37,7 +37,6 @@ build() {
cd build
cmake "$srcdir/$pkgname-$pkgver" \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DBUILD_TESTS=ON
make
}