diff --git a/programming/library/libev/actions.py b/programming/library/libev/actions.py
index 943e49d17e..4e9d7cfc2f 100644
--- a/programming/library/libev/actions.py
+++ b/programming/library/libev/actions.py
@@ -1,21 +1,16 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
-# Copyright 2018 TUBITAK/UEKAE
-# Licensed under the GNU General Public License, version 2.
-# See the file http://www.gnu.org/copyleft/gpl.txt.
+# Licensed under the GNU General Public License, version 3.
+# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
-from pisi.actionsapi import shelltools
from pisi.actionsapi import get
-
def setup():
autotools.autoreconf("-fi")
-
autotools.configure()
-
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
def build():
@@ -23,5 +18,5 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
-
+
pisitools.remove("/usr/include/event.h")
diff --git a/programming/library/libev/pspec.xml b/programming/library/libev/pspec.xml
index ed3c9f1fa5..2e7783ef37 100644
--- a/programming/library/libev/pspec.xml
+++ b/programming/library/libev/pspec.xml
@@ -12,9 +12,9 @@
GPLv2
Full-featured and high performance event loop library
FA high-performance event loop/event model with lots of feature
- http://dist.schmorp.de/libev/libev-4.31.tar.gz
+ http://dist.schmorp.de/libev/libev-4.33.tar.gz
-
+
@@ -24,7 +24,7 @@
/usr/lib
-
+
libev-devel
system.devel
@@ -37,9 +37,16 @@
/usr/lib/pkgconfig
/usr/share/man/man3
-
+
+
+ 2022-11-15
+ 4.33
+ Version bump.
+ fury
+ uglyside@yandex.ru
+
2020-03-01
4.31
@@ -62,4 +69,4 @@
ertugrulerata@gmail.com
-
\ No newline at end of file
+