Skip to content

Commit

Permalink
main/libxext: update to 1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nekopsykose committed Feb 5, 2024
1 parent 63079d8 commit 46a9cdf
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions main/libxext/template.py
Original file line number Diff line number Diff line change
@@ -1,16 +1,21 @@
pkgname = "libxext"
pkgver = "1.3.5"
pkgver = "1.3.6"
pkgrel = 0
build_style = "gnu_configure"
configure_args = ["--enable-malloc0returnsnull"]
hostmakedepends = ["pkgconf"]
hostmakedepends = [
"automake",
"libtool",
"pkgconf",
"xorg-util-macros",
]
makedepends = ["xorgproto", "libx11-devel"]
pkgdesc = "X extension library"
maintainer = "q66 <q66@chimera-linux.org>"
license = "MIT"
url = "https://xorg.freedesktop.org"
source = f"$(XORG_SITE)/lib/libXext-{pkgver}.tar.gz"
sha256 = "1a3dcda154f803be0285b46c9338515804b874b5ccc7a2b769ab7fd76f1035bd"
source = f"$(XORG_SITE)/lib/libXext-{pkgver}.tar.xz"
sha256 = "edb59fa23994e405fdc5b400afdf5820ae6160b94f35e3dc3da4457a16e89753"


def post_install(self):
Expand All @@ -20,6 +25,3 @@ def post_install(self):
@subpackage("libxext-devel")
def _devel(self):
return self.default_devel()


configure_gen = []

0 comments on commit 46a9cdf

Please sign in to comment.