diff options
author | Juergen Daubert <jue@jue.li> | 2022-12-05 13:42:31 +0100 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2022-12-05 13:42:31 +0100 |
commit | ce127baf79b143bf111221f3900e2043efce1e13 (patch) | |
tree | 36fa5010d2c9cb27fb3eb883df5291ac70978275 | |
parent | bfaba61ca199d125232b90a7ef0ccc68af8d467a (diff) | |
download | xorg-ce127baf79b143bf111221f3900e2043efce1e13.tar.gz xorg-ce127baf79b143bf111221f3900e2043efce1e13.tar.xz |
xorg-libxcomposite: update to 0.4.6
-rw-r--r-- | xorg-libxcomposite/.signature | 6 | ||||
-rw-r--r-- | xorg-libxcomposite/Pkgfile | 6 |
2 files changed, 5 insertions, 7 deletions
diff --git a/xorg-libxcomposite/.signature b/xorg-libxcomposite/.signature index 7bfd7430..cb7d99e4 100644 --- a/xorg-libxcomposite/.signature +++ b/xorg-libxcomposite/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/xorg.pub -RWTSGWF5Q7TndPrZNkP7G0STioiAW2I6FPt6mR0RC0Cm3YG7aKqZTR65zql0uzk0bc5zK4VrlXvsyNutfr9WVOI7n7cMYEceagA= -SHA256 (Pkgfile) = 7c63187622f95251e8e001470ad97c4adf08eac64b353934ea86979be2b54858 +RWTSGWF5Q7TndPNFp8CjzRnHL3ng1z/ucDXku44bBTbtB3TPMDMlxPv7+AopJUAEBXhPphiCQNcuQ9hltyulQq2msKri2Rw46w4= +SHA256 (Pkgfile) = 8956c2e5282fdc232fdcb5583a68c3b64befe1160a1081608ca8fe7990fac529 SHA256 (.footprint) = 5dea3b77c6c5c70b31ceddfcd61f3eca5534206c02055b3bea0cb71e3a5bc9b7 -SHA256 (libXcomposite-0.4.5.tar.bz2) = b3218a2c15bab8035d16810df5b8251ffc7132ff3aa70651a1fba0bfe9634e8f +SHA256 (libXcomposite-0.4.6.tar.xz) = fe40bcf0ae1a09070eba24088a5eb9810efe57453779ec1e20a55080c6dc2c87 diff --git a/xorg-libxcomposite/Pkgfile b/xorg-libxcomposite/Pkgfile index 2dbe7c9c..2f496654 100644 --- a/xorg-libxcomposite/Pkgfile +++ b/xorg-libxcomposite/Pkgfile @@ -4,15 +4,13 @@ # Depends on: xorg-libxext xorg-libxfixes name=xorg-libxcomposite -version=0.4.5 +version=0.4.6 release=1 -source=(https://www.x.org/releases/individual/lib/libXcomposite-$version.tar.bz2) +source=(https://www.x.org/releases/individual/lib/libXcomposite-$version.tar.xz) build() { cd libXcomposite-$version - ./configure --prefix=/usr - make make DESTDIR=$PKG install } |