Manjaro-Pek / pacli

A simple and interative Bash Frontend for Pacman/Yaourt/Pacaur
GNU General Public License v2.0
44 stars 8 forks source link

AUR PKGBUILD version #32

Closed papajoker closed 8 years ago

papajoker commented 8 years ago

@Chrysostomus small problem with versions aur

in PKGBUILD : pkgver=0.7 in .SRCINFO : pkgver = 0.6 and downloaded 0.8 ... ?? not git tag and not in code for found the real version

Chrysostomus commented 8 years ago

Okay, I need to update it.

Chrysostomus commented 8 years ago

I'm having some trouble updating it. I keep getting 403 error.

Chrysostomus commented 8 years ago

Okay, fixed.

papajoker commented 8 years ago

thank you for the archer, but without help file installed by the PKGBUILD the program will crash every request for help.

excalibur1234 commented 8 years ago

i have also installed pacli from the aur a couple of minutes ago: the help page does not get displayed. it seems it is missing somehow.

papajoker commented 8 years ago

yes add in package() function

install -Dm544 "$srcdir/$pkgname/pacli.help" "$pkgdir/usr/share/doc/pacli/help"
Chrysostomus commented 8 years ago

Whoops. Got it, thanks!

Chrysostomus commented 8 years ago

Done