diff --git a/xorg-libxdamage/.signature b/xorg-libxdamage/.signature index 5425940c..d0ef9a99 100644 --- a/xorg-libxdamage/.signature +++ b/xorg-libxdamage/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/xorg.pub -RWTSGWF5Q7TndNHQ8Je3fbYN/hNg7fwItVEfDX2MS95DU9+rH1mV7i8eizJ0wl1tmiw5PJht40Kdpug2wv6nsZbYAAZImFR7UwQ= -SHA256 (Pkgfile) = 9f362027c79ab735e265dd85e4a9f5f93edb72e12c6b20f8b14008d476db7f36 +RWTSGWF5Q7TndIaySjztfULcr4iBbbwlTiMqbHsDdO3D7EoJ6P4hla58+JZ2ewX2YrKuGUF4giyjnJ3y9iq12oqV0pCf4P7vFgc= +SHA256 (Pkgfile) = de8f8211575253535f94d7ec6cea68674f9d67cf4684f77d9c42239af76fe4fb SHA256 (.footprint) = 8e9487b569cd6013f41c94e113068da2762e5186fe40dd9e687714443296006a -SHA256 (libXdamage-1.1.5.tar.bz2) = b734068643cac3b5f3d2c8279dd366b5bf28c7219d9e9d8717e1383995e0ea45 +SHA256 (libXdamage-1.1.6.tar.xz) = 52733c1f5262fca35f64e7d5060c6fcd81a880ba8e1e65c9621cf0727afb5d11 diff --git a/xorg-libxdamage/Pkgfile b/xorg-libxdamage/Pkgfile index d09fb82a..6b67f287 100644 --- a/xorg-libxdamage/Pkgfile +++ b/xorg-libxdamage/Pkgfile @@ -4,15 +4,13 @@ # Depends on: xorg-libxfixes name=xorg-libxdamage -version=1.1.5 +version=1.1.6 release=1 -source=(https://www.x.org/releases/individual/lib/libXdamage-$version.tar.bz2) +source=(https://www.x.org/releases/individual/lib/libXdamage-$version.tar.xz) build() { cd libXdamage-$version - ./configure --prefix=/usr - make make DESTDIR=$PKG install }