Surprise! We've been running on hardware provided by BuyVM for a few months and wanted to show them a little appreciation.
Running a paste site comes with unique challenges, ones that aren't always obvious and hard to control. As such, BuyVM offered us a home where we could worry less about the hosting side of things and focus on maintaining a clean and useful service! Go check them out and show them some love!
Description: AUR libguickmail package update patch
Submitted on July 3, 2018 at 04:05 PM

From 8dea4262aeace47f240761572e71108e2cb18680 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ji=C5=99=C3=AD=20Klime=C5=A1?= <[email protected]>
Date: Tue, 3 Jul 2018 18:00:41 +0200
Subject: [PATCH] Update to new upstream release 0.1.28
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

and leave downloaded package versioned too.

Signed-off-by: Jiří Klimeš <[email protected]>
---
 .SRCINFO | 8 +++-----
 PKGBUILD | 6 +++---
 2 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/.SRCINFO b/.SRCINFO
index 7cdbe52..9211446 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,13 @@
-# Generated by mksrcinfo v8
-# Sun Mar 25 16:25:27 UTC 2018
 pkgbase = libquickmail
 	pkgdesc = A library intended to give C/C++ developers a quick and easy way to send email from their applications
-	pkgver = 0.1.25
+	pkgver = 0.1.28
 	pkgrel = 1
 	url = http://sourceforge.net/projects/libquickmail
 	arch = i686
 	arch = x86_64
 	license = GPL3
-	source = libquickmail.tar.xz::https://sourceforge.net/projects/libquickmail/files/libquickmail-0.1.25.tar.xz/download
-	sha256sums = 63ef088bd1cc6b01f2b16744f940cb157ec6cb41d173a5db57a7f031fdf36732
+	source = https://sourceforge.net/projects/libquickmail/files/libquickmail-0.1.28.tar.xz
+	sha256sums = 45ac1e6fa28da33e28beefc5bf4cbd9e6311880997a7f2ae04fd49130eba3040
 
 pkgname = libquickmail
 
diff --git a/PKGBUILD b/PKGBUILD
index 90cd4b3..da687f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
 # Maintainer: Markus Kalb <[email protected]>
 # Contributor: Stefan Karner <[email protected]>
 pkgname=libquickmail
-pkgver=0.1.25
+pkgver=0.1.28
 pkgrel=1
 pkgdesc="A library intended to give C/C++ developers a quick and easy way to send email from their applications"
 arch=('i686' 'x86_64')
 url="http://sourceforge.net/projects/libquickmail"
 license=('GPL3')
-source=("${pkgname}.tar.xz::https://sourceforge.net/projects/${pkgname}/files/${pkgname}-${pkgver}.tar.xz/download")
-sha256sums=('63ef088bd1cc6b01f2b16744f940cb157ec6cb41d173a5db57a7f031fdf36732')
+source=(https://sourceforge.net/projects/${pkgname}/files/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('45ac1e6fa28da33e28beefc5bf4cbd9e6311880997a7f2ae04fd49130eba3040')
 
 
 build() {
-- 
2.18.0