Date: Saturday, April 20, 2019 @ 04:30:16
  Author: ainola
Revision: 452077

upgpkg: mako 1.3-1

Modified:
  mako/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2019-04-20 02:13:38 UTC (rev 452076)
+++ PKGBUILD    2019-04-20 04:30:16 UTC (rev 452077)
@@ -2,23 +2,28 @@
 # Contributor: Drew DeVault
 
 pkgname=mako
-pkgver=1.2
-pkgrel=4
+pkgver=1.3
+pkgrel=1
 license=('MIT')
 pkgdesc='Lightweight notification daemon for Wayland'
 makedepends=("meson" "scdoc" "wayland-protocols")
 depends=(
-       "cairo"
+       "gdk-pixbuf2"
        "pango"
+       "systemd-libs"
        "wayland"
 )
 arch=("x86_64")
 url='https://mako-project.org'
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/emersion/$pkgname/archive/v$pkgver.tar.gz";)
-sha256sums=('56f083e355295cf11831f4c3f54a95b04df1a352232ab24b0cd30c3255949e0f')
+sha256sums=('a048bf81907014c8f133a7726e771d0026fa9bbbf81ee7aa6852db3ac7e7806f')
 
+
 build() {
-       arch-meson "$pkgname-$pkgver" build
+       meson --prefix /usr \
+               --buildtype=plain \
+               -Dzsh-completions=true \
+               "$pkgname-$pkgver" build
        ninja -C build
 }
 

Reply via email to