Date: Saturday, November 28, 2020 @ 18:11:19 Author: arojas Revision: 402376
Update to 1.6.2.1 Modified: celestia/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-11-28 18:06:24 UTC (rev 402375) +++ PKGBUILD 2020-11-28 18:11:19 UTC (rev 402376) @@ -2,7 +2,7 @@ # Contributor : Damir Perisa <[email protected]> pkgname=celestia -pkgver=1.6.2 +pkgver=1.6.2.1 pkgrel=1 pkgdesc="Real-time space simulation" arch=('x86_64') @@ -10,8 +10,8 @@ url="https://celestia.space/" depends=('gtk2' 'libtheora' 'lua53' 'gtkglext' 'glut' 'libxmu' 'glu' 'libjpeg' 'mesa') options=('!makeflags') -source=("https://downloads.sourceforge.net/sourceforge/celestia/${pkgname}-${pkgver}.tar.gz") -sha1sums=('c94562902e3fcfa72203f96d5f711edb868dfc7e') +source=("https://github.com/CelestiaProject/Celestia/archive/$pkgver/$pkgname-$pkgver.tar.gz") +sha1sums=('fbd404e0a132f0b555cf2e061e36bd384fb6038c') prepare() { cd Celestia-${pkgver}
