summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4fe841a2d5f2..d90e1b6c120d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
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 = 3
+ pkgver = r420.a73b56d
+ pkgrel = 1
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
optdepends = bc: for unko.puzzle
optdepends = cowsay: for unko.think
+ optdepends = echo-sd: for unko.shout
provides = super_unko
conflicts = super_unko
source = super_unko::git+https://github.com/unkontributors/super_unko.git#branch=oshiri
diff --git a/PKGBUILD b/PKGBUILD
index 914be66cd6a6..6c549817b4e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
# Maintainer: Taiki Sugawara <buzz.taiki@gmail.com>
_pkgname=super_unko
pkgname=$_pkgname-git
-pkgver=r405.93c23d8
-pkgrel=3
+pkgver=r420.a73b56d
+pkgrel=1
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'
'bc: for unko.puzzle'
- 'cowsay: for unko.think')
+ 'cowsay: for unko.think'
+ 'echo-sd: for unko.shout')
conflicts=(super_unko)
provides=(super_unko)
source=("$_pkgname::git+https://github.com/unkontributors/super_unko.git#branch=oshiri")