summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfunilrys2016-10-06 22:37:35 +0200
committerfunilrys2016-10-06 22:37:35 +0200
commit53f35c8665d12e55d145631554512a067ed3995d (patch)
tree3a387bdb4e74998d747f02fa2ea2d068bc34a59e
parent6ff16f892d8b6742639ee5648d49bc56f26210ae (diff)
downloadaur-53f35c8665d12e55d145631554512a067ed3995d.tar.gz
Update to v2.11.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD19
2 files changed, 12 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d113cc7d18fd..6b828c7d7774 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pidgin-light
pkgdesc = A light pidgin version: msn, jabber, irc supported protocols without gstreamer, tcl, tk, xscreensaver support.No video/voice. Includes finch
- pkgver = 2.10.11
+ pkgver = 2.11.0
pkgrel = 1
url = http://pidgin.im/
install = pidgin-light.install
@@ -30,10 +30,8 @@ pkgbase = pidgin-light
conflicts = libpurple
replaces = gaim
options = !libtool
- source = http://downloads.sourceforge.net/project/pidgin/Pidgin/2.10.11/pidgin-2.10.11.tar.bz2
- source = pidgin-light.install
- sha256sums = f2ae211341fc77efb9945d40e9932aa535cdf3a6c8993fe7919fca8cc1c04007
- sha256sums = 62ef35bfbe91bd1b970ae8cf8b40da7504e971bf1a78e4091d648ba0219cc428
+ source = http://downloads.sourceforge.net/project/pidgin/Pidgin/$pkgver/pidgin-$pkgver.tar.bz2
+ sha512sums = f2ae211341fc77efb9945d40e9932aa535cdf3a6c8993fe7919fca8cc1c04007
pkgname = pidgin-light
diff --git a/PKGBUILD b/PKGBUILD
index 6d80ab03f91e..956d4ed3aba6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
-# Maintainer: Yaron de Leeuw < me@jarondl.net >
+# Maintainer: Nissar Chababy <funilrys at outlook dot com>
+# EX-Maintainer: Yaron de Leeuw < me@jarondl.net >
# Maintained at : https://github.com/jarondl/aur-pkgbuilds-jarondl
# Contributor: J. W. Birdsong <jwbirdsong AT gmail DOT com>
# Contributor: Frikilinux <frikilinux at frikilinux.com.ar>
@@ -6,7 +7,7 @@
# Contributor: Ismael Carnales <icarnales@gamail.com
pkgname=pidgin-light
-pkgver=2.10.11
+pkgver=2.11.0
pkgrel=1
pkgdesc="A light pidgin version: msn, jabber, irc supported protocols without gstreamer, tcl, tk, xscreensaver support.No video/voice. Includes finch "
arch=('i686' 'x86_64')
@@ -20,11 +21,10 @@ replaces=('gaim')
provides=('pidgin' 'finch' 'libpurple')
conflicts=('pidgin' 'pidgin-msn' 'pidin-light-msn' 'finch' 'libpurple')
options=('!libtool')
-install=pidgin-light.install
-source=(http://downloads.sourceforge.net/project/pidgin/Pidgin/$pkgver/pidgin-$pkgver.tar.bz2 pidgin-light.install )
+install='pidgin-light.install'
+source=('http://downloads.sourceforge.net/project/pidgin/Pidgin/$pkgver/pidgin-$pkgver.tar.bz2' )
-sha256sums=('f2ae211341fc77efb9945d40e9932aa535cdf3a6c8993fe7919fca8cc1c04007'
- '62ef35bfbe91bd1b970ae8cf8b40da7504e971bf1a78e4091d648ba0219cc428')
+sha512sums=('f2ae211341fc77efb9945d40e9932aa535cdf3a6c8993fe7919fca8cc1c04007')
build() {
@@ -37,11 +37,11 @@ build() {
--disable-meanwhile --disable-screensaver --disable-nm\
--disable-gnutls --disable-doxygen --disable-tcl --disable-tk --disable-vv\
--disable-avahi --disable-gstreamer\
- --disable-farstream --with-system-ssl-certs=/etc/ssl/certs
- make
+ --disable-farstream --with-system-ssl-certs=/etc/ssl/certs
+ make
}
package() {
-cd "$srcdir/pidgin-$pkgver"
+cd "$srcdir/pidgin-$pkgver"
make DESTDIR="$pkgdir" install
# Remove GConf schema file
@@ -49,4 +49,3 @@ cd "$srcdir/pidgin-$pkgver"
}
# vim:set ts=2 sw=2 et:
-