summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkaptoxic2018-10-20 09:49:56 -0400
committerkaptoxic2018-10-20 09:49:56 -0400
commita76a37f87cae9a253b64c94d38b59f64897eeee1 (patch)
tree815b3f9afa4ed356a02848c7a8a73af6ae52205e /PKGBUILD
parentb3ac89fe80edab575906a3003ee523fc267088da (diff)
downloadaur-a76a37f87cae9a253b64c94d38b59f64897eeee1.tar.gz
Update version; fix openssl dep.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cde789bc649f..1935c580160b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Contributor: Lockheed <qwrules@gmail.com>
pkgname=rainlendar-pro
-pkgver=2.13.1
-pkgrel=2
+pkgver=2.14.2
+pkgrel=1
pkgdesc="A desktop Calendar, ToDo list and Event list"
arch=('i686' 'x86_64')
url="http://www.rainlendar.net/"
license=('custom')
-depends=('cairo' 'libsm' 'expat>=1.95.8' 'libstdc++5' 'libpng12' 'openssl098' 'librtmp0'
+depends=('cairo' 'libsm' 'expat>=1.95.8' 'libstdc++5' 'libpng12' 'openssl' 'librtmp0'
# requirements on the old enchant library
'enchant1.6'
'webkitgtk2')
@@ -17,7 +17,7 @@ conflicts=('rainlendar-beta' 'rainlendar-beta-unstable' 'rainlendar-lite')
if [ "${CARCH}" == 'x86_64' ]; then
source=(http://www.rainlendar.net/download/Rainlendar-Pro-$pkgver-amd64.tar.bz2)
-md5sums=('8aaf1cbbda00a638e5fd20174fd2be9d')
+md5sums=('25b6b12d87eace8f33a48acc265e879c')
else
source=(http://www.rainlendar.net/download/Rainlendar-Pro-$pkgver-i386.tar.bz2)
fi