summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIvan Kuraj2015-11-03 00:48:19 -0500
committerIvan Kuraj2015-11-03 00:48:19 -0500
commite74420d6d351231f72450e57482e9ab86070d3a3 (patch)
treef8a9707e8819907305ab426c9c2862b8b9c14e2d /PKGBUILD
parent3690caf3a57d6cadf38a986311e10f732337f4f6 (diff)
downloadaur-e74420d6d351231f72450e57482e9ab86070d3a3.tar.gz
Update to new version, 2.13
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 614b2e741264..0bc2f48f7633 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,22 +2,21 @@
# Contributor: kaptoxic
pkgname=rainlendar-pro
-pkgver=2.12.2
-pkgrel=2
+pkgver=2.13
+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' 'openssl098' 'librtmp0' 'webkitgtk2')
provides=('rainlendar2')
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=('f990558f0e2543f6536bb90a85d44542')
+md5sums=('9001ec61db0d23bac93d3ee2cac12c18')
else
source=(http://www.rainlendar.net/download/Rainlendar-Pro-$pkgver-i386.tar.bz2)
- md5sums=('dfc0d813b97015c4fb188e6c73aedbf9')
fi
package() {