Received: from mail.cmpwn.com (mail.cmpwn.com [45.56.77.53]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 0BE63781AFA for <~alpine/aports@lists.alpinelinux.org>; Tue, 20 Aug 2019 06:25:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=cmpwn.com; s=cmpwn; t=1566282321; bh=r8PmmSLupUlSOWFGpiLPdI7keUTKCHxTIFZ1DfKnok0=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=HDBl0K68+1jjLtUJwMYL2mGBABkMKev2euf3CK8LXwBCQsqClx8cGey6RJS/EAT/5 2NTMlXkKlu/rLbRLi+vSPANHe7R/emx90b1BRUrCN33rgRS6SYi1vcM+Eu8mQfdqBq KWAcw4KFl7fWvuRHVr6lEL4ch/HK954ElL9MtDqU= From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH 3/6] testing/mako: fix description & URL Date: Tue, 20 Aug 2019 15:25:06 +0900 Message-Id: <20190820062509.10844-4-sir@cmpwn.com> X-Mailer: git-send-email 2.23.0 In-Reply-To: <20190820062509.10844-1-sir@cmpwn.com> References: <20190820062509.10844-1-sir@cmpwn.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit --- testing/mako/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/testing/mako/APKBUILD b/testing/mako/APKBUILD index 9a3f53de39..b58f4d53ba 100644 --- a/testing/mako/APKBUILD +++ b/testing/mako/APKBUILD @@ -1,9 +1,9 @@ # Maintainer: Drew DeVault pkgname=mako pkgver=1.4 -pkgrel=0 -pkgdesc="A modular Wayland compositor library" -url="https://github.com/swaywm/wlroots" +pkgrel=1 +pkgdesc="A lightweight notification daemon for Wayland" +url="https://wayland.emersion.fr/mako/" arch="all" license="MIT" options="!check" # contains no test suite -- 2.23.0