summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHelton Reis2021-05-24 19:51:40 -0300
committerHelton Reis2021-05-24 19:51:40 -0300
commit17bb74b479c78b3343e5ba45db1ed11f351d52eb (patch)
treed9398bb47371e1687e779004584ff791bcc43e86
parent1ad01bbbe84080306dc77596717814905749152b (diff)
downloadaur-17bb74b479c78b3343e5ba45db1ed11f351d52eb.tar.gz
[fix] Change installation path and bump to 1.0.2
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d1da56a8913e..af988cee282d 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.0.1
+ pkgver = 1.0.2
pkgrel = 1
url = https://github.com/HRKings/pokemonsay-newgenerations.git
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index f15b67a069ee..edff691308d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: HRKings <hrkings@***.com>
pkgname=pokemonsay-newgenerations-git
_pkgname=pokemonsay-newgenerations
-pkgver=1.0.1
+pkgver=1.0.2
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=${pkgdir}/opt/${_pkgname};" -i pokemonsay.sh
+ sed -r "31s;.*;INSTALL_PATH=/opt/${_pkgname};" -i pokemonsay.sh
# Install the scripts
install -Dm755 pokemonsay.sh "${pkgdir}"/usr/bin/pokemonsay