summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPellegrino Prevete2022-12-31 03:24:14 +0000
committerPellegrino Prevete2022-12-31 03:24:14 +0000
commit1fcb53e012e226659224f15541834ef0a02bde81 (patch)
treefd24523816fef603c4bd4974935b238574860db1 /PKGBUILD
parenta192107ca2fc6afacda1c5c024713a01e02f9127 (diff)
downloadaur-1fcb53e012e226659224f15541834ef0a02bde81.tar.gz
fix description
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3fd67d3d8461..1b06cebac12b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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"
}