X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id 69E1EDC0217 for ; Mon, 20 Jul 2015 11:11:25 +0000 (UTC) Received: from apollo.thewebhostserver.com (apollomail.thewebhostserver.com [46.23.65.248]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 2FB54DC0177 for ; Mon, 20 Jul 2015 11:11:23 +0000 (UTC) Received: from [81.4.121.188] (port=59833 helo=localhost.localdomain) by apollo.thewebhostserver.com with esmtpsa (TLSv1.2:AES128-SHA256:128) (Exim 4.85) (envelope-from ) id 1ZH8ye-002HbN-6R; Mon, 20 Jul 2015 12:11:20 +0100 From: Stuart Cardall To: alpine-aports@lists.alpinelinux.org Cc: Stuart Cardall Subject: [alpine-aports] [PATCH] testing/albatross-themes: update to 1.7.4 Date: Mon, 20 Jul 2015 11:11:11 +0000 Message-Id: <1437390671-124526-1-git-send-email-developer@it-offshore.co.uk> X-Mailer: git-send-email 2.4.6 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - apollo.thewebhostserver.com X-AntiAbuse: Original Domain - lists.alpinelinux.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - it-offshore.co.uk X-Get-Message-Sender-Via: apollo.thewebhostserver.com: authenticated_id: developer@it-offshore.co.uk X-Source: X-Source-Args: X-Source-Dir: X-Virus-Scanned: ClamAV using ClamSMTP X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Small bugfix release --- testing/albatross-themes/APKBUILD | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/testing/albatross-themes/APKBUILD b/testing/albatross-themes/APKBUILD index a38711e..6492e07 100644 --- a/testing/albatross-themes/APKBUILD +++ b/testing/albatross-themes/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Stuart Cardall pkgname=albatross-themes -pkgver=1.7.3 +pkgver=1.7.4 pkgrel=0 pkgdesc="A clean minimalistic theme for Xfce, GTK 2 and 3" url="http://shimmerproject.org/project/albatross/" @@ -8,9 +8,7 @@ arch="noarch" license="GPLv2 or CC-BY-SA" makedepends="$depends_dev" subpackages="$pkgname-gtk2 $pkgname-gtk3 $pkgname-metacity $pkgname-xfwm4" -source="albatross-$pkgver.tar.gz::https://github.com/shimmerproject/Albatross/archive/v$pkgver.tar.gz - commits-to-010514-since-v1.7.3.patch - " +source="albatross-$pkgver.tar.gz::https://github.com/shimmerproject/Albatross/archive/v$pkgver.tar.gz" _builddir="$srcdir"/Albatross-$pkgver prepare() { @@ -59,9 +57,6 @@ gtk3() { _mv "Albatross GTK3 themes" gtk3.0 gtk-3.0; } metacity() { _mv "Albatross Metacity themes" metacity metacity-1; } xfwm4() { _mv "Albatross Xfce4 themes" xfwm4 xfwm4; } -md5sums="0e2b1dc02061c5b455d5a140150d249d albatross-1.7.3.tar.gz -1213ece2035d4d131bec282cbfc80d12 commits-to-010514-since-v1.7.3.patch" -sha256sums="227d6757ae28dca57312d75951bdd8b07b24214eaca419562af16ddbec684ea8 albatross-1.7.3.tar.gz -d65cc94593f761fff8ed70662ba0f292f871fcd43560cb03f73ee1dc4e9245cc commits-to-010514-since-v1.7.3.patch" -sha512sums="5150b4d56d26b6332e22e2148c6780dca406c84bdc902b5291a67e87643c72f24ac1399067a47465a6cd1a6b52b7d788c699116aaa5c0c1f9a8d37b5b77084cb albatross-1.7.3.tar.gz -aa2d25888c298d8efcf6487d3d872f5445965642b6830625fb0ef301d2d71f25499e5afd253bd8d9b215f35628585325d036a15e96f82d814d4ae20445e23e9f commits-to-010514-since-v1.7.3.patch" +md5sums="66e7dcf8efe689d9f40ac53b5fb245f6 albatross-1.7.4.tar.gz" +sha256sums="ff40e28e164cb99f01b131ae3e79a07782e29a720535460e901ce305fa322ae1 albatross-1.7.4.tar.gz" +sha512sums="3ec30f6c654e7e5ccc49cd7116c308329c5a4bd9027c90f6545ca73d4734e1339d1c79c0cb2a7489bb701ccb0623e6a0e72f22bd4c923bb32a75dd4f4337fcfd albatross-1.7.4.tar.gz" -- 2.4.6 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---