summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorParker Reed2020-09-01 09:44:27 -0400
committerParker Reed2020-09-01 09:44:27 -0400
commit7a40f7c9e8619f7f30297bb78e228d1d8fadead1 (patch)
tree747d7f3beb9d575f8dd080de336342f721d6b51f
parent8285305e6a4d03e4b3c09dddd4a3825453cb3042 (diff)
downloadaur-7a40f7c9e8619f7f30297bb78e228d1d8fadead1.tar.gz
Update to git sources
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a6b61389054..7212dab189cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -20,13 +20,13 @@ pkgbase = love07
depends = sdl
depends = shared-mime-info
depends = libgl
- source = https://bitbucket.org/rude/love/downloads/love-0.7.2-linux-src.tar.gz
- source = https://bitbucket.org/rude/love/raw/0.7.2/license.txt
- source = https://bitbucket.org/rude/love/raw/0.7.2/platform/unix/app.svg
- source = https://bitbucket.org/rude/love/raw/0.7.2/platform/unix/game.svg
+ source = https://github.com/love2d/love/releases/download/0.7.2/love-0.7.2-linux-src.tar.gz
+ source = https://raw.githubusercontent.com/love2d/love/0.7.2/license.txt
+ source = https://raw.githubusercontent.com/love2d/love/0.7.2/platform/unix/app.svg
+ source = https://raw.githubusercontent.com/love2d/love/0.7.2/platform/unix/game.svg
source = love.desktop
source = love07.patch
- source = https://bitbucket.org/rude/love/raw/0.7.2/platform/unix/love.xml
+ source = https://raw.githubusercontent.com/love2d/love/0.7.2/platform/unix/love.xml
sha256sums = a57adcb0cbdc390a9bd8e2fe477bc175799b9ffd3486e01f859a36bf27f7f268
sha256sums = c4cb43c06ab89c84349704a62849e9e66bf0c245e8a4df4f9068204124de1845
sha256sums = b8116c4cc8d7b80adba579b582b9570d8178f93d3d9e35977d621e03500b8a7f
diff --git a/PKGBUILD b/PKGBUILD
index 243883ec964d..13c26b73ae63 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,13 +15,13 @@ url="http://love2d.org/"
license=('zlib')
depends=('desktop-file-utils' 'devil' 'freetype2' 'hicolor-icon-theme' 'libmodplug' 'libvorbis' 'luajit' 'mpg123' 'openal' 'physfs' 'sdl' 'shared-mime-info' 'libgl')
install=$pkgname.install
-source=("https://bitbucket.org/rude/love/downloads/love-${pkgver}-linux-src.tar.gz"
- "https://bitbucket.org/rude/love/raw/$pkgver/license.txt"
- "https://bitbucket.org/rude/love/raw/$pkgver/platform/unix/app.svg"
- "https://bitbucket.org/rude/love/raw/$pkgver/platform/unix/game.svg"
+source=("https://github.com/love2d/love/releases/download/0.7.2/love-0.7.2-linux-src.tar.gz"
+ "https://raw.githubusercontent.com/love2d/love/0.7.2/license.txt"
+ "https://raw.githubusercontent.com/love2d/love/0.7.2/platform/unix/app.svg"
+ "https://raw.githubusercontent.com/love2d/love/0.7.2/platform/unix/game.svg"
"love.desktop"
"love07.patch"
- "https://bitbucket.org/rude/love/raw/$pkgver/platform/unix/love.xml")
+ "https://raw.githubusercontent.com/love2d/love/0.7.2/platform/unix/love.xml")
sha256sums=('a57adcb0cbdc390a9bd8e2fe477bc175799b9ffd3486e01f859a36bf27f7f268'
'c4cb43c06ab89c84349704a62849e9e66bf0c245e8a4df4f9068204124de1845'
'b8116c4cc8d7b80adba579b582b9570d8178f93d3d9e35977d621e03500b8a7f'