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

Tobias Powalowski tpowa at archlinux.org
Thu May 12 12:53:57 UTC 2016


    Date: Thursday, May 12, 2016 @ 14:53:57
  Author: tpowa
Revision: 267866

upgpkg: popt 1.16-8

enable staticlib, it's needed for efivar building

Modified:
  popt/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-12 12:37:34 UTC (rev 267865)
+++ PKGBUILD	2016-05-12 12:53:57 UTC (rev 267866)
@@ -3,12 +3,13 @@
 
 pkgname=popt
 pkgver=1.16
-pkgrel=7
+pkgrel=8
 pkgdesc="A commandline option parser"
 arch=('i686' 'x86_64')
 url="http://rpm5.org"
 license=('custom')
 depends=('glibc')
+options=('staticlibs')
 source=(http://rpm5.org/files/${pkgname}/${pkgname}-${pkgver}.tar.gz)
 sha1sums=('cfe94a15a2404db85858a81ff8de27c8ff3e235e')
 



More information about the arch-commits mailing list