Date: Wednesday, June 19, 2019 @ 01:08:18
  Author: bgyorgy
Revision: 482261

upgpkg: mailnag-gnome-shell 3.32.1-1

Update to new version

Modified:
  mailnag-gnome-shell/trunk/PKGBUILD
Deleted:
  mailnag-gnome-shell/trunk/fix-syntax.patch

------------------+
 PKGBUILD         |   14 +++-----------
 fix-syntax.patch |   22 ----------------------
 2 files changed, 3 insertions(+), 33 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2019-06-19 01:02:19 UTC (rev 482260)
+++ PKGBUILD    2019-06-19 01:08:18 UTC (rev 482261)
@@ -2,7 +2,7 @@
 # Contributor: Patrick Ulbrich <zulu99 at gmx . net>
 
 pkgname=mailnag-gnome-shell
-pkgver=3.32.0
+pkgver=3.32.1
 pkgrel=1
 pkgdesc="Mailnag GNOME Shell extension"
 arch=('x86_64')
@@ -10,17 +10,9 @@
 license=('GPL')
 depends=('folks' 'gnome-shell' 'mailnag')
 makedepends=('vala')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pulb/$pkgname/archive/v$pkgver.tar.gz";
-        fix-syntax.patch)
-sha256sums=('e96fa0e48ab0f958b5082176a35d655c78345b272cc61b2a8f33ad11230d3f58'
-            'fce14359b4b7041de4fd2759a964bae6d2c4f9a0216573a5f3f9be770e28736e')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pulb/$pkgname/archive/v$pkgver.tar.gz";)
+sha256sums=('876441f751dd0e80be6e0e485df1cf53ca9e8c2086d26bbd4fbca53fd95f8530')
 
-prepare() {
-       cd $pkgname-$pkgver
-       # Fix build
-       patch -Np1 -i ../fix-syntax.patch
-}
-
 build() {
        cd $pkgname-$pkgver
        make

Deleted: fix-syntax.patch
===================================================================
--- fix-syntax.patch    2019-06-19 01:02:19 UTC (rev 482260)
+++ fix-syntax.patch    2019-06-19 01:08:18 UTC (rev 482261)
@@ -1,22 +0,0 @@
-From f40fe4232da38d74353920755413996b9577c6cb Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= <ballog...@gmail.com>
-Date: Wed, 17 Apr 2019 21:55:42 +0200
-Subject: [PATCH] Use correct syntax for array parameter
-
----
- aggregate-avatars.vala | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/aggregate-avatars.vala b/aggregate-avatars.vala
-index d73ee32..2d0e33d 100644
---- a/aggregate-avatars.vala
-+++ b/aggregate-avatars.vala
-@@ -25,7 +25,7 @@
-  
- using Folks;
- 
--static int main(string args[])
-+static int main(string[] args)
- {
-       MainLoop mainloop = new MainLoop();
-       var aggregator = IndividualAggregator.dup();

Reply via email to