summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Kalb2018-07-06 21:03:57 +0200
committerMarkus Kalb2018-07-06 21:03:57 +0200
commit7416cb2929d4b0bacc6c42cf184006ee1604883b (patch)
tree7b5dd38be2daad80bf86df0377beb82f5a9cb20b
parent6c7ac50130cbbc445b89a3f76b19bf3c746004a8 (diff)
downloadaur-7416cb2929d4b0bacc6c42cf184006ee1604883b.tar.gz
Changes to download filename of source per user request
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d99edda012b..bbba2e2f0ce8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Jul 4 00:11:23 UTC 2018
+# Fri Jul 6 19:02:55 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
@@ -8,7 +8,7 @@ pkgbase = 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 = libquickmail-0.1.28.tar.xz::https://sourceforge.net/projects/libquickmail/files/libquickmail-0.1.28.tar.xz/download
sha256sums = 45ac1e6fa28da33e28beefc5bf4cbd9e6311880997a7f2ae04fd49130eba3040
pkgname = libquickmail
diff --git a/PKGBUILD b/PKGBUILD
index d384cb8efcd7..619311435b1f 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=3
+pkgrel=4
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=("${pkgname}-${pkgver}.tar.xz::https://sourceforge.net/projects/${pkgname}/files/${pkgname}-${pkgver}.tar.xz/download")
sha256sums=('45ac1e6fa28da33e28beefc5bf4cbd9e6311880997a7f2ae04fd49130eba3040')