summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlibele2018-11-19 20:52:52 -0600
committerlibele2018-11-19 20:52:52 -0600
commitedc772e2f229432b2378443c087f599412cdd598 (patch)
tree330c3433ab803a73dce05846f5eb46d8adbc831f
parentdba5560191ef7a7c0d5ee64dec835388217f330d (diff)
downloadaur-edc772e2f229432b2378443c087f599412cdd598.tar.gz
add optdepend for bsd-games adventure
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7cd50156091e..a8380ac84b68 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = advent
pkgdesc = WELCOME TO ADVENTURE!!
pkgver = 0
- pkgrel = 2
+ pkgrel = 3
url = http://www.russotto.net/~mrussotto/ADVENT/
arch = i686
arch = x86_64
license = none
+ optdepends = bsd-games: for crowther and woods' adventure
source_i686 = https://archive.org/download/adv-0/advent-i686.tar.gz
md5sums_i686 = 66e3565d19c67be525ff32affbd104af
source_x86_64 = https://archive.org/download/adv-0/advent-x86_64.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index b4e440d0b018..b58bf3693868 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,12 @@
pkgname=advent
pkgver=0
-pkgrel=2
+pkgrel=3
pkgdesc="WELCOME TO ADVENTURE!!"
arch=('i686' 'x86_64')
url='http://www.russotto.net/~mrussotto/ADVENT/'
license=('none')
+optdepends=("bsd-games: for crowther and woods' adventure")
source_i686=("https://archive.org/download/adv-0/advent-i686.tar.gz")
source_x86_64=("https://archive.org/download/adv-0/advent-x86_64.tar.gz")
md5sums_i686=('66e3565d19c67be525ff32affbd104af')