makedeb
Roguelike-like Zelda game for the Solarus engine
Click here to go back to the commit logs for tunics.
Hash: 764c00b21587a5167bc62025eb261ab8662ec81b
Message: Use unique file name
diff --git a/.SRCINFO b/.SRCINFO
index 67f3b08..5d11af5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = tunics
license = custom
makedepends = cmake
depends = solarus>=1.5.0
- source = https://github.com/Legofarmen/tunics/archive/0.3.tar.gz
+ source = tunics-0.3.tar.gz::https://github.com/Legofarmen/tunics/archive/0.3.tar.gz
b2sums = 8f92a0cade4c02ccc9c785ddb7209c98ce33a050c8f086457d4fa6a6b024c374d03eeb89a320f60cf6b72a4414ab75df98d7b469d75e5848f40e3434fcc6ba68
pkgname = tunics
diff --git a/PKGBUILD b/PKGBUILD
index 99d8d4f..bcf0dc0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url="https://tunics.legofarmen.se/"
license=('GPL3' 'MIT' 'custom')
depends=('solarus>=1.5.0')
makedepends=('cmake')
-source=("https://github.com/Legofarmen/$pkgname/archive/$pkgver.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Legofarmen/$pkgname/archive/$pkgver.tar.gz")
b2sums=('8f92a0cade4c02ccc9c785ddb7209c98ce33a050c8f086457d4fa6a6b024c374d03eeb89a320f60cf6b72a4414ab75df98d7b469d75e5848f40e3434fcc6ba68')
prepare() {