xorg-libxrandr-32: 1.5.1 -> 1.5.2

This commit is contained in:
Danny Rawlins 2019-03-18 23:06:27 +11:00
parent d8ea05775c
commit 3ff809df6c
4 changed files with 7 additions and 7 deletions

View File

@ -7,3 +7,4 @@ lrwxrwxrwx root/root usr/lib32/libXrandr.so.2 -> libXrandr.so.2.2.0
-rwxr-xr-x root/root usr/lib32/libXrandr.so.2.2.0
drwxr-xr-x root/root usr/lib32/pkgconfig/
-rw-r--r-- root/root usr/lib32/pkgconfig/xrandr.pc
drwxr-xr-x root/root usr/share/

View File

@ -1 +0,0 @@
28e486f1d491b757173dd85ba34ee884 libXrandr-1.5.1.tar.bz2

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/compat-32.pub
RWSwxGo/zH7eXQub4Ah84JC9eIuUe4nvCqCxbiOyJojMZYq+7XGUaXPa6zdVS+vhSNfVxbAR0siTA8Q/urbfYFjBHc+Z+GWF0gI=
SHA256 (Pkgfile) = 175d4ecc6708500bbb3be814191a26af7850bf551d9c6a429e8dd764a3618e2d
SHA256 (.footprint) = 837888d9294e3fbd47f1b01a944f2dedc23d45a915799bc61abbce23b408e99a
SHA256 (libXrandr-1.5.1.tar.bz2) = 1ff9e7fa0e4adea912b16a5f0cfa7c1d35b0dcda0e216831f7715c8a3abcf51a
RWSwxGo/zH7eXbs5W+T8+EyB6sCVw1Vs4BiZB2igjahFPndk7IIgttsHIYq5mf14ALCZ28w15eEcH25RR52P0ZTe1VhuQGMekgU=
SHA256 (Pkgfile) = 945a911c7bc1aab5cea8fcd504c640520624bec60bbc9de0552055af72a9554d
SHA256 (.footprint) = 51a22151070383c08f8a605faa8eb41763d152fcdbde56d584b1bb7823f9aa34
SHA256 (libXrandr-1.5.2.tar.bz2) = 8aea0ebe403d62330bb741ed595b53741acf45033d3bda1792f1d4cc3daee023

View File

@ -4,7 +4,7 @@
# Depends on: xorg-libxext-32 xorg-libxrandr xorg-libxrender-32
name=xorg-libxrandr-32
version=1.5.1
version=1.5.2
release=1
source=(https://www.x.org/releases/individual/lib/libXrandr-$version.tar.bz2)
@ -16,5 +16,5 @@ build() {
make
make DESTDIR=$PKG install
rm -r $PKG/usr/{include,share/man,share}
rm -r $PKG/usr/{include,share/man}
}