Date: Tuesday, October 6, 2020 @ 23:34:40 Author: heftig Revision: 397455
1.0.0-2: fix url Modified: libhandy/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-10-06 22:35:44 UTC (rev 397454) +++ PKGBUILD 2020-10-06 23:34:40 UTC (rev 397455) @@ -3,13 +3,13 @@ pkgname=libhandy pkgver=1.0.0 -pkgrel=1 +pkgrel=2 pkgdesc="Library full of GTK+ widgets for mobile phones" +url="https://gitlab.gnome.org/GNOME/libhandy" arch=(x86_64) -url="https://source.puri.sm/Librem5/libhandy" license=(LGPL) depends=(glib2 gtk3) -makedepends=(git glade gobject-introspection meson vala) +makedepends=(git gobject-introspection meson vala glade) checkdepends=(xorg-server-xvfb) provides=(libhandy-1.so) _commit=94313c206258860b2428712e7ece1d02c5177857 # tags/1.0.0^0 @@ -17,7 +17,7 @@ sha256sums=('SKIP') prepare() { - cd $pkgname + cd libhandy # Fix build with glade 3.38.0 git cherry-pick -n 65ff089b7f346f3809e9e0050ea32ac003465ede @@ -24,12 +24,12 @@ } pkgver() { - cd $pkgname + cd libhandy git describe --tags | sed 's/^v//;s/-/+/g' } build() { - arch-meson $pkgname build \ + arch-meson libhandy build \ -D gtk_doc=true \ -D examples=false meson compile -C build
