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

Johannes Löthberg demize at archlinux.org
Sat Mar 24 13:49:17 UTC 2018


    Date: Saturday, March 24, 2018 @ 13:49:08
  Author: demize
Revision: 311941

upgpkg: zathura-ps 0.2.6-1

Modified:
  zathura-ps/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-24 13:45:02 UTC (rev 311940)
+++ PKGBUILD	2018-03-24 13:49:08 UTC (rev 311941)
@@ -4,7 +4,7 @@
 # Contributor: karnath <karnathtorjian at gmail.com>
 
 pkgname=zathura-ps
-pkgver=0.2.5
+pkgver=0.2.6
 pkgrel=1
 
 pkgdesc="Adds ps support to zathura by using the libspectre library"
@@ -13,16 +13,19 @@
 license=('custom')
 
 depends=('libspectre' 'zathura' 'desktop-file-utils')
+makedepends=('meson' 'ninja')
 
-source=(https://pwmt.org/projects/zathura/plugins/download/zathura-ps-$pkgver.tar.gz)
+source=(https://pwmt.org/projects/zathura/plugins/download/zathura-ps-$pkgver.tar.xz)
 
-sha1sums=('818c6adc1fba53d4e13921256c135ecd16e28bf0')
+sha1sums=('c780a9476204b1dbfc8113fbe871e0913812fe75')
 
 build(){
-  make -C zathura-ps-$pkgver
+  cd zathura-ps-$pkgver
+  arch-meson build
+  ninja -C build
 }
 
 package(){
-  make -C zathura-ps-$pkgver DESTDIR="$pkgdir" install
+  DESTDIR="$pkgdir" ninja -C zathura-ps-$pkgver/build install
   install -Dm0644 zathura-ps-$pkgver/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }



More information about the arch-commits mailing list