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

Brad Fanella cesura at archlinux.org
Sat Mar 30 01:35:57 UTC 2019


    Date: Saturday, March 30, 2019 @ 01:35:56
  Author: cesura
Revision: 446178

upgpkg: eom 1.22.0-1

Updated to version 1.22

Modified:
  eom/trunk/PKGBUILD

----------+
 PKGBUILD |   26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-30 01:34:33 UTC (rev 446177)
+++ PKGBUILD	2019-03-30 01:35:56 UTC (rev 446178)
@@ -2,8 +2,8 @@
 # Contributor: Martin Wimpress <code at flexion.org>
 
 pkgname=eom
-pkgver=1.20.2
-pkgrel=2
+pkgver=1.22.0
+pkgrel=1
 pkgdesc="An image viewing and cataloging program for MATE"
 url="https://mate-desktop.org"
 arch=('x86_64')
@@ -14,22 +14,22 @@
 conflicts=('eom-gtk3')
 replaces=('eom-gtk3')
 source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('05f07cf2702c14938a11dd829aa9768261041ae56fabc28141f6c71697d38010')
+sha256sums=('d4e4014216fd8c5a22fc4755484c45e6b2155e5e5af9018c4f7721826e5c7b24')
 
 build() {
-    cd ${pkgname}-${pkgver}
-    ./configure \
-        --prefix=/usr \
-        --localstatedir=/var \
-        --with-librsvg
+    	cd "${pkgname}-${pkgver}"
+    	./configure \
+        	--prefix=/usr \
+        	--localstatedir=/var \
+        	--with-librsvg
 
-    #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-    sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+    	#https://bugzilla.gnome.org/show_bug.cgi?id=656231
+    	sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
 
-    make
+    	make
 }
 
 package() {
-    cd ${pkgname}-${pkgver}
-    make DESTDIR="${pkgdir}" install
+    	cd "${pkgname}-${pkgver}"
+    	make DESTDIR="${pkgdir}" install
 }



More information about the arch-commits mailing list