makedeb
cowsay but with pokemons. is forked from the original as the original was abandoned. this is revived with even more pokemons!
Click here to go back to the commit logs for pokemonsay-newgenerations-git.
Hash: f3b84c1a23298dc1dbef309801fc5c8027cd64e6
Message: changed fortune from fortunes
diff --git a/.SRCINFO b/.SRCINFO
index 362edab..da0a339 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,7 @@ pkgbase = pokemonsay-newgenerations-git
arch = x86_64
license = MIT
depends = cowsay
- depends = fortunes
+ depends = fortune
provides = pokemonsay-newgenerations
provides = pokemonsay
conflicts = pokemonsay-newgenerations
diff --git a/PKGBUILD b/PKGBUILD
index c62dfd0..35cedf5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=632021.05.27
pkgrel=1
pkgdesc="cowsay but with pokemons. is forked from the original as the original as it was abandoned. this is revived with even more pokemons!"
arch=('x86_64')
-depends=('cowsay' 'fortunes')
+depends=('cowsay' 'fortune')
makedepends=()
optdepends=()
url="https://github.com/HRKings/pokemonsay-newgenerations.git"