diff --git a/programming/misc/qrencode/actions.py b/programming/misc/qrencode/actions.py
index f4557c95ee..ae41cc6654 100644
--- a/programming/misc/qrencode/actions.py
+++ b/programming/misc/qrencode/actions.py
@@ -11,7 +11,7 @@ from pisi.actionsapi import get
def setup():
autotools.autoreconf("-vif")
shelltools.system("./autogen.sh")
-
+
autotools.configure("--with-tests")
def build():
@@ -24,4 +24,4 @@ def check():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
- pisitools.dodoc("COPYING", "NEWS", "README")
+ pisitools.dodoc("COPYING", "NEWS", "README")
\ No newline at end of file
diff --git a/programming/misc/qrencode/pspec.xml b/programming/misc/qrencode/pspec.xml
index 6a8137cd8f..b1d8a332fb 100644
--- a/programming/misc/qrencode/pspec.xml
+++ b/programming/misc/qrencode/pspec.xml
@@ -15,6 +15,7 @@
http://fukuchi.org/works/qrencode/qrencode-3.4.4.tar.gz
libsdl-devel
+ libpng-devel
m4
@@ -45,6 +46,13 @@
+
+ 2017-05-01
+ 3.4.4
+ Release Bump
+ Kamil Atlı
+ admin@pisilinux.org
+
2016-06-09
3.4.4
@@ -60,4 +68,4 @@
ertugrulerata@gmail.com
-
+
\ No newline at end of file