makedeb


yarntown 1.0.6-0


A Zeldalike tribute to Bloodborne. Explore the streets of a cursed, gothic town, hunting beasts and uncovering twisted bosses.

Click here to go back to the commit logs for yarntown.

Commit:


Hash: 71ec1fa218ea6fe7cd73765bc90fb824ec76924d

Message: Fix icon path

Diff


diff --git a/.SRCINFO b/.SRCINFO
index c37e2f8..8b5c628 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
 pkgbase = yarntown
 	pkgdesc = A Zeldalike tribute to Bloodborne. Explore the streets of a cursed, gothic town, hunting beasts and uncovering twisted bosses.
 	pkgver = 1.0.5
-	pkgrel = 1
+	pkgrel = 2
 	url = https://maxatrillionator.itch.io/yarntown
 	arch = any
 	license = custom
@@ -9,9 +9,9 @@ pkgbase = yarntown
 	depends = solarus>=1.6.0
 	noextract = yarntown.solarus
 	source = https://github.com/MaxMraz/yarntown/releases/download/v1.0.5/yarntown.solarus
-	source = https://github.com/MaxMraz/yarntown/raw/master/yarntown-web-assets/icon_128.png
+	source = https://github.com/MaxMraz/yarntown/raw/master/medias/icon/icon_128.png
 	md5sums = 662e020063bac3e07c9e1322fce81ef8
-	md5sums = 1c40e5b7e722708b4bea87855e25876e
+	md5sums = 9257c8b911a185e243970ef7411c9bbc
 
 pkgname = yarntown
 
diff --git a/PKGBUILD b/PKGBUILD
index ff7a999..e45b7a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 
 pkgname=yarntown
 pkgver=1.0.5
-pkgrel=1
+pkgrel=2
 pkgdesc="A Zeldalike tribute to Bloodborne. Explore the streets of a cursed, gothic town, hunting beasts and uncovering twisted bosses."
 arch=('any')
 url="https://maxatrillionator.itch.io/yarntown"
@@ -21,10 +21,10 @@ options=()
 install=
 changelog=
 source=("https://github.com/MaxMraz/${pkgname}/releases/download/v${pkgver}/${pkgname}.solarus"
-        "https://github.com/MaxMraz/${pkgname}/raw/master/yarntown-web-assets/icon_128.png")
+        "https://github.com/MaxMraz/${pkgname}/raw/master/medias/icon/icon_128.png")
 noextract=("${pkgname}.solarus")
 md5sums=('662e020063bac3e07c9e1322fce81ef8'
-        '1c40e5b7e722708b4bea87855e25876e')
+        '9257c8b911a185e243970ef7411c9bbc')
 
 _name="Yarntown"
 _categories="Game;ActionGame"