summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmytro Meleshko2021-07-04 09:44:27 +0300
committerDmytro Meleshko2021-07-04 09:44:27 +0300
commit6455baf7ea519532a40654cf77c948430d1581a4 (patch)
treeabecbb0a83ed79871c95e5f114517f9431d68939
parentfc44d52bc281452d6b2ad0c697eeae639408234d (diff)
downloadaur-6455baf7ea519532a40654cf77c948430d1581a4.tar.gz
use HTTPS for downloads
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d3283b7543b2..b753850773c8 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 91b31c2fe5b3..97aceca4932b 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"