liburing: version bump to 2.14

This commit is contained in:
suvari
2026-04-05 14:54:51 +03:00
parent 248910fde1
commit e92de4d54f
2 changed files with 95 additions and 94 deletions
+4 -4
View File
@@ -7,13 +7,13 @@
from pisi.actionsapi import autotools, pisitools, get
def setup():
autotools.rawConfigure("--mandir=/usr/share/man")
autotools.rawConfigure("--mandir=/usr/share/man")
def build():
autotools.make()
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("README")
pisitools.dodoc("README")