summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 759ddd8bc88f..f3b62b417bbc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,9 +7,9 @@
# Contributor: Magicking
pkgname=libpurple-minimal
-pkgver=2.14.10
+pkgver=2.14.13
pkgrel=1
-pkgdesc="Minimal build of the Pidgin IM library without gstreamer/perl/X11/etc for bitlbee and such."
+pkgdesc="Minimal GUI-less build of the Pidgin IM library without gstreamer/perl/X11/etc for bitlbee and such."
arch=(x86_64)
url="http://developer.pidgin.im/wiki/WhatIsLibpurple"
license=(GPL)
@@ -18,7 +18,7 @@ depends=(glib2 libsasl libxml2 libidn nss ca-certificates)
conflicts=(pidgin libpurple)
provides=("libpurple=${pkgver}")
source=("http://downloads.sourceforge.net/pidgin/pidgin-${pkgver}.tar.gz")
-sha256sums=(ae56a0f1c9b8e5826919af3f72aab67aaeb5c541905da5dff28df11d07f0cdef)
+b2sums=(41b6fa1c3513f4546dbf70b9427593afe949bd7a8ecf693950655a382bae07fffceca97d1f985786437c7df29c641bf84ad39b4e2cf3f30f629d03215fb679d6)
build(){
cd "$srcdir/pidgin-${pkgver}"