Date: Friday, December 21, 2018 @ 22:06:59 Author: bgyorgy Revision: 417466
upgpkg: libhandy 0.0.6-1 Update to new version Modified: libhandy/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-12-21 21:27:43 UTC (rev 417465) +++ PKGBUILD 2018-12-21 22:06:59 UTC (rev 417466) @@ -1,8 +1,8 @@ # Maintainer: Balló György <ballogyor+arch at gmail dot com> pkgname=libhandy -pkgver=0.0.5 -pkgrel=2 +pkgver=0.0.6 +pkgrel=1 pkgdesc="Library full of GTK+ widgets for mobile phones" arch=(x86_64) url="https://source.puri.sm/Librem5/libhandy" @@ -9,7 +9,7 @@ license=(LGPL2.1) depends=(gtk3) makedepends=(git glade gobject-introspection meson vala) -_commit=9c99704e4cc02d8aff8c03ebd583197677f67e52 # tags/v0.0.5^0 +_commit=cfb1326f11472b77596e136c81424d5ae542e536 # tags/v0.0.6^0 source=("git+https://source.puri.sm/Librem5/libhandy.git#commit=$_commit") sha256sums=('SKIP') @@ -19,11 +19,10 @@ } build() { - arch-meson $pkgname build -Dgtk_doc=true + arch-meson $pkgname build -Dgtk_doc=true -Dexamples=false ninja -C build } package() { DESTDIR="$pkgdir" meson install -C build - rm -r "$pkgdir"/usr/{bin,subdir} }
