X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fgpgme;h=6a8a84da3e27fa735222c725302b6262f195b649;hp=12da4cb777c27b8885aa5cfcb7315ac12e9f5842;hb=39d43c5b99720c31e4423e3668ea77679954c184;hpb=92d75b2ed53e72427beab0dbda8f06577d42e4c5 diff --git a/lfs/gpgme b/lfs/gpgme index 12da4cb777..6a8a84da3e 100644 --- a/lfs/gpgme +++ b/lfs/gpgme @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# Copyright (C) 2007-2018 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -32,9 +32,9 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = gpgme -PAK_VER = 1 +PAK_VER = 2 -DEPS = "libgpg-error libassuan" +DEPS = "libassuan" ############################################################################### # Top-level Rules