[arch-commits] Commit in pantheon-photos/trunk (PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Fri Feb 1 09:10:07 UTC 2019


    Date: Friday, February 1, 2019 @ 09:10:06
  Author: alucryd
Revision: 428993

upgpkg: pantheon-photos 2.6.2-1

Modified:
  pantheon-photos/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-01 08:54:42 UTC (rev 428992)
+++ PKGBUILD	2019-02-01 09:10:06 UTC (rev 428993)
@@ -1,11 +1,11 @@
 # Maintainer: Maxime Gauduin <alucryd at archlinux.org>
 
 pkgname=pantheon-photos
-pkgver=2.6.1
+pkgver=2.6.2
 pkgrel=1
 pkgdesc='The Pantheon Photos Manager'
 arch=(x86_64)
-url='https://github.com/elementary/photos'
+url=https://github.com/elementary/photos
 license=(GPL3)
 depends=(
   cairo
@@ -42,7 +42,8 @@
 
 build() {
   arch-meson pantheon-photos build \
-    -D libunity='false'
+    -D b_pie=false \
+    -D libunity=false
   ninja -C build
 }
 



More information about the arch-commits mailing list