summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCôme Chilliet2020-08-26 21:39:23 +0200
committerCôme Chilliet2020-08-26 21:39:23 +0200
commit71ec1fa218ea6fe7cd73765bc90fb824ec76924d (patch)
tree1c32f23651bda167b0a4212471f9466260e06a2f
parentecbfab7f7fa2895926ef9c07e5edc52a7ddd8865 (diff)
downloadaur-yarntown.tar.gz
Fix icon path
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c37e2f866657..8b5c6288093a 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 ff7a9997919d..e45b7a6c84ea 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"