summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Kalb2018-07-04 02:08:15 +0200
committerMarkus Kalb2018-07-04 02:08:15 +0200
commite4fb96b11041fdf69a0d3967edb28a893e35fb71 (patch)
tree5b2c0f17929dd6c6c2daf50fcf2a28bef4f0ae2a
parent41c961e4933a926a10fb7ac2a08693faadbde2a9 (diff)
downloadaur-e4fb96b11041fdf69a0d3967edb28a893e35fb71.tar.gz
change to download file name because of user request
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 143f64d1829b..7273d9c31bf8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
# Generated by mksrcinfo v8
-# Tue Jul 3 23:54:50 UTC 2018
+# Wed Jul 4 00:06:42 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.28
- pkgrel = 1
+ pkgrel = 2
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.28.tar.xz/download
+ source = https://sourceforge.net/projects/libquickmail/files/libquickmail-0.1.28.tar.xz/download
sha256sums = 45ac1e6fa28da33e28beefc5bf4cbd9e6311880997a7f2ae04fd49130eba3040
pkgname = libquickmail
diff --git a/PKGBUILD b/PKGBUILD
index 02fe0af5f2b0..e0907088a53a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
# Contributor: Stefan Karner <stefan.karner@student.tuwien.ac.at>
pkgname=libquickmail
pkgver=0.1.28
-pkgrel=1
+pkgrel=2
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")
+source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}-${pkgver}.tar.xz/download")
sha256sums=('45ac1e6fa28da33e28beefc5bf4cbd9e6311880997a7f2ae04fd49130eba3040')