perl-Digest-HMAC:rebuilt

This commit is contained in:
blue-devil
2020-01-10 20:27:33 +00:00
parent e096abd661
commit 25254c6905
3 changed files with 15 additions and 3 deletions
@@ -5,8 +5,8 @@
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import perlmodules
from pisi.actionsapi import get
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
WorkDir = "%s-%s" % (get.srcNAME()[5:], get.srcVERSION())
@@ -21,3 +21,4 @@ def check():
def install():
perlmodules.install()
pisitools.dodoc("Changes","README")