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

Brett Cornwall ainola at archlinux.org
Sat Jul 20 04:08:09 UTC 2019


    Date: Saturday, July 20, 2019 @ 04:08:09
  Author: ainola
Revision: 492234

upgpkg: mako 1.4-1

Adds d-bus support

Modified:
  mako/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-19 23:02:39 UTC (rev 492233)
+++ PKGBUILD	2019-07-20 04:08:09 UTC (rev 492234)
@@ -2,7 +2,7 @@
 # Contributor: Drew DeVault
 
 pkgname=mako
-pkgver=1.3
+pkgver=1.4
 pkgrel=1
 license=('MIT')
 pkgdesc='Lightweight notification daemon for Wayland'
@@ -15,8 +15,13 @@
 )
 arch=("x86_64")
 url='https://mako-project.org'
-source=("$pkgname-$pkgver.tar.gz::https://github.com/emersion/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('a048bf81907014c8f133a7726e771d0026fa9bbbf81ee7aa6852db3ac7e7806f')
+source=(
+	"$pkgname-$pkgver.tar.gz::https://github.com/emersion/mako/releases/download/v$pkgver/mako-$pkgver.tar.gz"
+	"$pkgname-$pkgver.tar.gz.sig::https://github.com/emersion/mako/releases/download/v$pkgver/mako-$pkgver.tar.gz.sig"
+)
+validpgpkeys=("34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48")  # emersion
+sha256sums=('b79186fa371956f771694c9e583146e79ae675cf6da19db854f8d80961d88b0d'
+            'SKIP')
 
 
 build() {



More information about the arch-commits mailing list