makedeb


powder-toy 96.2.350-1


Desktop version of the classic falling sand physics sandbox, simulates air pressure, velocity & heat!

Click here to go back to the commit logs for powder-toy.

Commit:


Hash: 6455baf7ea519532a40654cf77c948430d1581a4

Message: use HTTPS for downloads

Diff


diff --git a/.SRCINFO b/.SRCINFO
index d3283b7..b753850 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
 pkgbase = powder-toy
 	pkgdesc = Desktop version of the classic falling sand physics sandbox, simulates air pressure, velocity & heat!
 	pkgver = 95.0
-	pkgrel = 1
-	url = http://powdertoy.co.uk/
+	pkgrel = 2
+	url = https://powdertoy.co.uk/
 	arch = x86_64
 	arch = i686
 	license = GPL3
@@ -16,7 +16,7 @@ pkgbase = powder-toy
 	depends = bzip2
 	depends = zlib
 	depends = hicolor-icon-theme
-	source = powder-toy-95.0.tar.gz::http://github.com/ThePowderToy/The-Powder-Toy/archive/v95.0.tar.gz
+	source = powder-toy-95.0.tar.gz::https://github.com/ThePowderToy/The-Powder-Toy/archive/v95.0.tar.gz
 	source = powder-toy.patch
 	source = powder-toy.sh
 	source = powder-toy.desktop
@@ -30,4 +30,3 @@ pkgbase = powder-toy
 	sha256sums = fcbf035d286d805dced55f147d649aa0bc74d3be873d5430de92d175d9f59431
 
 pkgname = powder-toy
-
diff --git a/PKGBUILD b/PKGBUILD
index 91b31c2..97aceca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,14 +10,14 @@ _lua=luajit
 
 pkgname=powder-toy
 pkgver=95.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Desktop version of the classic falling sand physics sandbox, simulates air pressure, velocity & heat!"
 arch=(x86_64 i686)
 depends=('glibc' 'libx11' 'sdl2' $_lua 'fftw' 'bzip2' 'zlib' 'hicolor-icon-theme')
 makedepends=('scons' 'libicns')
-url="http://powdertoy.co.uk/"
+url="https://powdertoy.co.uk/"
 license=('GPL3')
-source=("${pkgname}-${pkgver}.tar.gz::http://github.com/ThePowderToy/The-Powder-Toy/archive/v${pkgver}.tar.gz"
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ThePowderToy/The-Powder-Toy/archive/v${pkgver}.tar.gz"
         "${pkgname}.patch"
         "${pkgname}.sh"
         "${pkgname}.desktop"