[arch-commits] Commit in libstrophe/trunk (PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sun Nov 9 13:29:55 UTC 2014


    Date: Sunday, November 9, 2014 @ 14:29:55
  Author: bpiotrowski
Revision: 122278

Remove doxygen from makedepends and build() function.

Modified:
  libstrophe/trunk/PKGBUILD

----------+
 PKGBUILD |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-11-09 13:08:45 UTC (rev 122277)
+++ PKGBUILD	2014-11-09 13:29:55 UTC (rev 122278)
@@ -10,7 +10,7 @@
 url='http://strophe.im/libstrophe/'
 license=('MIT' 'GPL3')
 depends=('openssl' 'expat')
-makedepends=('git' 'doxygen')
+makedepends=('git')
 checkdepends=('check')
 source=(https://github.com/strophe/libstrophe/archive/$pkgver.tar.gz)
 md5sums=('5ab28dc86c47177819ca49ed9c0041e0')
@@ -24,7 +24,6 @@
   cd $pkgname-$pkgver
   ./configure --prefix=/usr
   make
-  doxygen
 }
 
 check() {



More information about the arch-commits mailing list