Date: Wednesday, March 14, 2018 @ 18:57:42 Author: heftig Revision: 319025
3.28.0+1+g76863ad-1 Modified: polari/trunk/PKGBUILD ----------+ PKGBUILD | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-03-14 18:54:19 UTC (rev 319024) +++ PKGBUILD 2018-03-14 18:57:42 UTC (rev 319025) @@ -2,7 +2,7 @@ # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> pkgname=polari -pkgver=3.26.2 +pkgver=3.28.0+1+g76863ad pkgrel=1 pkgdesc="An IRC Client for GNOME" url="https://wiki.gnome.org/Apps/Polari" @@ -11,7 +11,7 @@ depends=(gjs gtk3 telepathy-glib telepathy-idle telepathy-mission-control telepathy-logger gspell) makedepends=(gobject-introspection appdata-tools yelp-tools appstream-glib git meson) groups=(gnome-extra) -_commit=148f5740691064c0aa0533ad393588648139c278 # tags/3.26.2^0 +_commit=76863adba67bf47d02c9340a7736273580f7bcc8 # master source=("git+https://gitlab.gnome.org/GNOME/polari.git#commit=$_commit") sha256sums=('SKIP') @@ -21,14 +21,12 @@ } prepare() { - mkdir build cd $pkgname } build() { - cd build - arch-meson ../$pkgname - ninja + arch-meson $pkgname build + ninja -C build } check() { @@ -37,6 +35,5 @@ } package() { - cd build - DESTDIR="$pkgdir" ninja install + DESTDIR="$pkgdir" ninja -C build install }
