makedeb


pokemonsay-newgenerations-git 1baccc6d2021.10.04-2


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.

Commit:


Hash: e77608c71a3deaf6c08bdcfaea31f46c32f4023c

Message: removed replaces function

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 64817c9..81525ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,8 +13,6 @@ pkgbase = pokemonsay-newgenerations-git
 	provides = pokemonsay
 	conflicts = pokemonsay-newgenerations
 	conflicts = pokemonsay
-	replaces = pokemonsay-newgenerations
-	replaces = pokemonsay
 	options = !strip
 	source = git+https://github.com/HRKings/pokemonsay-newgenerations.git
 	sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 30382ad..350a15f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ source=("git+${url}")
 sha256sums=("SKIP")
 provides=('pokemonsay-newgenerations' 'pokemonsay')
 conflicts=('pokemonsay-newgenerations' 'pokemonsay')
-replaces=('pokemonsay-newgenerations' 'pokemonsay')
+# replaces=('pokemonsay-newgenerations' 'pokemonsay')
 options=(!strip)
 #post_install=