summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTaiki Sugawara2022-04-09 00:26:16 +0900
committerTaiki Sugawara2022-04-09 00:27:57 +0900
commitaa06e91684ec3325c4a1d061473e56b80cbe25f5 (patch)
tree64f3a92d7e88c5caf89fa33da555d83ac88da115
parent72f80e481b20c06876fd8941d502b5bbd7523e50 (diff)
downloadaur-aa06e91684ec3325c4a1d061473e56b80cbe25f5.tar.gz
depends on echo-sd
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f5e2968e056..4fe841a2d5f2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = super_unko-git
pkgdesc = Super Unko project is the one of the awesome, clean and sophisticated OSS project in the world.
pkgver = r405.93c23d8
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/unkontributors/super_unko
arch = i686
arch = x86_64
license = custom:unko
makedepends = git
+ depends = echo-sd
optdepends = toilet: for unko.toilet
optdepends = xterm: for unko.puzzle
optdepends = xdotool: for unko.puzzle
diff --git a/PKGBUILD b/PKGBUILD
index d586ccd7e6a1..914be66cd6a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
_pkgname=super_unko
pkgname=$_pkgname-git
pkgver=r405.93c23d8
-pkgrel=2
+pkgrel=3
pkgdesc="Super Unko project is the one of the awesome, clean and sophisticated OSS project in the world."
arch=('i686' 'x86_64')
url="https://github.com/unkontributors/super_unko"
license=('custom:unko')
makedepends=(git)
+depends=('echo-sd')
optdepends=('toilet: for unko.toilet'
'xterm: for unko.puzzle'
'xdotool: for unko.puzzle'