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

Balló György bgyorgy at archlinux.org
Fri Mar 23 20:46:57 UTC 2018


    Date: Friday, March 23, 2018 @ 20:46:56
  Author: bgyorgy
Revision: 311655

upgpkg: gnome-multi-writer 3.28.0-1

Update to new version

Modified:
  gnome-multi-writer/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-23 20:44:12 UTC (rev 311654)
+++ PKGBUILD	2018-03-23 20:46:56 UTC (rev 311655)
@@ -2,7 +2,7 @@
 # Maintainer: Balló György <ballogyor+arch at gmail dot com>
 
 pkgname=gnome-multi-writer
-pkgver=3.26.0
+pkgver=3.28.0
 pkgrel=1
 pkgdesc="Write an ISO file to multiple USB devices at once"
 arch=('x86_64')
@@ -13,12 +13,10 @@
 makedepends=('appstream-glib' 'docbook-sgml' 'docbook-utils' 'intltool' 'meson' 'perl-sgmls')
 optdepends=('gnome-icon-theme-extras: show device icons')
 source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz")
-sha256sums=('aae3f4ffd8fd907cf75ea09c6a8167400388a8584d21ddaec0c252d8196e2bcf')
+sha256sums=('5de6cb0779209449b598b7597cf1f60c6cf902a32b3b115299848f02beeddb1a')
 
 prepare() {
 	mkdir build
-	cd $pkgname-$pkgver
-	sed -i 's|libexec|lib/gnome-multi-writer|' src/meson.build
 }
 
 build() {
@@ -25,6 +23,7 @@
 	cd build
 	meson ../$pkgname-$pkgver \
 		--prefix=/usr \
+                --libexecdir=lib/$pkgname \
 		--buildtype=release
 	ninja
 }



More information about the arch-commits mailing list