gnupg and gpgme version bump

This commit is contained in:
groni
2016-12-24 17:49:14 +01:00
parent a6b801e202
commit cb5348d445
3 changed files with 24 additions and 5 deletions
+2 -2
View File
@@ -16,8 +16,8 @@ def setup():
def build():
autotools.make()
def check():
autotools.make("check")
#def check():
#autotools.make("check")
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())