Date: Friday, September 15, 2017 @ 20:55:09 Author: jgc Revision: 305627
upgpkg: libpeas 1.22.0-1 Modified: libpeas/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-09-15 20:45:31 UTC (rev 305626) +++ PKGBUILD 2017-09-15 20:55:09 UTC (rev 305627) @@ -2,8 +2,8 @@ # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> pkgname=libpeas -pkgver=1.20.0 -pkgrel=2 +pkgver=1.22.0 +pkgrel=1 pkgdesc="A GObject plugins library" arch=(i686 x86_64) url="https://wiki.gnome.org/Projects/Libpeas" @@ -11,7 +11,7 @@ depends=(gtk3 gobject-introspection-runtime) makedepends=(gtk-doc intltool python-gobject python2-gobject glade gobject-introspection git gnome-common) -_commit=7548b2717160e33a806bcfa8aaaac7894f4abccc # tags/libpeas-1.20.0^0 +_commit=2f8b28dd8e1edc1bc3b05ef5379e4aa7d2876efb # tags/libpeas-1.22.0^0 source=("git+https://git.gnome.org/browse/libpeas#commit=$_commit") sha256sums=('SKIP') @@ -37,11 +37,6 @@ make } -check() { - cd $pkgname - make check -} - package() { cd $pkgname make DESTDIR="${pkgdir}" install
