summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Kharitonov2018-01-15 00:02:56 +0500
committerDmitry Kharitonov2018-01-15 00:02:56 +0500
commit2ffc7734c8b39510931f88d4dcac7259b88163e1 (patch)
treeccd5970cd0d90cb5b95ec9dd70ec7106f754d96b
parent67b378fe7434b1b02235a03caedd2c270e566e33 (diff)
downloadaur-2ffc7734c8b39510931f88d4dcac7259b88163e1.tar.gz
Fixed PKGBUILD syntax for optdeps
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 89d5889e5b28..8c33256d02ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Mon May 1 07:12:36 UTC 2017
pkgbase = stone-soup-yiuf
pkgdesc = A fork of Dungeon Crawl Stone Soup roguelike with old races recovered
pkgver = 1.5.5b1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/yrmvgh/yiufcrawl
arch = i686
arch = x86_64
@@ -25,7 +23,8 @@ pkgbase = stone-soup-yiuf
depends = glu
depends = freetype2
depends = ttf-dejavu
- optdepends = advancecomp: for recompressing the tilesheets pngcrush: for recompressing the tilesheets
+ optdepends = advancecomp: for recompressing the tilesheets
+ optdepends = pngcrush: for recompressing the tilesheets
conflicts = crawl
conflicts = stone-soup-tile
source = https://github.com/yrmvgh/yiufcrawl/archive/1.5.5b1-yiuf.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index b76586e4fc6c..fd6f0816cd0a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=stone-soup-yiuf
pkgver=1.5.5b1
-pkgrel=1
+pkgrel=2
pkgdesc='A fork of Dungeon Crawl Stone Soup roguelike with old races recovered'
arch=('i686' 'x86_64')
url='https://github.com/yrmvgh/yiufcrawl'
depends=('lua51' 'ncurses' 'sdl2_image' 'sqlite' 'glu' 'freetype2' 'ttf-dejavu')
makedepends=('bison' 'flex' 'gendesk' 'mesa')
-optdepends=('advancecomp: for recompressing the tilesheets
- pngcrush: for recompressing the tilesheets')
+optdepends=('advancecomp: for recompressing the tilesheets'
+ 'pngcrush: for recompressing the tilesheets')
conflicts=('crawl' 'stone-soup-tile')
license=('GPL' 'BSD' 'MIT' 'ZLIB' 'APACHE' 'custom:CC0' 'custom')
source=("https://github.com/yrmvgh/yiufcrawl/archive/${pkgver}-yiuf.tar.gz")