Date: Tuesday, June 2, 2020 @ 15:15:03 Author: svenstaro Revision: 638089
upgpkg: xonotic 0.8.2-5: Enable AES encryption (FS#66821) Modified: xonotic/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-06-02 15:14:31 UTC (rev 638088) +++ PKGBUILD 2020-06-02 15:15:03 UTC (rev 638089) @@ -3,7 +3,7 @@ # Contributor: Jookia <[email protected]> pkgname=xonotic pkgver=0.8.2 -pkgrel=4 +pkgrel=5 pkgdesc="A free, fast-paced crossplatform first-person shooter" arch=('x86_64') url="http://xonotic.org" @@ -27,7 +27,7 @@ cd "$srcdir"/Xonotic/source/d0_blind_id sh autogen.sh - ./configure --prefix=/usr --disable-rijndael + ./configure --prefix=/usr make }
