summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Kalb2016-03-14 11:36:45 +0100
committerMarkus Kalb2016-03-14 11:36:45 +0100
commitcb7f9e5ad7ba23fa96495bf899c3ccedbaf85a94 (patch)
tree85a625d2cad74cefe62a062aeb88528a4d251f65
parent37f653a8f98c12edf4f67b9f67e245d5212ae70b (diff)
downloadaur-cb7f9e5ad7ba23fa96495bf899c3ccedbaf85a94.tar.gz
0.1.21 version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1858c0c5b5fa..a901f98af587 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
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.19
- pkgrel = 3
+ pkgver = 0.1.21
+ pkgrel = 1
url = http://sourceforge.net/projects/libquickmail
arch = i686
arch = x86_64
license = GPL3
- source = libquickmail.tar.xz::http://sourceforge.net/projects/libquickmail/files/libquickmail-0.1.19.tar.xz/download
- sha256sums = 9c54e9a0b9dee5b51c4c410f822766bd44c87aa6e20091c8ee5d270eec242f00
+ source = libquickmail.tar.xz::http://sourceforge.net/projects/libquickmail/files/libquickmail-0.1.21.tar.xz/download
+ sha256sums = 389842af9335edd2332ce97bdb1a5898e4556e91f22ac972e69856a7d31f6174
pkgname = libquickmail
diff --git a/PKGBUILD b/PKGBUILD
index a931d2837253..27c845f2e434 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Markus Kalb <mk@filmkreis.tu-darmstadt.de>
# Contributor: Stefan Karner <stefan.karner@student.tuwien.ac.at>
pkgname=libquickmail
-pkgver=0.1.19
-pkgrel=3
+pkgver=0.1.21
+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::http://sourceforge.net/projects/${pkgname}/files/${pkgname}-${pkgver}.tar.xz/download")
-sha256sums=('9c54e9a0b9dee5b51c4c410f822766bd44c87aa6e20091c8ee5d270eec242f00')
+sha256sums=('389842af9335edd2332ce97bdb1a5898e4556e91f22ac972e69856a7d31f6174')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"