summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b3c020853ac5..096e3956be5d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
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.29
- pkgrel = 1
- url = http://sourceforge.net/projects/libquickmail
+ pkgrel = 2
+ url = https://sourceforge.net/projects/libquickmail
arch = i686
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index b979dbe8b61c..4973d556d5c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
# Contributor: Stefan Karner <stefan.karner@student.tuwien.ac.at>
pkgname=libquickmail
pkgver=0.1.29
-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"
+url="https://sourceforge.net/projects/libquickmail"
license=('GPL3')
source=("${pkgname}-${pkgver}.tar.xz::https://sourceforge.net/projects/${pkgname}/files/${pkgname}-${pkgver}.tar.xz/download")
sha256sums=('fb507087392ecd8b9a5f9f6e95af0e2bc8d547640bd1a32b0958b4b5cbf2e847')