Date: Saturday, July 2, 2016 @ 22:33:23
  Author: lfleischer
Revision: 270870

upgpkg: libirman 0.5.2-1

Upstream update.

Modified:
  libirman/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2016-07-02 22:22:19 UTC (rev 270869)
+++ PKGBUILD    2016-07-02 22:33:23 UTC (rev 270870)
@@ -1,8 +1,8 @@
-# $Id$
-# Maintainer: Jan de Groot <[email protected]>
+# Maintainer: Lukas Fleischer <[email protected]>
+# Contributor: Jan de Groot <[email protected]>
 
 pkgname=libirman
-pkgver=0.4.6
+pkgver=0.5.2
 pkgrel=1
 pkgdesc="Irman driver lcd library"
 arch=('i686' 'x86_64')
@@ -9,13 +9,13 @@
 url="http://www.lirc.org";
 license=('LGPL')
 backup=('etc/irman.conf')
-depends=('glibc')
-source=("http://downloads.sourceforge.net/lirc/${pkgname}-${pkgver}.tar.bz2";)
-md5sums=('11e8fe44c78ee615efd4d13b6cee1626')
+depends=('glibc' 'lirc')
+source=("http://downloads.sourceforge.net/libirman/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('1f1175995e527c41871077d278aa7448')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-static
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-static --with-plugin
   make
 }
 

Reply via email to