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: d4dd02f00535a794ff01e071c0c79fab8c8b90b8

Message: upstream change in pokemon name fixed a workaround so its removed now

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 7161775..c648c16 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ generated-by = makedeb-makepkg
 
 pkgbase = pokemonsay-newgenerations-git
 	pkgdesc = cowsay but with pokemons. is forked from the original as the original was abandoned. this is revived with even more pokemons!
-	pkgver = 632021.05.27
+	pkgver = 742021.10.04
 	pkgrel = 1
 	url = https://github.com/HRKings/pokemonsay-newgenerations.git
 	arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 2c0a675..ab341e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: only_vip <onlyme_vip@protonmail.com>
 pkgname=pokemonsay-newgenerations-git
 _pkgname=pokemonsay-newgenerations
-pkgver=632021.05.27
+pkgver=742021.10.04
 pkgrel=1
 pkgdesc="cowsay but with pokemons. is forked from the original as the original was abandoned. this is revived with even more pokemons!"
 arch=('x86_64')
@@ -32,7 +32,7 @@ package() {
   	cp -vRf "pokemons/"* "${pkgdir}/opt/${_pkgname}/pokemons/"
         mv "${pkgdir}/opt/${_pkgname}/pokemons/029_"* "${pkgdir}/opt/${_pkgname}/pokemons/029_Nidorana"
         mv "${pkgdir}/opt/${_pkgname}/pokemons/032_"* "${pkgdir}/opt/${_pkgname}/pokemons/033_Nidorano"
-        mv "${pkgdir}/opt/${_pkgname}/pokemons/669_"* "${pkgdir}/opt/${_pkgname}/pokemons/669_Flabebe"
+        #mv "${pkgdir}/opt/${_pkgname}/pokemons/669_"* "${pkgdir}/opt/${_pkgname}/pokemons/669_Flabebe"
 
 	## Put the installation path on the script
 	sed -r "35s;.*;INSTALL_PATH=/opt/${_pkgname};" -i "pokemonsay.sh"