summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHelton Reis2021-05-26 21:17:22 -0300
committerHelton Reis2021-05-26 21:17:22 -0300
commit0cf625531fd6cd4491732244cc5160e42e9b1bc5 (patch)
tree7b6711460616bf26fe1efa157fde2704fa67bf28
parent22baf9a4e23238975cbfe1118028874f12636258 (diff)
downloadaur-0cf625531fd6cd4491732244cc5160e42e9b1bc5.tar.gz
[fix] Fix PKGBUILD
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f6440f96cf88..95961b3468a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pokemonsay-newgenerations-git
pkgdesc = Brings pokemon to the terminal using the power of cowsay.
- pkgver = 1.1.0
+ pkgver = 1.1.1
pkgrel = 1
url = https://github.com/HRKings/pokemonsay-newgenerations.git
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 584b2491e2c3..ac7f6c41e4d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: HRKings <hrkings@***.com>
pkgname=pokemonsay-newgenerations-git
_pkgname=pokemonsay-newgenerations
-pkgver=1.1.0
+pkgver=1.1.1
pkgrel=1
pkgdesc="Brings pokemon to the terminal using the power of cowsay."
arch=(any)
@@ -23,7 +23,7 @@ package() {
install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
# Put the installation path on the script
- sed -r "31s;.*;INSTALL_PATH=/opt/${_pkgname};" -i pokemonsay.sh
+ sed -r "35s;.*;INSTALL_PATH=/opt/${_pkgname};" -i pokemonsay.sh
# Change the pokemonthink to use the pokemonsay in the path
sed -r "7s;.*;pokemonsay --think \$@;" -i pokemonthink.sh