diff options
author | Pellegrino Prevete | 2022-12-31 03:24:14 +0000 |
---|---|---|
committer | Pellegrino Prevete | 2022-12-31 03:24:14 +0000 |
commit | 1fcb53e012e226659224f15541834ef0a02bde81 (patch) | |
tree | fd24523816fef603c4bd4974935b238574860db1 /PKGBUILD | |
parent | a192107ca2fc6afacda1c5c024713a01e02f9127 (diff) | |
download | aur-1fcb53e012e226659224f15541834ef0a02bde81.tar.gz |
fix description
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,9 +1,9 @@ # Maintainer: Pellegrino Prevete <pellegrinoprevete@gmail.com> -pkgname=cue2pops +pkgname="cue2pops" pkgver=2.0 pkgrel=3 -pkgdesc="Convert Playstation Games To VCD for Popstarter" +pkgdesc="Convert Playstation Games To VCD for use with POPS." arch=('x86_64') url="https://github.com/tallero/cue2pops-linux" license=('GPL2') @@ -12,7 +12,7 @@ source=("git+$url#branch=pegando-a-manha") md5sums=(SKIP) package() { - cd $pkgname-linux + cd "${pkgname}-linux" make install -Dm755 $pkgname "${pkgdir}/usr/bin/$pkgname" } |