diff --git a/glu/.footprint b/glu/.footprint index 15545c21..ffd70da4 100644 --- a/glu/.footprint +++ b/glu/.footprint @@ -2,7 +2,6 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/include/ drwxr-xr-x root/root usr/include/GL/ -rw-r--r-- root/root usr/include/GL/glu.h --rw-r--r-- root/root usr/include/GL/glu_mangle.h drwxr-xr-x root/root usr/lib/ -rw-r--r-- root/root usr/lib/libGLU.a -rwxr-xr-x root/root usr/lib/libGLU.la diff --git a/glu/.signature b/glu/.signature index 7c352a88..93e0d026 100644 --- a/glu/.signature +++ b/glu/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/xorg.pub -RWTSGWF5Q7TndOQ2izJqKIwqpNGyNRLeYYbaxPvS7nJHqADjErNv2OCp9HH0ucbzWdFcimPlOrNeMkcd0038GCodu1PAj7npcwI= -SHA256 (Pkgfile) = 430fac0a0e93cb1d552c7a6d9ab3668d294b488dc412f0e23a62ae0ea72a965d -SHA256 (.footprint) = bed9c2be3ed1d33d72654b944a27a73bcc4eaa913275e5d199981a2447dbe5f0 -SHA256 (glu-9.0.1.tar.xz) = fb5a4c2dd6ba6d1c21ab7c05129b0769544e1d68e1e3b0ffecb18e73c93055bc +RWTSGWF5Q7TndH2U1VqfYKoFaASXerE+G1EJiXQMpW1ffB/AsEbB7kS82vN0eaPSHBie6E7QbftiEr4GG/7DuLZPLb4RJQZObwo= +SHA256 (Pkgfile) = 0937c4b045fa6cfb8e67657856fd7df13e8e77d6ef396b3446fb24c4eb2071c1 +SHA256 (.footprint) = cb2ee72709e2f240fae8f4d52abe4e011adf13802e97fb457bf16e0ceb9f6634 +SHA256 (glu-9.0.2.tar.xz) = 6e7280ff585c6a1d9dfcdf2fca489251634b3377bfc33c29e4002466a38d02d4 diff --git a/glu/Pkgfile b/glu/Pkgfile index a93e416a..8fce101b 100644 --- a/glu/Pkgfile +++ b/glu/Pkgfile @@ -4,13 +4,13 @@ # Depends on: mesa name=glu -version=9.0.1 +version=9.0.2 release=1 source=(https://mesa.freedesktop.org/archive/$name/$name-$version.tar.xz) build() { - cd $name-$version - ./configure --prefix=/usr - make - make DESTDIR=$PKG install + cd $name-$version + ./configure --prefix=/usr + make + make DESTDIR=$PKG install }