summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Escoz2019-12-30 13:03:19 +0100
committerDaniel Escoz2019-12-30 13:03:19 +0100
commit135dbe6d9a205696db5ef06e990634e6fc126ee5 (patch)
tree320e3c03889627624c6326076c71d145a499ffc9
parent56dd775630037ba01bb481b3305108beb9468367 (diff)
downloadaur-knyttstories.tar.gz
Update game location
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 051dc9a3c431..6c7759ba06a2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,17 @@
pkgbase = knyttstories
pkgdesc = In Knytt Stories, each level is its own little adventure. One level is included with the game, where you have to stop a machine that draws the life out of the planet. An official expansion pack is also featured at the website with four original levels.
pkgver = 1.2.1
- pkgrel = 5
+ pkgrel = 6
url = http://nifflas.ni2.se/
install = knyttstories.install
arch = i686
arch = x86_64
license = freeware
makedepends = unzip
+ depends = wine
source = knyttstories
source = msvcp60.zip
- source = http://nifflas.ni2.se/content/Knytt%20Stories/Knytt%20Stories%20121.zip
+ source = http://nifflas.ni2.se/games/Knytt%20Stories%20121.zip
source = knyttstories.desktop
source = knyttstories.png
md5sums = b34bc8c1f391c9a5efb9e984606a6c16
diff --git a/PKGBUILD b/PKGBUILD
index 5e72176b20c8..31894a7a0408 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,15 @@
# Contributor: Sven-Hendrik Haase <sh@lutzhaase.com>
pkgname=knyttstories
pkgver=1.2.1
-pkgrel=5
+pkgrel=6
pkgdesc="In Knytt Stories, each level is its own little adventure. One level is included with the game, where you have to stop a machine that draws the life out of the planet. An official expansion pack is also featured at the website with four original levels."
url="http://nifflas.ni2.se/"
arch=('i686' 'x86_64')
-depends=()
-[ "$CARCH" = i686 ] && depends=('wine')
-[ "$CARCH" = x86_64 ] && depends=('bin32-wine')
+depends=(wine)
makedepends=('unzip')
source=(knyttstories
msvcp60.zip
- "http://nifflas.ni2.se/content/Knytt%20Stories/Knytt%20Stories%20121.zip"
+ "http://nifflas.ni2.se/games/Knytt%20Stories%20121.zip"
knyttstories.desktop \
knyttstories.png)
license=('freeware')