[arch-commits] Commit in gnome-recipes/trunk (PKGBUILD)

Balló György bgyorgy at archlinux.org
Wed Nov 22 13:41:15 UTC 2017


    Date: Wednesday, November 22, 2017 @ 13:41:14
  Author: bgyorgy
Revision: 268007

upgpkg: gnome-recipes 2.0.2-1

Update to new version

Modified:
  gnome-recipes/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-22 13:36:22 UTC (rev 268006)
+++ PKGBUILD	2017-11-22 13:41:14 UTC (rev 268007)
@@ -2,22 +2,19 @@
 # Maintainer: Balló György <ballogyor+arch at gmail dot com>
 
 pkgname=gnome-recipes
-pkgver=1.6.2
+pkgver=2.0.2
 pkgrel=1
 pkgdesc="Recipe management application for GNOME"
 arch=(x86_64)
 url="https://wiki.gnome.org/Apps/Recipes"
 license=(GPL3)
-depends=(gnome-autoar gspell libcanberra libsoup)
+depends=(gnome-autoar gnome-online-accounts gspell libcanberra libsoup)
 makedepends=(git itstool meson)
 source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz")
-sha256sums=('8a11ed483b422dbbedb10237dac8b47fe94d76d40cac87ae6d19292942c94f9c')
+sha256sums=('1be9d2fcb7404a97aa029d2409880643f15071c37039247a6a4320e7478cd5fb')
 
 prepare() {
   mkdir build
-  cd $pkgname-$pkgver
-  # Fix build
-  sed -i 's/default/value/' meson_options.txt
 }
 
 build() {
@@ -28,8 +25,7 @@
 
 check() {
   cd build
-  # FAIL
-  # ninja test
+  ninja test
 }
 
 package() {



More information about the arch-commits mailing list